]>
granicus.if.org Git - php/log
Derick Rethans [Thu, 18 Dec 2008 20:32:44 +0000 (20:32 +0000)]
- Fixed bug #46268 (DateTime::modify() does not reset relative time
values).
Ilia Alshanetsky [Thu, 18 Dec 2008 20:04:26 +0000 (20:04 +0000)]
MFB: Fixed bug #46887 (Invalid calls to php_error_docref())
Arnaud Le Blanc [Thu, 18 Dec 2008 16:04:38 +0000 (16:04 +0000)]
Fixed test
Robin Fernandes [Thu, 18 Dec 2008 15:20:47 +0000 (15:20 +0000)]
Additional output buffering tests.
Derick Rethans [Thu, 18 Dec 2008 14:54:51 +0000 (14:54 +0000)]
- Fixed bug #46889: Memory leak in strtotime().
Derick Rethans [Thu, 18 Dec 2008 14:53:46 +0000 (14:53 +0000)]
- Fixed test-case.
<changelog@php.net> [Thu, 18 Dec 2008 01:32:33 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 17 Dec 2008 21:32:40 +0000 (21:32 +0000)]
MFB: Fix a small portion of memory leak in bug #46889
Scott MacVicar [Wed, 17 Dec 2008 15:46:00 +0000 (15:46 +0000)]
Fix Windows build
Jani Taskinen [Wed, 17 Dec 2008 15:38:32 +0000 (15:38 +0000)]
- Fix leak
Zoe Slattery [Wed, 17 Dec 2008 15:35:21 +0000 (15:35 +0000)]
README for ext/imap tests
Zoe Slattery [Wed, 17 Dec 2008 15:05:38 +0000 (15:05 +0000)]
Miscellaneous tests for ext/imap
Scott MacVicar [Wed, 17 Dec 2008 14:46:42 +0000 (14:46 +0000)]
Test for bug #45791
Scott MacVicar [Wed, 17 Dec 2008 14:39:56 +0000 (14:39 +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:25 +0000 (14:13 +0000)]
- Fixed bug #45161 (Reusing a curl handle leaks memory)
Jani Taskinen [Wed, 17 Dec 2008 14:00:07 +0000 (14:00 +0000)]
fix typoes
Jani Taskinen [Wed, 17 Dec 2008 13:59:21 +0000 (13:59 +0000)]
- Added test for bug #45161
Zoe Slattery [Wed, 17 Dec 2008 12:34:49 +0000 (12:34 +0000)]
New FTP test from Nathaniel McHugh
Antony Dovgal [Wed, 17 Dec 2008 12:03:42 +0000 (12:03 +0000)]
fix build
Stanislav Malyshev [Wed, 17 Dec 2008 11:33:56 +0000 (11:33 +0000)]
fix #46005: User not consistently logged under Apache2
<changelog@php.net> [Wed, 17 Dec 2008 01:32:14 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 17 Dec 2008 00:30:59 +0000 (00:30 +0000)]
MFB: removed unused var
Zoe Slattery [Tue, 16 Dec 2008 21:34:16 +0000 (21:34 +0000)]
bug #46837 fix
Zoe Slattery [Tue, 16 Dec 2008 21:08:50 +0000 (21:08 +0000)]
bug #46884 fix
Rob Richards [Tue, 16 Dec 2008 12:51:58 +0000 (12:51 +0000)]
fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
fix some warnings
add test
<changelog@php.net> [Tue, 16 Dec 2008 01:32:18 +0000 (01:32 +0000)]
ChangeLog update
Steve Seear [Mon, 15 Dec 2008 14:11:35 +0000 (14:11 +0000)]
call_user_func_array() tests
Zoe Slattery [Mon, 15 Dec 2008 13:16:35 +0000 (13:16 +0000)]
fixed test
Stanislav Malyshev [Mon, 15 Dec 2008 11:31:56 +0000 (11:31 +0000)]
initialize op2
<changelog@php.net> [Mon, 15 Dec 2008 01:42:31 +0000 (01:42 +0000)]
ChangeLog update
Lars Strojny [Sun, 14 Dec 2008 16:27:30 +0000 (16:27 +0000)]
MFB: 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. [DOC] (?)
Pierre Joye [Sun, 14 Dec 2008 16:19:43 +0000 (16:19 +0000)]
- fix build
Ilia Alshanetsky [Sun, 14 Dec 2008 15:35:51 +0000 (15:35 +0000)]
MFB: simplify code
<changelog@php.net> [Sun, 14 Dec 2008 01:32:39 +0000 (01:32 +0000)]
ChangeLog update
Johannes Schlüter [Sat, 13 Dec 2008 22:22:40 +0000 (22:22 +0000)]
Fix test
Lars Strojny [Sat, 13 Dec 2008 15:07:20 +0000 (15:07 +0000)]
MFB: Remove trailing whitespaces
Marcus Boerger [Sat, 13 Dec 2008 14:49:21 +0000 (14:49 +0000)]
Use ' -f' as requested
Pierre Joye [Sat, 13 Dec 2008 11:59:34 +0000 (11:59 +0000)]
- MFB: do not add .cvsignore to the tests package
Pierre Joye [Sat, 13 Dec 2008 11:59:03 +0000 (11:59 +0000)]
- MFB: fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c)
<changelog@php.net> [Sat, 13 Dec 2008 01:34:10 +0000 (01:34 +0000)]
ChangeLog update
Nuno Lopes [Fri, 12 Dec 2008 23:55:48 +0000 (23:55 +0000)]
MFB
Scott MacVicar [Fri, 12 Dec 2008 23:17:44 +0000 (23:17 +0000)]
Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings
Johannes Schlüter [Fri, 12 Dec 2008 21:20:44 +0000 (21:20 +0000)]
Fix tests
Andrei Zmievski [Fri, 12 Dec 2008 19:19:04 +0000 (19:19 +0000)]
Add sort flags parameter to array_unique().
Hannes Magnusson [Fri, 12 Dec 2008 13:05:58 +0000 (13:05 +0000)]
Fixed bug#46847 (phpinfo() is missing some settings.)
Hannes Magnusson [Fri, 12 Dec 2008 12:40:58 +0000 (12:40 +0000)]
Fixed bug#46681 (mkdir() fails silently on PHP 5.3)
Pierre Joye [Fri, 12 Dec 2008 10:33:05 +0000 (10:33 +0000)]
- late MFB (sry): fix VC6 build
Rob Richards [Fri, 12 Dec 2008 04:15:14 +0000 (04:15 +0000)]
fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test
<changelog@php.net> [Fri, 12 Dec 2008 01:32:56 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Thu, 11 Dec 2008 15:33:18 +0000 (15:33 +0000)]
- MFB: fix build
Pierre Joye [Thu, 11 Dec 2008 13:11:56 +0000 (13:11 +0000)]
- fix build (was never used like that before recent commit to session) > local include use quotes not <>
(nb: please test before commit)
Antony Dovgal [Thu, 11 Dec 2008 11:00:03 +0000 (11:00 +0000)]
add missing .cvsignore
Antony Dovgal [Thu, 11 Dec 2008 10:58:14 +0000 (10:58 +0000)]
rename .php to .inc
all .php files are deleted on `make clean`
Ant Phillips [Thu, 11 Dec 2008 10:41:50 +0000 (10:41 +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).
Pierre Joye [Thu, 11 Dec 2008 10:20:30 +0000 (10:20 +0000)]
- WS
Scott MacVicar [Thu, 11 Dec 2008 02:56:08 +0000 (02:56 +0000)]
Fix bug #46738 - Segfault when mb_detect_encoding() fails.
Lars Strojny [Thu, 11 Dec 2008 02:38:10 +0000 (02:38 +0000)]
MFB: Fixing strict warning
<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