]>
granicus.if.org Git - php/log
<changelog@php.net> [Thu, 11 Dec 2008 01:32:49 +0000 (01:32 +0000)]
ChangeLog update
Scott MacVicar [Thu, 11 Dec 2008 01:20:58 +0000 (01:20 +0000)]
Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie().
Pierre Joye [Thu, 11 Dec 2008 00:15:05 +0000 (00:15 +0000)]
- ws
Ilia Alshanetsky [Wed, 10 Dec 2008 20:53:58 +0000 (20:53 +0000)]
MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
inside a binary or image column type)
Scott MacVicar [Wed, 10 Dec 2008 13:30:12 +0000 (13:30 +0000)]
Fix segfault and potential security issue in imagerotate().
Nuno Lopes [Wed, 10 Dec 2008 10:16:20 +0000 (10:16 +0000)]
MFB: export pcre API when using gcc 4
Pierre Joye [Wed, 10 Dec 2008 09:51:30 +0000 (09:51 +0000)]
- mfb: c/p error
<changelog@php.net> [Wed, 10 Dec 2008 01:33:21 +0000 (01:33 +0000)]
ChangeLog update
Arnaud Le Blanc [Tue, 9 Dec 2008 22:53:25 +0000 (22:53 +0000)]
fixed test
Johannes Schlüter [Tue, 9 Dec 2008 19:16:22 +0000 (19:16 +0000)]
Fix #46813 (class_exists doesn`t work with fully qualified namespace)
Pierre Joye [Tue, 9 Dec 2008 18:57:08 +0000 (18:57 +0000)]
- fix EOL (which makes on bison 1.7 cry), nb: pls use unix EOL on mac
Ilia Alshanetsky [Tue, 9 Dec 2008 17:20:57 +0000 (17:20 +0000)]
Comment out fprintf() use inside the library
Ilia Alshanetsky [Tue, 9 Dec 2008 17:17:49 +0000 (17:17 +0000)]
MFB: Fixed missing initialization of uses when copying a curl handle
Jani Taskinen [Tue, 9 Dec 2008 16:05:33 +0000 (16:05 +0000)]
- Better descriptions for these tests
Jani Taskinen [Tue, 9 Dec 2008 15:44:09 +0000 (15:44 +0000)]
- Fix tests (apparently whoever wrote this crap never tested these properly)
Jani Taskinen [Tue, 9 Dec 2008 15:20:58 +0000 (15:20 +0000)]
- Use version id instead of defined() since latter does not work with magic constants
Jani Taskinen [Tue, 9 Dec 2008 15:18:04 +0000 (15:18 +0000)]
- fix tests
Antony Dovgal [Tue, 9 Dec 2008 14:49:12 +0000 (14:49 +0000)]
fix test
Pierre Joye [Tue, 9 Dec 2008 14:28:35 +0000 (14:28 +0000)]
- silent conversion warnings as it is not going to be "fixed" any time soon, removing false positive alerts. noise--;
Zoe Slattery [Tue, 9 Dec 2008 13:43:00 +0000 (13:43 +0000)]
fix resource id
Hannes Magnusson [Tue, 9 Dec 2008 13:02:27 +0000 (13:02 +0000)]
ini_set() should return false on failure, not return the orginal value
and pretend everything is fine.
Hannes Magnusson [Tue, 9 Dec 2008 12:56:39 +0000 (12:56 +0000)]
MFB5.3: Fix test
Jani Taskinen [Tue, 9 Dec 2008 10:53:29 +0000 (10:53 +0000)]
- cat, tail, lift :)
Hannes Magnusson [Tue, 9 Dec 2008 10:21:53 +0000 (10:21 +0000)]
Merged to 5.3
Hannes Magnusson [Tue, 9 Dec 2008 10:21:27 +0000 (10:21 +0000)]
MFB: Add test for runtime tightening of open_basedir
Hannes Magnusson [Tue, 9 Dec 2008 10:08:15 +0000 (10:08 +0000)]
Fixed bug#46811 ini_set() doesn't return false on failure
Hannes Magnusson [Tue, 9 Dec 2008 09:04:00 +0000 (09:04 +0000)]
Merged to 5_3
Hannes Magnusson [Tue, 9 Dec 2008 08:22:08 +0000 (08:22 +0000)]
- Remove items that already done in earlier branches
- It doesnt hurt to say what new functions do
<changelog@php.net> [Tue, 9 Dec 2008 01:32:45 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Mon, 8 Dec 2008 22:41:54 +0000 (22:41 +0000)]
- buildconf accepts arguments (pecl dir for ex.)
- copy configure.bat
Pierre Joye [Mon, 8 Dec 2008 22:38:50 +0000 (22:38 +0000)]
- add configure script helper
Zoe Slattery [Mon, 8 Dec 2008 19:10:45 +0000 (19:10 +0000)]
tests for imap_fetch_overview
Jani Taskinen [Mon, 8 Dec 2008 12:36:38 +0000 (12:36 +0000)]
- Sync with all branches (same run-tests.php everywhere
Scott MacVicar [Mon, 8 Dec 2008 11:53:30 +0000 (11:53 +0000)]
Fix bug #46748, segfault when SSL has more than one error message.
Sanjay Mantoor [Mon, 8 Dec 2008 10:41:47 +0000 (10:41 +0000)]
New testcases for idate function
Stanislav Malyshev [Mon, 8 Dec 2008 07:33:41 +0000 (07:33 +0000)]
improve windows version detection
<changelog@php.net> [Mon, 8 Dec 2008 01:33:00 +0000 (01:33 +0000)]
ChangeLog update
Marcus Boerger [Mon, 8 Dec 2008 00:15:51 +0000 (00:15 +0000)]
- Only show switch -y if available
Marcus Boerger [Mon, 8 Dec 2008 00:00:16 +0000 (00:00 +0000)]
- When installing phar, make phar a link to phar.phar
Matt Wilmas [Sun, 7 Dec 2008 10:54:16 +0000 (10:54 +0000)]
Fixed bug #46782 (fastcgi.c parse error)
<changelog@php.net> [Sun, 7 Dec 2008 01:33:28 +0000 (01:33 +0000)]
ChangeLog update
Marcus Boerger [Sat, 6 Dec 2008 15:24:33 +0000 (15:24 +0000)]
- Remove more dead code
Marcus Boerger [Sat, 6 Dec 2008 15:14:46 +0000 (15:14 +0000)]
- Drop dead code
Zoe Slattery [Sat, 6 Dec 2008 11:59:36 +0000 (11:59 +0000)]
More changes to allow the same tests to be used with PHP5 and PHP6
<changelog@php.net> [Sat, 6 Dec 2008 01:33:24 +0000 (01:33 +0000)]
ChangeLog update
Robin Fernandes [Fri, 5 Dec 2008 22:12:04 +0000 (22:12 +0000)]
Add some class related tests, fix hard-coded object ID in serialize_001.phpt.
Rob Richards [Fri, 5 Dec 2008 18:34:54 +0000 (18:34 +0000)]
fix arginfo - these also accept SimpleXMLElement
Zoe Slattery [Fri, 5 Dec 2008 16:27:41 +0000 (16:27 +0000)]
FTP test from Nathaniel McHugh
Ant Phillips [Fri, 5 Dec 2008 14:18:00 +0000 (14:18 +0000)]
Remove duff comment produced by the test generator tool
Ant Phillips [Fri, 5 Dec 2008 14:11:03 +0000 (14:11 +0000)]
Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Ant Phillips [Fri, 5 Dec 2008 14:02:53 +0000 (14:02 +0000)]
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Ant Phillips [Fri, 5 Dec 2008 13:13:15 +0000 (13:13 +0000)]
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Zoe Slattery [Fri, 5 Dec 2008 11:57:24 +0000 (11:57 +0000)]
bug #46731 modification to previous fix
Mikko Koppanen [Fri, 5 Dec 2008 11:21:15 +0000 (11:21 +0000)]
Added test for bug #46739
Zoe Slattery [Fri, 5 Dec 2008 10:59:08 +0000 (10:59 +0000)]
Update to use norsh flag
<changelog@php.net> [Fri, 5 Dec 2008 01:32:37 +0000 (01:32 +0000)]
ChangeLog update
Stanislav Malyshev [Thu, 4 Dec 2008 20:22:12 +0000 (20:22 +0000)]
fix test
Stanislav Malyshev [Thu, 4 Dec 2008 20:12:30 +0000 (20:12 +0000)]
MF5: Merge namespaces changes
Felipe Pena [Thu, 4 Dec 2008 15:50:48 +0000 (15:50 +0000)]
- Fixed bug #46749 (Crash when repeatedly attempting to assign to property of non-object)
Derick Rethans [Thu, 4 Dec 2008 14:53:51 +0000 (14:53 +0000)]
*** empty log message ***
Mikko Koppanen [Thu, 4 Dec 2008 13:12:49 +0000 (13:12 +0000)]
Fixes bug #46739
<changelog@php.net> [Thu, 4 Dec 2008 01:32:32 +0000 (01:32 +0000)]
ChangeLog update
David Soria Parra [Thu, 4 Dec 2008 00:41:55 +0000 (00:41 +0000)]
MFB: Fix cc detection in phpize according to changes in configure.in
David Soria Parra [Thu, 4 Dec 2008 00:41:17 +0000 (00:41 +0000)]
MFB: Fix test for auto_cflags and explictly set GCC="no" if we detect suncc
Felipe Pena [Wed, 3 Dec 2008 20:43:22 +0000 (20:43 +0000)]
- Fixed strange typos
Johannes Schlüter [Wed, 3 Dec 2008 20:30:35 +0000 (20:30 +0000)]
One more cleanup after running tests
Ant Phillips [Wed, 3 Dec 2008 19:09:17 +0000 (19:09 +0000)]
XML tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Felipe Pena [Wed, 3 Dec 2008 16:20:29 +0000 (16:20 +0000)]
- Coverage++
Ant Phillips [Wed, 3 Dec 2008 12:39:54 +0000 (12:39 +0000)]
Put bug number in the XFAIL section for cross referencing
Johannes Schlüter [Wed, 3 Dec 2008 11:44:46 +0000 (11:44 +0000)]
Update credits
Johannes Schlüter [Wed, 3 Dec 2008 11:27:11 +0000 (11:27 +0000)]
Cleanup after running the tests ...
Johannes Schlüter [Wed, 3 Dec 2008 11:00:19 +0000 (11:00 +0000)]
Fix tests (use a in-memory database not a file called memory)
Antony Dovgal [Wed, 3 Dec 2008 10:11:04 +0000 (10:11 +0000)]
fix possible invalid read
<changelog@php.net> [Wed, 3 Dec 2008 01:32:38 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 3 Dec 2008 01:04:33 +0000 (01:04 +0000)]
MFB: Fixed bug #46731 (Missing validation for the options parameter of the
imap_fetch_overview() function).
Matt Wilmas [Wed, 3 Dec 2008 00:08:37 +0000 (00:08 +0000)]
MFB (1.82.2.31.2.17.2.10): "Added a warning message on pdo::exec() failure in the event of an empty query"
Christian Seiler [Tue, 2 Dec 2008 21:06:33 +0000 (21:06 +0000)]
- Fixed autoconf 2.13 issues with FP checks.
Felipe Pena [Tue, 2 Dec 2008 21:00:23 +0000 (21:00 +0000)]
- Fixed memory leaks
- Added new tests (Coverage++)
Derick Rethans [Tue, 2 Dec 2008 18:01:07 +0000 (18:01 +0000)]
- Fixed bug #46732 (mktime.year description is wrong).
Christian Seiler [Tue, 2 Dec 2008 16:25:06 +0000 (16:25 +0000)]
- Implemented http://wiki.php.net/rfc/rounding
Christian Seiler [Tue, 2 Dec 2008 16:17:44 +0000 (16:17 +0000)]
- Fixed comment style.
Christian Seiler [Tue, 2 Dec 2008 16:03:30 +0000 (16:03 +0000)]
- Changed floating point behaviour to consistently use double precision on
all platforms and with all compilers.
Matt Wilmas [Tue, 2 Dec 2008 14:50:01 +0000 (14:50 +0000)]
Changed logic for LONG_MIN
Ant Phillips [Tue, 2 Dec 2008 13:29:17 +0000 (13:29 +0000)]
Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Pierre Joye [Tue, 2 Dec 2008 10:15:41 +0000 (10:15 +0000)]
- MFB: export php_scandir and php_alphasort correctly (used by APC for example)
<changelog@php.net> [Tue, 2 Dec 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Johannes Schlüter [Mon, 1 Dec 2008 23:29:42 +0000 (23:29 +0000)]
- hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql
with recent libmysql versions [DOC]
Johannes Schlüter [Mon, 1 Dec 2008 21:20:27 +0000 (21:20 +0000)]
Fix mysql_fetch_* and tests after param parsing changes
Iain Lewis [Mon, 1 Dec 2008 17:10:14 +0000 (17:10 +0000)]
Adding tests for array_multisort
Felipe Pena [Mon, 1 Dec 2008 12:26:42 +0000 (12:26 +0000)]
- Fixed memory leak
Ant Phillips [Mon, 1 Dec 2008 12:26:36 +0000 (12:26 +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:30:39 +0000 (11:30 +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:08:42 +0000 (10:08 +0000)]
remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build.
Dmitry Stogov [Mon, 1 Dec 2008 09:50:18 +0000 (09:50 +0000)]
Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message)
<changelog@php.net> [Mon, 1 Dec 2008 01:32:28 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Mon, 1 Dec 2008 00:03:26 +0000 (00:03 +0000)]
- c/p fix, correct description
Pierre Joye [Mon, 1 Dec 2008 00:00:31 +0000 (00:00 +0000)]
- MFB: 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:07:14 +0000 (23:07 +0000)]
- fix line ending
Ilia Alshanetsky [Sun, 30 Nov 2008 17:35:56 +0000 (17:35 +0000)]
MFB: Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops).
<changelog@php.net> [Sun, 30 Nov 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update