]>
granicus.if.org Git - php/log
andy wharmby [Tue, 9 Jun 2009 20:18:28 +0000 (20:18 +0000)]
Fix test - remove bogus variation
Pierre Joye [Tue, 9 Jun 2009 14:04:28 +0000 (14:04 +0000)]
- fix NEWS
David Soria Parra [Tue, 9 Jun 2009 13:29:39 +0000 (13:29 +0000)]
Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache).
The fix was provided by Sriram Natarajan.
Ilia Alshanetsky [Tue, 9 Jun 2009 12:16:31 +0000 (12:16 +0000)]
TZ update news
Scott MacVicar [Tue, 9 Jun 2009 01:09:28 +0000 (01:09 +0000)]
BFN
Scott MacVicar [Tue, 9 Jun 2009 01:04:35 +0000 (01:04 +0000)]
Add test
Scott MacVicar [Tue, 9 Jun 2009 01:00:47 +0000 (01:00 +0000)]
MFH #46019 - Memory leak when Mysqli::init() is called multiple times.
Scott MacVicar [Tue, 9 Jun 2009 00:43:04 +0000 (00:43 +0000)]
BFN
Scott MacVicar [Mon, 8 Jun 2009 21:52:08 +0000 (21:52 +0000)]
MFH fix bug #44214: crash with preg_replace_callback and global variables
Pierre Joye [Mon, 8 Jun 2009 21:17:12 +0000 (21:17 +0000)]
- typo
Derick Rethans [Mon, 8 Jun 2009 13:53:45 +0000 (13:53 +0000)]
- Updated to version 2009.9 (2009i)
Ilia Alshanetsky [Mon, 8 Jun 2009 13:34:45 +0000 (13:34 +0000)]
Re-apply patch with fixed build
Antony Dovgal [Mon, 8 Jun 2009 13:09:30 +0000 (13:09 +0000)]
fix build, revert faulty patch
Robert Nicholson [Mon, 8 Jun 2009 12:02:57 +0000 (12:02 +0000)]
New tests for operators. These tests were auto generated to verify correctness for a number of significant values. The work was done by Dave Kelsey.
Jani Taskinen [Mon, 8 Jun 2009 10:39:25 +0000 (10:39 +0000)]
fix news
Pierre Joye [Mon, 8 Jun 2009 08:39:25 +0000 (08:39 +0000)]
- #48469
Ilia Alshanetsky [Mon, 8 Jun 2009 01:26:53 +0000 (01:26 +0000)]
BFN
Ilia Alshanetsky [Mon, 8 Jun 2009 01:26:47 +0000 (01:26 +0000)]
MFB: Fixed bug #44827 (define() is missing error checks for class constants)
Patrick Allaert [Sun, 7 Jun 2009 21:27:42 +0000 (21:27 +0000)]
MFH: Removed credit
Robert Nicholson [Sun, 7 Jun 2009 21:05:10 +0000 (21:05 +0000)]
New tests for foreach loops. These were written by another member of the Projectzero team.
Matt Wilmas [Sun, 7 Jun 2009 19:28:33 +0000 (19:28 +0000)]
MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
Also simplified related array_push() test
Patrick Allaert [Sun, 7 Jun 2009 13:14:30 +0000 (13:14 +0000)]
MFH: Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results)
Rasmus Lerdorf [Fri, 5 Jun 2009 22:34:30 +0000 (22:34 +0000)]
Make this happy on gcc2
Rasmus Lerdorf [Fri, 5 Jun 2009 22:24:53 +0000 (22:24 +0000)]
We don't have these in gcc2
Arnaud Le Blanc [Fri, 5 Jun 2009 11:21:47 +0000 (11:21 +0000)]
better fix for #48409 , #48428 , #48228
Andrei Zmievski [Thu, 4 Jun 2009 18:17:28 +0000 (18:17 +0000)]
Fix invalid test against addr6 result.
Jani Taskinen [Thu, 4 Jun 2009 11:53:38 +0000 (11:53 +0000)]
MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)
# This doesn't really fix it since it's some weird Windows thing but this
# does make this code slightly more portable :)
Felipe Pena [Thu, 4 Jun 2009 01:16:58 +0000 (01:16 +0000)]
- Fixed tests
Ilia Alshanetsky [Wed, 3 Jun 2009 12:41:46 +0000 (12:41 +0000)]
MFB: Fixed bug #46386 (Digest authentication with SOAP module fails against
MSSQL SOAP services)
Zoe Slattery [Wed, 3 Jun 2009 12:31:05 +0000 (12:31 +0000)]
Commiting testfest tests from tek
Kalle Sommer Nielsen [Wed, 3 Jun 2009 08:59:19 +0000 (08:59 +0000)]
Fixed #48448 (Compile failure under IRIX 6.5.30 building cast.c)
# Only in this branch, looks like a missing merge compared to PHP_5_3/HEAD
Jani Taskinen [Tue, 2 Jun 2009 19:55:07 +0000 (19:55 +0000)]
bfn
Jani Taskinen [Tue, 2 Jun 2009 19:54:22 +0000 (19:54 +0000)]
MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
Jani Taskinen [Tue, 2 Jun 2009 08:03:35 +0000 (08:03 +0000)]
fix test
Arnaud Le Blanc [Mon, 1 Jun 2009 16:10:47 +0000 (16:10 +0000)]
MFH: New tests
# These tests were failing on different configurations, so adding them
# all to get more chances of seeing one failing in case of problem.
Arnaud Le Blanc [Mon, 1 Jun 2009 15:08:00 +0000 (15:08 +0000)]
MFH: better fix for #48409 , #48428 , #48228
Antony Dovgal [Mon, 1 Jun 2009 14:03:24 +0000 (14:03 +0000)]
fix ZTS build
Ilia Alshanetsky [Mon, 1 Jun 2009 13:10:57 +0000 (13:10 +0000)]
Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values).
Zoe Slattery [Mon, 1 Jun 2009 13:01:27 +0000 (13:01 +0000)]
Engine execution order tests
Zoe Slattery [Mon, 1 Jun 2009 12:58:14 +0000 (12:58 +0000)]
Fixes to work on Windows as well as Linux
Jani Taskinen [Mon, 1 Jun 2009 09:00:54 +0000 (09:00 +0000)]
fix news
Stanislav Malyshev [Sun, 31 May 2009 21:31:15 +0000 (21:31 +0000)]
fix for #48247
Stanislav Malyshev [Sun, 31 May 2009 20:43:57 +0000 (20:43 +0000)]
fix for #48247
Andrei Zmievski [Sun, 31 May 2009 18:55:36 +0000 (18:55 +0000)]
MFB
Ilia Alshanetsky [Sun, 31 May 2009 14:14:07 +0000 (14:14 +0000)]
MFB: Fixed bug #48359 (Script hangs on snmprealwalk if OID is not
increasing)
Jani Taskinen [Sun, 31 May 2009 13:51:23 +0000 (13:51 +0000)]
MFH: no dots in errors
Andrei Zmievski [Sun, 31 May 2009 01:43:45 +0000 (01:43 +0000)]
Expose encode/decode API.
Arnaud Le Blanc [Sat, 30 May 2009 16:42:50 +0000 (16:42 +0000)]
BFN
Arnaud Le Blanc [Sat, 30 May 2009 16:42:24 +0000 (16:42 +0000)]
MFH: Take small blocks cache into account in memory_get_usage()
Arnaud Le Blanc [Sat, 30 May 2009 16:36:01 +0000 (16:36 +0000)]
BFN
Arnaud Le Blanc [Sat, 30 May 2009 16:35:26 +0000 (16:35 +0000)]
MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)
Zoe Slattery [Fri, 29 May 2009 11:45:55 +0000 (11:45 +0000)]
better fix
Zoe Slattery [Fri, 29 May 2009 09:46:34 +0000 (09:46 +0000)]
fixing to work with older levels of libcurl
Zoe Slattery [Fri, 29 May 2009 07:52:28 +0000 (07:52 +0000)]
Engine execution order tests
Pierre Joye [Fri, 29 May 2009 07:29:20 +0000 (07:29 +0000)]
- #42143, the constant NAN is reported as 0 on Windows
Scott MacVicar [Fri, 29 May 2009 02:35:56 +0000 (02:35 +0000)]
Bug number was wrong.
Ilia Alshanetsky [Fri, 29 May 2009 01:31:58 +0000 (01:31 +0000)]
Adjust news order
Scott MacVicar [Fri, 29 May 2009 00:05:56 +0000 (00:05 +0000)]
BFN
Scott MacVicar [Fri, 29 May 2009 00:03:28 +0000 (00:03 +0000)]
MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of control. Lazy LRU here.
Pierre Joye [Thu, 28 May 2009 14:06:06 +0000 (14:06 +0000)]
- fix build with system gd
Pierre Joye [Thu, 28 May 2009 14:04:19 +0000 (14:04 +0000)]
- #48738
Pierre Joye [Thu, 28 May 2009 14:03:09 +0000 (14:03 +0000)]
- MFB: #48378, exif_read_data() segfaults on certain corrupted .jpeg files
Arnaud Le Blanc [Thu, 28 May 2009 13:26:52 +0000 (13:26 +0000)]
MFH: New tests
Antony Dovgal [Thu, 28 May 2009 13:22:50 +0000 (13:22 +0000)]
fix test
Arnaud Le Blanc [Thu, 28 May 2009 13:20:22 +0000 (13:20 +0000)]
MFH: merged http ignore_errors context option
# [DOC] "since 5.2.10". See also bug #38802.
Arnaud Le Blanc [Thu, 28 May 2009 10:14:22 +0000 (10:14 +0000)]
Fix "request_startup() for zlib module failed" when client does not
accepts compression and zlib.output_compression is On
Pierre Joye [Wed, 27 May 2009 22:38:53 +0000 (22:38 +0000)]
- mf53: fix build, stderr cannot be used as var or struct member
Robert Nicholson [Wed, 27 May 2009 22:36:04 +0000 (22:36 +0000)]
Language Tests: returnByReference
Ilia Alshanetsky [Wed, 27 May 2009 13:51:16 +0000 (13:51 +0000)]
Back to dev
Ilia Alshanetsky [Wed, 27 May 2009 13:47:34 +0000 (13:47 +0000)]
5.2.10RC1
Antony Dovgal [Wed, 27 May 2009 09:57:13 +0000 (09:57 +0000)]
fix build
Jani Taskinen [Tue, 26 May 2009 17:19:35 +0000 (17:19 +0000)]
- Test for bug #48203
Jani Taskinen [Tue, 26 May 2009 15:50:44 +0000 (15:50 +0000)]
MFH:- Fixed bug #48203 (Crash when CURLOPT_STDERR is set to regular file)
Ilia Alshanetsky [Tue, 26 May 2009 14:38:34 +0000 (14:38 +0000)]
timezone update news
Derick Rethans [Tue, 26 May 2009 14:27:08 +0000 (14:27 +0000)]
- Updated to version 2009.8 (2009h)
Arnaud Le Blanc [Tue, 26 May 2009 14:02:34 +0000 (14:02 +0000)]
MFH: Fix return value of pcntl_wexitstatus() (fixes #47566,
patch by james at jamesreno dot com)
Felipe Pena [Tue, 26 May 2009 13:51:04 +0000 (13:51 +0000)]
- Removed XFAIL section
Felipe Pena [Tue, 26 May 2009 12:37:52 +0000 (12:37 +0000)]
- Fixed compile warning
Jani Taskinen [Tue, 26 May 2009 10:15:08 +0000 (10:15 +0000)]
- Revert this, was not supposed to be merged yet
Jani Taskinen [Tue, 26 May 2009 10:13:01 +0000 (10:13 +0000)]
fix test
Pierre Joye [Tue, 26 May 2009 08:09:37 +0000 (08:09 +0000)]
- add a note about the actual problen so we don't forget it
Jani Taskinen [Tue, 26 May 2009 08:03:29 +0000 (08:03 +0000)]
- Added note about omitted break
Eric Stewart [Tue, 26 May 2009 06:06:40 +0000 (06:06 +0000)]
Add tests:
DOMComment::__construct() with constructor called twice.
DOMDocumentFragment::appendXML() with unbound fragment.
DOMDocumentFragment::appendXML() with unbalanced chunks.
DOMDocumentFragment::__construct() called twice.
DOMDocumentType: basic access to all properties.
DOMDocumentType::name with invalid state.
DOMDocumentType::entities with invalid state.
DOMDocumentType::notations with invalid state.
DOMDocumentType::publicId with invalid state.
DOMDocumentType::publicId with empty value.
DOMDocumentType::systemId with invalid state.
DOMDocumentType::systemId with empty value.
DOMDocumentType::internalSubset with invalid state.
Jani Taskinen [Tue, 26 May 2009 05:57:40 +0000 (05:57 +0000)]
MF53: - Fixed bug #45202 (zlib.output_compression can not be set with ini_set()
# This is fixed in HEAD already. :)
Jani Taskinen [Tue, 26 May 2009 04:47:05 +0000 (04:47 +0000)]
MFH:- Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped)
Jani Taskinen [Tue, 26 May 2009 04:45:21 +0000 (04:45 +0000)]
cs + ws
Kalle Sommer Nielsen [Mon, 25 May 2009 19:41:41 +0000 (19:41 +0000)]
MFH: Typo
Pierre Joye [Mon, 25 May 2009 16:30:37 +0000 (16:30 +0000)]
- #48202
Pierre Joye [Mon, 25 May 2009 16:27:45 +0000 (16:27 +0000)]
- MFH: #48202, Out of memory error when passing non-existing filename, enable related tests (marked as XFAIL now)
Rasmus Lerdorf [Mon, 25 May 2009 11:57:25 +0000 (11:57 +0000)]
Argh! Please do not include entire GPL'ed packages in the PHP
distribution. Removing test and entire phpMyAdmin distribution
in bug.tar.
Eric Stewart [Mon, 25 May 2009 05:58:47 +0000 (05:58 +0000)]
Add the following new tests:
DOMCharacterData::appendData() with no arguments.
DOMCharacterData::deleteData() with count exceeding string size.
DOMCharacterData::deleteData() with no arguments.
DOMCharacterData::deleteData() with offset exceeding string size.
DOMCharacterData::insertData() with no arguments.
DOMCharacterData::replaceData() with no arguments.
DOMComment::__construct() with more arguments than acceptable.
DOMDocumentFragment::__construct().
DOMDocumentFragment::__construct() with too many errors.
DOMDocumentFragment::appendXML() with no arguments.
DOMDocumentFragment::appendXML() with children with properties.
Ilia Alshanetsky [Sun, 24 May 2009 16:02:22 +0000 (16:02 +0000)]
Improve fix for bug #48313
Felipe Pena [Sat, 23 May 2009 14:52:54 +0000 (14:52 +0000)]
- New tests (testfest BerlinUG)
Felipe Pena [Sat, 23 May 2009 14:31:15 +0000 (14:31 +0000)]
- Fix error message
Eric Stewart [Sat, 23 May 2009 01:43:48 +0000 (01:43 +0000)]
New test: DOMAttr read $name property.
New test: DOMAttr read $ownerElement with null parent.
New test: DOMAttr write non-string $value property
New test: DOMCDATASection __construct() with no arguments.
New test: DOMCharacterData - Invalid State Error when getting data out of content.
Eric Stewart [Sat, 23 May 2009 01:34:05 +0000 (01:34 +0000)]
New test: DOMAttr __construct() with no arguments.
Felipe Pena [Fri, 22 May 2009 12:50:44 +0000 (12:50 +0000)]
- MFH: Fixed invalid date checking
Felipe Pena [Fri, 22 May 2009 12:39:14 +0000 (12:39 +0000)]
- New test
Arnaud Le Blanc [Fri, 22 May 2009 11:23:21 +0000 (11:23 +0000)]
BFN
Arnaud Le Blanc [Fri, 22 May 2009 11:23:11 +0000 (11:23 +0000)]
MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)