]>
granicus.if.org Git - php/log
Johannes Schlüter [Tue, 9 Feb 2010 22:29:10 +0000 (22:29 +0000)]
merge 294825: Detect if we can rely on compiler-specific alignment features else
use custom workarounds. Fixes #50753 (johannes)
Pierre Joye [Tue, 9 Feb 2010 17:51:39 +0000 (17:51 +0000)]
- It's a size_t here, not an unsigned int
Pierre Joye [Tue, 9 Feb 2010 16:42:40 +0000 (16:42 +0000)]
- improve netsnmp detectio and restore snmp on win
Pierre Joye [Sun, 7 Feb 2010 21:09:19 +0000 (21:09 +0000)]
- fix leak
Pierre Joye [Sun, 7 Feb 2010 21:07:10 +0000 (21:07 +0000)]
- fix/sync tests
Pierre Joye [Sun, 7 Feb 2010 20:45:46 +0000 (20:45 +0000)]
- prevent unexpectable behaviors (for the user) with invalid path and update tests (portability)
Pierre Joye [Sun, 7 Feb 2010 13:06:54 +0000 (13:06 +0000)]
- Fixed #44098, imap_utf8() returns only capital letters
Pierre Joye [Sun, 7 Feb 2010 12:08:22 +0000 (12:08 +0000)]
- Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files)
Pierre Joye [Fri, 5 Feb 2010 19:34:47 +0000 (19:34 +0000)]
- Fix bug #50940
Pierre Joye [Fri, 5 Feb 2010 00:43:02 +0000 (00:43 +0000)]
- Explicitly set mail.add_x_header in php.ini
Pierre Joye [Fri, 5 Feb 2010 00:39:31 +0000 (00:39 +0000)]
- Fixed bug #50657
Pierre Joye [Fri, 5 Feb 2010 00:37:07 +0000 (00:37 +0000)]
- Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted..
Pierre Joye [Fri, 5 Feb 2010 00:19:32 +0000 (00:19 +0000)]
- Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).
Pierre Joye [Fri, 5 Feb 2010 00:17:54 +0000 (00:17 +0000)]
- if they are outdated/wrong, no need to confuse the users
Pierre Joye [Fri, 5 Feb 2010 00:14:18 +0000 (00:14 +0000)]
- silent warning
Johannes Schlüter [Thu, 4 Feb 2010 20:28:55 +0000 (20:28 +0000)]
Merge mysql changes
293815 Add possibility to restrain the number of levels (andrey)
293816 decrement correctly! (andrey)
293976 Fix for bug#50772 (andrey)
294302 Tests related to #50727 (uw)
294313 Fix a bug in mysqlnd where a pointer was not incremented (andrey)
294317 Fix second bug in that code, + instead of += thus not increasing (andrey)
294337 No idea which recent change has cause this little API change, however it is not (uw)
294421 Pass tsrmls to all functions, which might need it in the future. (andrey)
Pierre Joye [Thu, 4 Feb 2010 19:54:04 +0000 (19:54 +0000)]
- fix write access check when write mode only is requested (not RW)
Pierre Joye [Thu, 4 Feb 2010 19:50:49 +0000 (19:50 +0000)]
- Allow newer oracle versions
Pierre Joye [Thu, 4 Feb 2010 10:21:05 +0000 (10:21 +0000)]
- Fixed bug #50723 (Bug in garbage collector causes crash)
Pierre Joye [Thu, 4 Feb 2010 10:13:54 +0000 (10:13 +0000)]
- missing patch for #45986 (r294053)
Pierre Joye [Thu, 4 Feb 2010 10:09:25 +0000 (10:09 +0000)]
- update lib to 0.9.3, fix leaks and test
Pierre Joye [Thu, 4 Feb 2010 09:57:30 +0000 (09:57 +0000)]
- set errno on failure so that the caller can still rely on strerror, missing patch
Pierre Joye [Thu, 4 Feb 2010 09:55:13 +0000 (09:55 +0000)]
- - set errno on failure so that the caller can still rely on strerror
Pierre Joye [Thu, 4 Feb 2010 09:48:02 +0000 (09:48 +0000)]
- try again to get a crypto context when the key container did not exist
Pierre Joye [Thu, 4 Feb 2010 09:44:16 +0000 (09:44 +0000)]
- Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long)
Pierre Joye [Thu, 4 Feb 2010 09:42:06 +0000 (09:42 +0000)]
- Update the libmagic.patch
Pierre Joye [Thu, 4 Feb 2010 09:40:38 +0000 (09:40 +0000)]
- Fixed a possible open_basedir/safe_mode bypass in session extension
Pierre Joye [Thu, 4 Feb 2010 09:37:38 +0000 (09:37 +0000)]
- Fixed crash in ZTS mode due to ini values not being initialized
Pierre Joye [Thu, 4 Feb 2010 09:31:09 +0000 (09:31 +0000)]
- fix leak
Pierre Joye [Thu, 4 Feb 2010 09:29:24 +0000 (09:29 +0000)]
- don't go through the reparse code when we have a share or DFS path
Pierre Joye [Thu, 4 Feb 2010 09:27:40 +0000 (09:27 +0000)]
- fix leak in the realpath cache, win only
Pierre Joye [Thu, 4 Feb 2010 09:25:09 +0000 (09:25 +0000)]
- fix leak when the SID is already used and duplicated, windows only
Pierre Joye [Thu, 4 Feb 2010 09:23:22 +0000 (09:23 +0000)]
- Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation)
Pierre Joye [Thu, 4 Feb 2010 09:21:02 +0000 (09:21 +0000)]
- [doc] #45986, bad file descriptor warning when rename is used with invalid path
Pierre Joye [Thu, 4 Feb 2010 09:17:20 +0000 (09:17 +0000)]
- Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP
Pierre Joye [Thu, 4 Feb 2010 09:13:14 +0000 (09:13 +0000)]
- Ensure that stderr output are not buffered, portability for tests
Pierre Joye [Thu, 4 Feb 2010 09:11:00 +0000 (09:11 +0000)]
- pls don't add .swp/bak/etc
Pierre Joye [Thu, 4 Feb 2010 09:08:57 +0000 (09:08 +0000)]
- #50690, putenv does assign value when their length is one char on windows
Pierre Joye [Thu, 4 Feb 2010 09:04:37 +0000 (09:04 +0000)]
- make getservbyname on windows behaves like *nux when proto is an empty string
Pierre Joye [Thu, 4 Feb 2010 09:02:19 +0000 (09:02 +0000)]
- prevent possible crash when error/warnings are raised during startup on windows
Pierre Joye [Thu, 4 Feb 2010 08:58:49 +0000 (08:58 +0000)]
- Overlong hostnames breakthistest on NIS enabled FreeBSD
Pierre Joye [Wed, 3 Feb 2010 21:00:20 +0000 (21:00 +0000)]
Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored)
Pierre Joye [Wed, 3 Feb 2010 20:57:08 +0000 (20:57 +0000)]
- Updated to version 2010.1
Pierre Joye [Wed, 3 Feb 2010 20:53:31 +0000 (20:53 +0000)]
- Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.)
Pierre Joye [Wed, 3 Feb 2010 20:50:38 +0000 (20:50 +0000)]
- fix test
Pierre Joye [Wed, 3 Feb 2010 20:49:03 +0000 (20:49 +0000)]
- Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulation
Pierre Joye [Wed, 3 Feb 2010 20:46:41 +0000 (20:46 +0000)]
- fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)
Pierre Joye [Wed, 3 Feb 2010 20:44:43 +0000 (20:44 +0000)]
- Fix gcc version check - bug #50771
Pierre Joye [Wed, 3 Feb 2010 20:42:50 +0000 (20:42 +0000)]
- fix wrong type and useless assignments
Pierre Joye [Wed, 3 Feb 2010 20:29:09 +0000 (20:29 +0000)]
- Don't free soap_headers just before comparing the length. This causes SoapClient..
Pierre Joye [Wed, 3 Feb 2010 20:26:26 +0000 (20:26 +0000)]
-fix tests
Pierre Joye [Wed, 3 Feb 2010 20:23:53 +0000 (20:23 +0000)]
- Upgraded bundled sqlite to version 3.6.22
Pierre Joye [Wed, 3 Feb 2010 20:21:40 +0000 (20:21 +0000)]
- Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).
Pierre Joye [Wed, 3 Feb 2010 20:19:05 +0000 (20:19 +0000)]
- Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).
Pierre Joye [Wed, 3 Feb 2010 20:16:21 +0000 (20:16 +0000)]
- kill/update old docs
Pierre Joye [Wed, 3 Feb 2010 20:13:18 +0000 (20:13 +0000)]
- Fixed bug #48811 (Directives in PATH section do not get applied to subdirector
Pierre Joye [Wed, 3 Feb 2010 20:10:35 +0000 (20:10 +0000)]
Worked with Samy Kamkar to improve LCG entropy.
Pierre Joye [Wed, 3 Feb 2010 20:08:42 +0000 (20:08 +0000)]
Bug #47281 ( is limited in size of characters). Also remove redundant code line
Pierre Joye [Wed, 3 Feb 2010 20:04:38 +0000 (20:04 +0000)]
- fix bug #49463 (setAttributeNS fails setting default namespace)
Pierre Joye [Wed, 3 Feb 2010 20:00:49 +0000 (20:00 +0000)]
- Bump version in early preparation for release
Pierre Joye [Wed, 3 Feb 2010 19:48:04 +0000 (19:48 +0000)]
- Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
Pierre Joye [Wed, 3 Feb 2010 19:44:23 +0000 (19:44 +0000)]
- Fixed bug #50680 (strtotime() does not support eighth ordinal number).
Pierre Joye [Wed, 3 Feb 2010 19:37:35 +0000 (19:37 +0000)]
- Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)
Pierre Joye [Wed, 3 Feb 2010 18:52:17 +0000 (18:52 +0000)]
- Revert commit 292222. It's not needed anymore to specify c99.
Pierre Joye [Wed, 3 Feb 2010 18:47:13 +0000 (18:47 +0000)]
- year++
Pierre Joye [Wed, 3 Feb 2010 18:41:27 +0000 (18:41 +0000)]
fix bug #50661 (DOMDocument::loadXML does not allow UTF-16)
Pierre Joye [Wed, 3 Feb 2010 18:38:11 +0000 (18:38 +0000)]
- Addressing minor leak noticed while addressing bug #48590
Pierre Joye [Wed, 3 Feb 2010 18:35:58 +0000 (18:35 +0000)]
- Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).
Pierre Joye [Wed, 3 Feb 2010 18:29:52 +0000 (18:29 +0000)]
- merge fix build for sha
Pierre Joye [Wed, 3 Feb 2010 18:15:16 +0000 (18:15 +0000)]
-merge: imagepolygon() and imagefilledpolygon() does not allow negative number of points
Pierre Joye [Wed, 3 Feb 2010 18:11:24 +0000 (18:11 +0000)]
- merge: Fixed bug #50732 (exec() adds single byte twice to array).
Pierre Joye [Wed, 3 Feb 2010 18:08:05 +0000 (18:08 +0000)]
- merge info
Pierre Joye [Wed, 3 Feb 2010 18:07:25 +0000 (18:07 +0000)]
- Fixed bug #50519 (segfault in garbage collection when using set_error_handler an..
Pierre Joye [Wed, 3 Feb 2010 17:55:57 +0000 (17:55 +0000)]
- merge info
Pierre Joye [Wed, 3 Feb 2010 17:47:28 +0000 (17:47 +0000)]
- Merge: use png_sig_cmp to support libpng 1.4, old is deprecated already in older vers
Pierre Joye [Wed, 3 Feb 2010 17:41:00 +0000 (17:41 +0000)]
- Merge #49600 (imageTTFText text shifted right)
Johannes Schlüter [Thu, 28 Jan 2010 01:45:47 +0000 (01:45 +0000)]
merge r293144 - Added test case for bug #50632 (iliaa)
Johannes Schlüter [Wed, 27 Jan 2010 17:42:17 +0000 (17:42 +0000)]
merge r293131 - Fixed bug #48590 (SoapClient does not honor max_redirects)
(srinatar)
Johannes Schlüter [Wed, 27 Jan 2010 17:36:46 +0000 (17:36 +0000)]
merge r293126 - [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix
#33500) (pajoye)
Johannes Schlüter [Wed, 27 Jan 2010 17:29:38 +0000 (17:29 +0000)]
Merge r293114: add ICU resource bundle support, contributed by Hans-Peter Oeri
(stas)
Johannes Schlüter [Wed, 27 Jan 2010 17:24:34 +0000 (17:24 +0000)]
merge r293075: Update copyright year in the man file (iliaa)
Johannes Schlüter [Wed, 27 Jan 2010 17:22:54 +0000 (17:22 +0000)]
merge r293051: Fixed bug #50632 (filter_input() does not return default value if
the variable does not exist) (iliaa)
Johannes Schlüter [Mon, 25 Jan 2010 23:41:18 +0000 (23:41 +0000)]
merge r292823 Fixed bug #44827 (define() allows :: in constant names). (iliaa)
and r293974 Added test case for bug #44827 (iliaa)
Johannes Schlüter [Mon, 25 Jan 2010 23:26:15 +0000 (23:26 +0000)]
Merge rfc1867.c changes
r292762 - Fixed bug #48190 (Content-type parameter "boundary" is not case-
insensitive in HTTP uploads). (iliaa)
r292771 - WS + CS + folding tags (jani)
r292777 - Sync with HEAD (jani)
Johannes Schlüter [Mon, 25 Jan 2010 23:12:42 +0000 (23:12 +0000)]
Merge -r292683 Share the php_sockets.h header (mkoppanen)
Johannes Schlüter [Mon, 25 Jan 2010 23:06:09 +0000 (23:06 +0000)]
merge r292677: Along with the valid char set, also add a length check to the
session id here to avoid a lower-level error on the open()
later on in case we exceed MAX_PATH. The lower level open()
error includes the session dir path in it, so this is a very
low-priority security fix. People should not be running
production systems with display_errors turned on. (rasmus)
Johannes Schlüter [Mon, 25 Jan 2010 22:43:29 +0000 (22:43 +0000)]
Merge libmagic update
r292654 - Upgrade bundled libmagic to 5.03 (fixes CDF parsing related issues)
(mkoppanen)
r292682 - spprintf the dbname (mkoppanen)
r292693 - Fixed ZTS build (felipe)
Johannes Schlüter [Mon, 25 Jan 2010 17:29:37 +0000 (17:29 +0000)]
Merge tidynode changes: (pierrick)
r292635 - Changed tidyNode class to disallow manual node creation.
r292719 - Set the tidyNode constructor private
r292765 - Add a test for tidyNode::__construct()
Johannes Schlüter [Mon, 25 Jan 2010 17:15:41 +0000 (17:15 +0000)]
merge r292632: remove automatic file unlocking on shutdown and/or stream close
(tony2001)
Johannes Schlüter [Mon, 25 Jan 2010 17:02:37 +0000 (17:02 +0000)]
merge postgresql 8.5 test changes (mbeccati)
-r292630 - Updated pdo_pgsql tests to be 8.5+ friendly
-r292633 - Updated ext/pgsql tests to work w/ PostgreSQL 8.5
-r292634 - Removed spurious high-ascii char from previous commmit
Johannes Schlüter [Mon, 25 Jan 2010 16:46:55 +0000 (16:46 +0000)]
merge -r292624: Fixed bug #50519 (segfault in garbage collection when using
set_error_handler and DomDocument (dmitry)
Johannes Schlüter [Mon, 25 Jan 2010 16:14:28 +0000 (16:14 +0000)]
merge r292611: Added missing host validation for HTTP urls inside
FILTER_VALIDATE_URL. (iliaa)
Johannes Schlüter [Mon, 25 Jan 2010 15:57:24 +0000 (15:57 +0000)]
merge r292595: Changed stream_resolve_include_path to use zend_resolve_path
(mkoppanen)
Johannes Schlüter [Mon, 25 Jan 2010 14:11:32 +0000 (14:11 +0000)]
merge r292594: fix the fix for #47409 (tony2001)
Johannes Schlüter [Mon, 25 Jan 2010 14:07:05 +0000 (14:07 +0000)]
merge -r292574: - Update tests to reflect current behavior after fix for bug
#50185 (srinatar)
Johannes Schlüter [Mon, 25 Jan 2010 14:02:09 +0000 (14:02 +0000)]
merge r292571 fix flags handling in zend_parse_method_parameters_ex (stas)
Johannes Schlüter [Mon, 25 Jan 2010 13:59:35 +0000 (13:59 +0000)]
merge r292566: cleanup some code, improve error handling (stas)
Johannes Schlüter [Mon, 25 Jan 2010 13:55:41 +0000 (13:55 +0000)]
merge r292562: -ws (jani)
Johannes Schlüter [Wed, 20 Jan 2010 17:09:28 +0000 (17:09 +0000)]
Merge mysql changes
292528 Unify. The typedef-ed structs in mysqlnd are always capitalized. (andrey)
293076 The internal zval cache has been removed and not been reintroduced... remove cor (uw)
293080 Tweaking test. Andrey, you once requested such a test, please have a look if it (uw)
293084 Fixing test(uw)
293085 The internal zval cache has been removed and not been reintroduced... remove cor (uw)
292986 Updating test to new libmysql feature set (first introduced in MySQL 6.0 but now (uw)
293229 Change of way the packet objects are created/initialised (andrey)
293273 add restart_psession and end_psession hooks (andrey)
293286 improve the stats subsystem. Reduce the number of macro definitions (andrey)
293287 export some calls to init/deinit code outside of the module (andrey)
293402 missed to commit to the branch (andrey)
293407 Rework the statistics macros to be reusable by external entities. (andrey)
293418 missed to commit in 5_3, here it comes, reusability of stats (andrey)
293424 remove extern defintion of a variable that is no more (andrey)
293428 cosmetics. typedef-ed types should be in capital case (andrey)
293429 removed stale export (andrey)
293430 more typedef cosmetics (andrey)
293504 make mysqlnd's tracing API more reusable (andrey)
293512 more PHPAPI for phpize-d builds (andrey)
293535 Fix build of mysqli when libmysql is used, mysqlnd_portability.h (andrey)
293537 removed redefinition of bit_uint8korr (andrey)
293539 Fix compiler warning (andrey)
293542 Fix compiler warning, copy&paste error (andrey)
293723 fix windows (andrey)
293725 Make it GCC only feature (tracing). VC7 and up do the work (andrey)
Johannes Schlüter [Wed, 20 Jan 2010 16:07:10 +0000 (16:07 +0000)]
Merge 292549: Fixed bug #47409 (extract() problem with array containing word
"this"). (iliaa)