]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Wed, 3 Dec 2008 15:57:52 +0000 (15:57 +0000)]
Back to dev
Ilia Alshanetsky [Wed, 3 Dec 2008 15:54:03 +0000 (15:54 +0000)]
PHP 5.2.7
Robin Fernandes [Wed, 3 Dec 2008 14:27:43 +0000 (14:27 +0000)]
Add support for %u|b% and %unicode_string_optional% to facilitate writing tests compatible with both 5_2 and HEAD.
Ant Phillips [Wed, 3 Dec 2008 13:04:38 +0000 (13:04 +0000)]
MBString tests: checked on PHP 5.2.6 (Windows, Linux and Linux 64 bit).
Felipe Pena [Wed, 3 Dec 2008 10:15:13 +0000 (10:15 +0000)]
- BFN
Ant Phillips [Wed, 3 Dec 2008 09:25:42 +0000 (09:25 +0000)]
Delete duff commit files
Felipe Pena [Tue, 2 Dec 2008 23:06:52 +0000 (23:06 +0000)]
- Fixed tests
Felipe Pena [Tue, 2 Dec 2008 21:02:44 +0000 (21:02 +0000)]
MFH:
- Fixed memory leaks
- Added new tests (Coverage++)
Derick Rethans [Tue, 2 Dec 2008 18:01:58 +0000 (18:01 +0000)]
- MFH: Fixed bug #46732 (mktime.year description is wrong).
Matt Wilmas [Tue, 2 Dec 2008 14:50:37 +0000 (14:50 +0000)]
MFH: Changed logic for LONG_MIN
Ant Phillips [Tue, 2 Dec 2008 13:37:21 +0000 (13:37 +0000)]
Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Ilia Alshanetsky [Mon, 1 Dec 2008 20:57:11 +0000 (20:57 +0000)]
Fixed typo
Iain Lewis [Mon, 1 Dec 2008 14:25:24 +0000 (14:25 +0000)]
Adding tests for array_multisort
Felipe Pena [Mon, 1 Dec 2008 12:28:27 +0000 (12:28 +0000)]
- MFH: Fixed memory leak
Ant Phillips [Mon, 1 Dec 2008 12:23:33 +0000 (12:23 +0000)]
Exif tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Ant Phillips [Mon, 1 Dec 2008 11:29:35 +0000 (11:29 +0000)]
DOM tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Uwe Schindler [Mon, 1 Dec 2008 10:11:57 +0000 (10:11 +0000)]
remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build.
Pierre Joye [Mon, 1 Dec 2008 00:03:03 +0000 (00:03 +0000)]
- c/p fix, correct description
Pierre Joye [Sun, 30 Nov 2008 23:58:17 +0000 (23:58 +0000)]
- Enable fix fo #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow) on windows (we use the latest imap)
Pierre Joye [Sun, 30 Nov 2008 23:56:36 +0000 (23:56 +0000)]
- fix line ending
Pierre Joye [Sun, 30 Nov 2008 22:35:39 +0000 (22:35 +0000)]
- fix line ending
Pierre Joye [Sun, 30 Nov 2008 21:41:57 +0000 (21:41 +0000)]
- #44900
Pierre Joye [Sun, 30 Nov 2008 21:39:57 +0000 (21:39 +0000)]
- #44900, OpenSSL extension fails to link with OpenSSL 0.9.6 (5.2 only, 5.3+ requires a decent version)
Hannes Magnusson [Sun, 30 Nov 2008 00:12:45 +0000 (00:12 +0000)]
MFH: Fix proto
Uwe Schindler [Sat, 29 Nov 2008 23:44:44 +0000 (23:44 +0000)]
MFH: support stat cache of webserver (like apache does)
Uwe Schindler [Sat, 29 Nov 2008 19:59:27 +0000 (19:59 +0000)]
MFH: Some nsapi.h specific ifdefs unified & corrected (same like last commit, only cleanup)
Uwe Schindler [Sat, 29 Nov 2008 19:38:04 +0000 (19:38 +0000)]
MFH: remove one stat call and replace by cached one
(release-manager: the same like with last commit)
Uwe Schindler [Sat, 29 Nov 2008 14:51:45 +0000 (14:51 +0000)]
Hallo release manager: This patch is not release critical (affects only NSAPI, but I want it to be fixed in the last version of PHP 5.2). If you do not want to have it in, revert it, a new RC is definitely not needed because of this (and I am sure nobody who tests RCs is using NSAPI :)!
MFH: Implement flushing in NSAPI, fix some problems with output buffering if the response was not started (no headers sent) before doing something in ub_write() or flush() - Writing or flushing output will fail in NSAPI, if headers were not sent before.
Stanislav Malyshev [Sat, 29 Nov 2008 00:49:58 +0000 (00:49 +0000)]
report fix
Stanislav Malyshev [Fri, 28 Nov 2008 23:27:46 +0000 (23:27 +0000)]
properly initialize BG(page_uid) and BG(page_gid)
Stanislav Malyshev [Fri, 28 Nov 2008 23:22:39 +0000 (23:22 +0000)]
init SG(server_context) before processing configs
Matt Wilmas [Fri, 28 Nov 2008 19:07:09 +0000 (19:07 +0000)]
MFH: Updated description to match docs
Zoe Slattery [Fri, 28 Nov 2008 17:41:03 +0000 (17:41 +0000)]
Committing include files required for tests. Tests and bug reports to follow.
Dmitry Stogov [Fri, 28 Nov 2008 11:56:50 +0000 (11:56 +0000)]
Fixed bug #46366 (bad cwd with / as pathinfo)
Ant Phillips [Fri, 28 Nov 2008 10:40:37 +0000 (10:40 +0000)]
Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Stanislav Malyshev [Thu, 27 Nov 2008 23:51:45 +0000 (23:51 +0000)]
report fix
Ilia Alshanetsky [Thu, 27 Nov 2008 21:28:37 +0000 (21:28 +0000)]
Back to dev
Ilia Alshanetsky [Thu, 27 Nov 2008 21:21:42 +0000 (21:21 +0000)]
5.2.7RC5
Ilia Alshanetsky [Thu, 27 Nov 2008 17:29:20 +0000 (17:29 +0000)]
Updated NEWS file with CVE #s
Ilia Alshanetsky [Thu, 27 Nov 2008 17:01:29 +0000 (17:01 +0000)]
MFB: Fixed bug #46696 (cURL fails in upload files with specified
content-type)
Ant Phillips [Thu, 27 Nov 2008 14:51:16 +0000 (14:51 +0000)]
Directory tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Dmitry Stogov [Thu, 27 Nov 2008 14:49:46 +0000 (14:49 +0000)]
Fixed bug #44882 (SOAP extension object decoding bug)
Ant Phillips [Thu, 27 Nov 2008 14:30:58 +0000 (14:30 +0000)]
Latest and greatest versions of these session tests - checked on 5.2.X snap on Windows, Linux and Linux 64 bit.
Ant Phillips [Thu, 27 Nov 2008 13:51:07 +0000 (13:51 +0000)]
Latest and greatest versions of these session tests - checked on 5.2.X snap on Windows, Linux and Linux 64 bit.
Dmitry Stogov [Thu, 27 Nov 2008 11:25:22 +0000 (11:25 +0000)]
Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
Arnaud Le Blanc [Wed, 26 Nov 2008 04:20:41 +0000 (04:20 +0000)]
MFH: Fixed bug #46673 (stream_lock call with wrong paramater)
Arnaud Le Blanc [Wed, 26 Nov 2008 04:08:30 +0000 (04:08 +0000)]
MFH: Missed file from commit for #44181 & #44182
Arnaud Le Blanc [Wed, 26 Nov 2008 01:21:10 +0000 (01:21 +0000)]
MFH: Fixed bug #42473 (ob_start php://output and headers)
Arnaud Le Blanc [Wed, 26 Nov 2008 01:00:36 +0000 (01:00 +0000)]
MFH: Fixed bugs #44181 & #44182 (extract() and references)
(robin_fernandes at uk dot ibm dot com)
Ant Phillips [Tue, 25 Nov 2008 11:33:41 +0000 (11:33 +0000)]
File system tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). There seems to be an issue with trailing slashes on 5.2.7 RC1 which may cause some tests to fail...
Arnaud Le Blanc [Tue, 25 Nov 2008 03:53:00 +0000 (03:53 +0000)]
MFH: Fixed endless loop in cli when ignore_user_abort is on
Stanislav Malyshev [Mon, 24 Nov 2008 22:18:25 +0000 (22:18 +0000)]
fix php_value application order for Apache
Ilia Alshanetsky [Mon, 24 Nov 2008 21:23:45 +0000 (21:23 +0000)]
MFB: Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly)
Arnaud Le Blanc [Mon, 24 Nov 2008 19:17:56 +0000 (19:17 +0000)]
MFH
David Soria Parra [Mon, 24 Nov 2008 15:37:33 +0000 (15:37 +0000)]
MFH: Revert fix for 43782, as it caused problems.
Jani Taskinen [Mon, 24 Nov 2008 12:49:00 +0000 (12:49 +0000)]
- Keep the style ;)
Arnaud Le Blanc [Sun, 23 Nov 2008 20:36:32 +0000 (20:36 +0000)]
MFH: Fixed bug #46649 (Setting array element with that same array produces
inconsistent results)
Ilia Alshanetsky [Sun, 23 Nov 2008 18:31:05 +0000 (18:31 +0000)]
BFN: Fixed bug #46643 (Upgraded PCRElib to 7.8)
Ilia Alshanetsky [Sun, 23 Nov 2008 18:30:38 +0000 (18:30 +0000)]
MFB: Fixed bug #46643 (Upgraded PCRElib to 7.8)
Felipe Pena [Sat, 22 Nov 2008 11:24:15 +0000 (11:24 +0000)]
- BFN
Felipe Pena [Fri, 21 Nov 2008 22:56:20 +0000 (22:56 +0000)]
- Missing SKIPIF :(
Felipe Pena [Fri, 21 Nov 2008 22:50:22 +0000 (22:50 +0000)]
- Fixed tests
Felipe Pena [Fri, 21 Nov 2008 22:48:27 +0000 (22:48 +0000)]
- MFH: Fixed memory leak in readline_callback_handler_remove()
Felipe Pena [Fri, 21 Nov 2008 21:44:32 +0000 (21:44 +0000)]
- New tests
Felipe Pena [Fri, 21 Nov 2008 21:03:47 +0000 (21:03 +0000)]
- Fix test
Felipe Pena [Fri, 21 Nov 2008 21:01:23 +0000 (21:01 +0000)]
- New tests
Ilia Alshanetsky [Fri, 21 Nov 2008 00:12:18 +0000 (00:12 +0000)]
Back to dev
Ilia Alshanetsky [Fri, 21 Nov 2008 00:08:49 +0000 (00:08 +0000)]
5.2.7RC4
Felipe Pena [Thu, 20 Nov 2008 22:29:49 +0000 (22:29 +0000)]
- BFN
Felipe Pena [Thu, 20 Nov 2008 22:26:32 +0000 (22:26 +0000)]
- MFH: Fixed memory leaks in readline_completion_function()
Iain Lewis [Thu, 20 Nov 2008 15:49:09 +0000 (15:49 +0000)]
Adding some tests for array_product
Mark Karpeles [Thu, 20 Nov 2008 15:12:28 +0000 (15:12 +0000)]
- ext/wddx: fixed test 003 which depended on arch (32bits vs 64bits)
Felipe Pena [Thu, 20 Nov 2008 14:51:30 +0000 (14:51 +0000)]
- MFH: Added ZEND_FETCH_RESOURCE_NO_RETURN
Mark Karpeles [Thu, 20 Nov 2008 14:35:22 +0000 (14:35 +0000)]
- MFH: ext/wddx: classes providing __sleep() are stored without properties (fixed)
Ilia Alshanetsky [Wed, 19 Nov 2008 23:53:18 +0000 (23:53 +0000)]
Proper bug id
Pierre Joye [Wed, 19 Nov 2008 17:02:33 +0000 (17:02 +0000)]
- #46497
Pierre Joye [Wed, 19 Nov 2008 17:01:17 +0000 (17:01 +0000)]
- #46497, wddx_serialize treats input as ISO-8859-1 (Mark Karpeles)
Felipe Pena [Wed, 19 Nov 2008 17:00:13 +0000 (17:00 +0000)]
- Fixed test
Ant Phillips [Tue, 18 Nov 2008 15:36:32 +0000 (15:36 +0000)]
Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Pierre Joye [Tue, 18 Nov 2008 02:15:54 +0000 (02:15 +0000)]
- #41033
Pierre Joye [Tue, 18 Nov 2008 02:03:19 +0000 (02:03 +0000)]
- fix title
Pierre Joye [Tue, 18 Nov 2008 02:02:19 +0000 (02:02 +0000)]
- MFH: #41033, enable signing with DSA keys
Ilia Alshanetsky [Mon, 17 Nov 2008 23:40:54 +0000 (23:40 +0000)]
More detailed bug fix description
Ant Phillips [Mon, 17 Nov 2008 11:20:19 +0000 (11:20 +0000)]
Commit tests for ext/reflection
Pierre Joye [Sun, 16 Nov 2008 23:19:33 +0000 (23:19 +0000)]
- skip if pcntl is missing
Pierre Joye [Sun, 16 Nov 2008 23:12:38 +0000 (23:12 +0000)]
- MFH: manage references of stream context properly (Tony)
- add tests for bug #46127
Ilia Alshanetsky [Sun, 16 Nov 2008 18:01:25 +0000 (18:01 +0000)]
MFB: Fixed memory leak inside readline_callback_handler_install() function
Felipe Pena [Thu, 13 Nov 2008 23:23:11 +0000 (23:23 +0000)]
- MFH: Better fix
Stanislav Malyshev [Thu, 13 Nov 2008 19:23:51 +0000 (19:23 +0000)]
add error_log change
Stanislav Malyshev [Thu, 13 Nov 2008 19:22:01 +0000 (19:22 +0000)]
Add option to send error_log directly to SAPI
Hannes Magnusson [Thu, 13 Nov 2008 19:06:59 +0000 (19:06 +0000)]
MFH: Document the xmlrpc_errors option
Ilia Alshanetsky [Thu, 13 Nov 2008 18:22:23 +0000 (18:22 +0000)]
MFB: Fixed a bug inside dba_replace() that could cause file truncation with
invalid keys
Felipe Pena [Thu, 13 Nov 2008 14:53:55 +0000 (14:53 +0000)]
- Reverted last change, only in this branch
Felipe Pena [Thu, 13 Nov 2008 13:09:47 +0000 (13:09 +0000)]
- MFH: Fixed invalid reads
Felipe Pena [Wed, 12 Nov 2008 23:38:15 +0000 (23:38 +0000)]
- MFH: Fixed a macro redefinition on BSD for different purpose
Felipe Pena [Wed, 12 Nov 2008 17:50:37 +0000 (17:50 +0000)]
- MFH: Removed unused variables
Felipe Pena [Wed, 12 Nov 2008 17:29:50 +0000 (17:29 +0000)]
- Fix test
Pierre Joye [Wed, 12 Nov 2008 12:01:29 +0000 (12:01 +0000)]
- update NEWS for #14962
Pierre Joye [Wed, 12 Nov 2008 11:59:26 +0000 (11:59 +0000)]
- MFH:
- #14962, makes extractTo 2nd argument really optional
- replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO
- sync tests
Felipe Pena [Tue, 11 Nov 2008 18:42:00 +0000 (18:42 +0000)]
- Fixes and new tests