]>
granicus.if.org Git - php/log
Derick Rethans [Thu, 18 Dec 2008 14:55:36 +0000 (14:55 +0000)]
- MFH: Fixed bug #46889: Memory leak in strtotime().
Stanislav Malyshev [Thu, 18 Dec 2008 14:30:13 +0000 (14:30 +0000)]
bug #46005 -> 5.2
Ilia Alshanetsky [Wed, 17 Dec 2008 21:32:29 +0000 (21:32 +0000)]
Fix a small portion of memory leak in bug #46889
Scott MacVicar [Wed, 17 Dec 2008 15:46:21 +0000 (15:46 +0000)]
MFH Fix Windows build
Zoe Slattery [Wed, 17 Dec 2008 15:36:06 +0000 (15:36 +0000)]
README for ext/imap tests
Zoe Slattery [Wed, 17 Dec 2008 15:07:30 +0000 (15:07 +0000)]
Miscellaneous tests for ext/imap
Scott MacVicar [Wed, 17 Dec 2008 14:46:47 +0000 (14:46 +0000)]
MFH Test for bug #45791
Scott MacVicar [Wed, 17 Dec 2008 14:40:06 +0000 (14:40 +0000)]
Update the JSON parser with that on json.org, biggest change here is code readability. Less magic numbers in the state table.
Add missing reflection information to json_encode()
Fixes bug #45791 with 0e0 not being supported as a value
Error values are stored when encountered during parsing
Jani Taskinen [Wed, 17 Dec 2008 14:13:40 +0000 (14:13 +0000)]
MFH:- Fixed bug #45161 (Reusing a curl handle leaks memory)
Jani Taskinen [Wed, 17 Dec 2008 14:00:20 +0000 (14:00 +0000)]
MFH
Zoe Slattery [Wed, 17 Dec 2008 12:35:26 +0000 (12:35 +0000)]
New FTP test from Nathaniel McHugh
Stanislav Malyshev [Wed, 17 Dec 2008 11:36:34 +0000 (11:36 +0000)]
report fix
Stanislav Malyshev [Wed, 17 Dec 2008 11:34:50 +0000 (11:34 +0000)]
MFH fix #46005
Ilia Alshanetsky [Wed, 17 Dec 2008 00:30:27 +0000 (00:30 +0000)]
Removed unused variable
Zoe Slattery [Tue, 16 Dec 2008 21:35:01 +0000 (21:35 +0000)]
bug #46837 fix
Zoe Slattery [Tue, 16 Dec 2008 21:10:16 +0000 (21:10 +0000)]
bug #46884 fix
Rob Richards [Tue, 16 Dec 2008 12:54:05 +0000 (12:54 +0000)]
BFN
Rob Richards [Tue, 16 Dec 2008 12:53:29 +0000 (12:53 +0000)]
MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
fix some warnings
add test
Steve Seear [Mon, 15 Dec 2008 14:11:57 +0000 (14:11 +0000)]
call_user_func_array() tests
Zoe Slattery [Mon, 15 Dec 2008 13:17:53 +0000 (13:17 +0000)]
fixed test
Stanislav Malyshev [Mon, 15 Dec 2008 11:29:36 +0000 (11:29 +0000)]
initialize op1
Lars Strojny [Sun, 14 Dec 2008 16:25:37 +0000 (16:25 +0000)]
If a wrapper could not be found it is either a typo or a configuration issue. But in both cases it is critical enough to warn the user.
Pierre Joye [Sun, 14 Dec 2008 16:25:15 +0000 (16:25 +0000)]
- fix build
Ilia Alshanetsky [Sun, 14 Dec 2008 15:34:49 +0000 (15:34 +0000)]
Simplify code
Johannes Schlüter [Sat, 13 Dec 2008 22:23:29 +0000 (22:23 +0000)]
MFH (Use the same test fiel as in HEAD)
Lars Strojny [Sat, 13 Dec 2008 15:06:53 +0000 (15:06 +0000)]
Cleanup: remove trailing whitespaces
Lars Strojny [Sat, 13 Dec 2008 15:06:20 +0000 (15:06 +0000)]
One len variable is enough here, we can reuse it
Marcus Boerger [Sat, 13 Dec 2008 14:49:39 +0000 (14:49 +0000)]
MFH Use ' -f' as requested
Pierre Joye [Sat, 13 Dec 2008 11:47:06 +0000 (11:47 +0000)]
- fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c)
Pierre Joye [Sat, 13 Dec 2008 11:46:23 +0000 (11:46 +0000)]
- do not add .cvsignore to the tests package
Kalle Sommer Nielsen [Sat, 13 Dec 2008 05:31:15 +0000 (05:31 +0000)]
Already in 5.2 NEWS
Andrei Zmievski [Fri, 12 Dec 2008 23:59:48 +0000 (23:59 +0000)]
Fix tests, add NEWS entry.
Nuno Lopes [Fri, 12 Dec 2008 23:46:05 +0000 (23:46 +0000)]
we do not need the strndup() now that php_stream_printf() handles non-null terminated strings correctly
Nuno Lopes [Fri, 12 Dec 2008 23:43:18 +0000 (23:43 +0000)]
make *printf() functions do not read strings past their specified length (if any)
Scott MacVicar [Fri, 12 Dec 2008 23:21:22 +0000 (23:21 +0000)]
BFN
Scott MacVicar [Fri, 12 Dec 2008 23:19:47 +0000 (23:19 +0000)]
MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings
Andrei Zmievski [Fri, 12 Dec 2008 19:20:49 +0000 (19:20 +0000)]
MFH
Hannes Magnusson [Fri, 12 Dec 2008 13:07:28 +0000 (13:07 +0000)]
Fixed bug#46847 (phpinfo() is missing some settings.)
Hannes Magnusson [Fri, 12 Dec 2008 12:46:24 +0000 (12:46 +0000)]
BFN
Hannes Magnusson [Fri, 12 Dec 2008 12:44:48 +0000 (12:44 +0000)]
MFH: Fixed bug#46681 (mkdir() fails silently on PHP 5.3)
Antony Dovgal [Fri, 12 Dec 2008 12:14:00 +0000 (12:14 +0000)]
fix test
Rob Richards [Fri, 12 Dec 2008 04:16:21 +0000 (04:16 +0000)]
MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test
Ilia Alshanetsky [Thu, 11 Dec 2008 15:32:24 +0000 (15:32 +0000)]
Fixed a possible corruption inside PDOStatement::debugDumpParams()
Pierre Joye [Thu, 11 Dec 2008 15:31:31 +0000 (15:31 +0000)]
- MFB: fix build
Pierre Joye [Thu, 11 Dec 2008 13:12:22 +0000 (13:12 +0000)]
- MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <>
Stefan Esser [Thu, 11 Dec 2008 13:05:53 +0000 (13:05 +0000)]
Added test for magic_quotes_gpc
Antony Dovgal [Thu, 11 Dec 2008 10:59:31 +0000 (10:59 +0000)]
add missing .cvsignore
Antony Dovgal [Thu, 11 Dec 2008 10:58:56 +0000 (10:58 +0000)]
MFH
Pierre Joye [Thu, 11 Dec 2008 10:22:12 +0000 (10:22 +0000)]
- WS
Ant Phillips [Thu, 11 Dec 2008 10:21:38 +0000 (10:21 +0000)]
MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3).
Scott MacVicar [Thu, 11 Dec 2008 02:58:22 +0000 (02:58 +0000)]
BFN
Scott MacVicar [Thu, 11 Dec 2008 02:56:45 +0000 (02:56 +0000)]
MFH Fix bug #46738 - Segfault when mb_detect_encoding() fails.
Lars Strojny [Thu, 11 Dec 2008 02:37:36 +0000 (02:37 +0000)]
Fixing strict warning when null is passed
Scott MacVicar [Thu, 11 Dec 2008 01:21:35 +0000 (01:21 +0000)]
MFH 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:13:48 +0000 (00:13 +0000)]
- ws
Ilia Alshanetsky [Wed, 10 Dec 2008 20:53:44 +0000 (20:53 +0000)]
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:32:02 +0000 (13:32 +0000)]
MFH Fix segfault and potential security issue in imagerotate().
Ant Phillips [Wed, 10 Dec 2008 10:34:15 +0000 (10:34 +0000)]
Test for bug #43841
Nuno Lopes [Wed, 10 Dec 2008 10:16:14 +0000 (10:16 +0000)]
export the pcre API when compiling with gcc 4. this fixes e.g. the linkage of APC (reported by shire)
Pierre Joye [Wed, 10 Dec 2008 09:49:59 +0000 (09:49 +0000)]
- c/p error.
Arnaud Le Blanc [Tue, 9 Dec 2008 22:53:42 +0000 (22:53 +0000)]
MFH: fixed test
Johannes Schlüter [Tue, 9 Dec 2008 19:17:11 +0000 (19:17 +0000)]
MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace)
Pierre Joye [Tue, 9 Dec 2008 17:57:59 +0000 (17:57 +0000)]
- double declaration and comments cleanup
Pierre Joye [Tue, 9 Dec 2008 17:54:01 +0000 (17:54 +0000)]
- fix VC6 build
Ilia Alshanetsky [Tue, 9 Dec 2008 17:22:12 +0000 (17:22 +0000)]
MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error
when given bad data).
Ilia Alshanetsky [Tue, 9 Dec 2008 17:17:27 +0000 (17:17 +0000)]
Fixed missing initialization of uses when copying a curl handle
Jani Taskinen [Tue, 9 Dec 2008 16:05:49 +0000 (16:05 +0000)]
MFH:- Better descriptions for these tests
Jani Taskinen [Tue, 9 Dec 2008 15:44:39 +0000 (15:44 +0000)]
MFH: fix tests
Jani Taskinen [Tue, 9 Dec 2008 15:21:15 +0000 (15:21 +0000)]
MFH
Antony Dovgal [Tue, 9 Dec 2008 14:48:41 +0000 (14:48 +0000)]
fix test
Pierre Joye [Tue, 9 Dec 2008 14:28:54 +0000 (14:28 +0000)]
- MFH: silent conversion warnings as it is not going to be "fixed" any time soon, removing false positive alerts. noise--;
Hannes Magnusson [Tue, 9 Dec 2008 14:03:58 +0000 (14:03 +0000)]
Deprecate session_register(), session_unregister() and
session_is_registered() (removed in HEAD)
Zoe Slattery [Tue, 9 Dec 2008 13:41:49 +0000 (13:41 +0000)]
fix resource id
Hannes Magnusson [Tue, 9 Dec 2008 13:02:40 +0000 (13:02 +0000)]
MFH: fix test
Hannes Magnusson [Tue, 9 Dec 2008 12:54:01 +0000 (12:54 +0000)]
Fix test.
You cannot set include_path as empty, and never could
Jani Taskinen [Tue, 9 Dec 2008 10:53:47 +0000 (10:53 +0000)]
MFH
Jani Taskinen [Tue, 9 Dec 2008 10:50:08 +0000 (10:50 +0000)]
style
Hannes Magnusson [Tue, 9 Dec 2008 10:23:44 +0000 (10:23 +0000)]
Whoops. Missing bit from the open_basedir tightening MFH
Hannes Magnusson [Tue, 9 Dec 2008 10:20:11 +0000 (10:20 +0000)]
MFH: - Changed open_basedir to allow tightening in runtime contexts. (Sara)
- Add test
Hannes Magnusson [Tue, 9 Dec 2008 10:12:21 +0000 (10:12 +0000)]
BFN
Hannes Magnusson [Tue, 9 Dec 2008 10:11:21 +0000 (10:11 +0000)]
Fixed bug#46811 ini_set() doesn't return false on failure
Hannes Magnusson [Tue, 9 Dec 2008 09:03:38 +0000 (09:03 +0000)]
MFH: - Changed opendir/dir/scandir to use default context when no context argument is passed. (Sara)
Scott MacVicar [Tue, 9 Dec 2008 01:47:57 +0000 (01:47 +0000)]
Add test for the recent magic_quotes_gpc regression.
Pierre Joye [Mon, 8 Dec 2008 22:42:28 +0000 (22:42 +0000)]
- MFH:
- buildconf accepts arguments (pecl dir for ex.)
- copy configure.bat
Pierre Joye [Mon, 8 Dec 2008 22:39:55 +0000 (22:39 +0000)]
- MFH: add configure script
Zoe Slattery [Mon, 8 Dec 2008 19:12:39 +0000 (19:12 +0000)]
tests for imap_fetch_overview
Jani Taskinen [Mon, 8 Dec 2008 12:36:10 +0000 (12:36 +0000)]
- Sync with HEAD
Scott MacVicar [Mon, 8 Dec 2008 11:54:22 +0000 (11:54 +0000)]
MFH Fix bug #46748, segfault when SSL has more than one error message.
Sanjay Mantoor [Mon, 8 Dec 2008 10:48:22 +0000 (10:48 +0000)]
New testcases for idate function
Stanislav Malyshev [Mon, 8 Dec 2008 07:32:14 +0000 (07:32 +0000)]
improve Windows version detection
Marcus Boerger [Mon, 8 Dec 2008 00:16:05 +0000 (00:16 +0000)]
- MFH Only show switch -y if available
Marcus Boerger [Sun, 7 Dec 2008 23:57:40 +0000 (23:57 +0000)]
- MFH When installing phar, make phar a link to phar.phar
Matt Wilmas [Sun, 7 Dec 2008 10:55:16 +0000 (10:55 +0000)]
MFH: Fixed bug #46782 (fastcgi.c parse error)
Scott MacVicar [Sat, 6 Dec 2008 17:25:35 +0000 (17:25 +0000)]
MFB: Back out bugfix for #42718 as this broke magic_quotes_gpc
Marcus Boerger [Sat, 6 Dec 2008 15:24:47 +0000 (15:24 +0000)]
- MFH Remove more dead code
Marcus Boerger [Sat, 6 Dec 2008 15:16:00 +0000 (15:16 +0000)]
- MFH Drop dead code
Zoe Slattery [Sat, 6 Dec 2008 12:00:37 +0000 (12:00 +0000)]
More changes to allow the same tests to be used with PHP5 and PHP6
Robin Fernandes [Fri, 5 Dec 2008 22:12:07 +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:35:43 +0000 (18:35 +0000)]
MFH: fix arginfo - these also accept SimpleXMLElement
Zoe Slattery [Fri, 5 Dec 2008 16:28:16 +0000 (16:28 +0000)]
FTP test from Nathaniel McHugh