]>
granicus.if.org Git - php/log
Dmitry Stogov [Tue, 13 Nov 2007 09:47:19 +0000 (09:47 +0000)]
Fixed bug #43248 (backward compatibility break in realpath())
Greg Beaver [Tue, 13 Nov 2007 05:57:14 +0000 (05:57 +0000)]
begin win32 fixes for Phar object - still have a problem I can't track down yet, but it's only a matter of time before it is killed too
when passing in a full path with drive letter to the Phar object, we were
then passing "phar://C:/path/to/blah.phar" to php_parse_url(), which
thinks it is getting a valid url scheme "phar", host "C" path "/path/to/blah.phar"
we now pass "phar:///C:/path/to/blah.phar" to make it fail, and then properly
parse the url inside phar
<changelog@php.net> [Tue, 13 Nov 2007 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
Rob Richards [Mon, 12 Nov 2007 18:58:01 +0000 (18:58 +0000)]
fix bug #43221 (SimpleXML adding default namespace in addAttribute)
add test
Zoe Slattery [Mon, 12 Nov 2007 18:22:10 +0000 (18:22 +0000)]
Changing the regex for %f so the it will match E-, E+ and E.
Dmitry Stogov [Mon, 12 Nov 2007 17:53:36 +0000 (17:53 +0000)]
better error messages
Antony Dovgal [Mon, 12 Nov 2007 16:55:28 +0000 (16:55 +0000)]
fix error message (reported by Felipe Nascimento)
Dmitry Stogov [Mon, 12 Nov 2007 15:52:11 +0000 (15:52 +0000)]
Fixed bug #43183 ("use" of the same class in difference scripts results in a fatal error)
Raghubansh Kumar [Mon, 12 Nov 2007 15:49:29 +0000 (15:49 +0000)]
New testcases for ksort() function
Raghubansh Kumar [Mon, 12 Nov 2007 15:44:47 +0000 (15:44 +0000)]
new testcases for krsort() function
Antony Dovgal [Mon, 12 Nov 2007 11:22:00 +0000 (11:22 +0000)]
fix #42736 (xmlrpc_server_call_method() crashes)
Dmitry Stogov [Mon, 12 Nov 2007 09:12:20 +0000 (09:12 +0000)]
Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class).
<changelog@php.net> [Mon, 12 Nov 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update
Johannes Schlüter [Sun, 11 Nov 2007 22:10:57 +0000 (22:10 +0000)]
- static can't be used as type hint, fixes #43126 (Etienne Kneuss)
Jon Parise [Sun, 11 Nov 2007 20:27:25 +0000 (20:27 +0000)]
s/Ident/Indent
Lukas Smith [Sun, 11 Nov 2007 16:29:54 +0000 (16:29 +0000)]
- migrate syntax to rEST to allow html/docbook rendering
Ilia Alshanetsky [Sun, 11 Nov 2007 13:38:35 +0000 (13:38 +0000)]
MFB: Fixed parse error described in bug #43228
<changelog@php.net> [Sun, 11 Nov 2007 01:31:26 +0000 (01:31 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 10 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update
Jani Taskinen [Fri, 9 Nov 2007 16:26:55 +0000 (16:26 +0000)]
- Allow using full path to load modules using "extension" directive
Jani Taskinen [Fri, 9 Nov 2007 16:02:50 +0000 (16:02 +0000)]
- Added support for [HOST=www.example.com] sections
# Works the same way as PATH, just the SERVER_NAME is matched with these
Jani Taskinen [Fri, 9 Nov 2007 13:49:06 +0000 (13:49 +0000)]
ws + cs
Dmitry Stogov [Fri, 9 Nov 2007 13:35:22 +0000 (13:35 +0000)]
Fixed type-hint compatibility check in namespaces
Dmitry Stogov [Fri, 9 Nov 2007 12:16:55 +0000 (12:16 +0000)]
Fixed implementation of internal interfaces in namespaces
Andrey Hristov [Fri, 9 Nov 2007 12:13:15 +0000 (12:13 +0000)]
Fix crashes with pconn (merge from 5_3)
Raghubansh Kumar [Fri, 9 Nov 2007 12:06:08 +0000 (12:06 +0000)]
fix tests
Johannes Schlüter [Fri, 9 Nov 2007 11:34:17 +0000 (11:34 +0000)]
- That line got lost while merging around...
Johannes Schlüter [Fri, 9 Nov 2007 10:33:51 +0000 (10:33 +0000)]
- Allow persistent zent_ptr_stacks (patch by Andrey Hristov)
Raghubansh Kumar [Fri, 9 Nov 2007 08:49:28 +0000 (08:49 +0000)]
fix test : better float values
Raghubansh Kumar [Fri, 9 Nov 2007 07:29:18 +0000 (07:29 +0000)]
fix tests: better float values
<changelog@php.net> [Fri, 9 Nov 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update
Lars Westermann [Thu, 8 Nov 2007 19:41:57 +0000 (19:41 +0000)]
MFB
- Fixed bug #30690: (Resource handle from ibase_execute becomes invalid after return)
- Fixed bug #30907: (ibase_query() crashes (in fact the same bug as #32143)
- Fixed bug #32143: (ibase_query() causing IBserver 7 crash with NULL param as link-id)
- Fixed bug #39056: (Interbase NUMERIC data type error)
- Fixed bug #39397: (invalid statement handle in Unknown on line 0)
- Fixed bug #39700: (NUMERIC error when result precision are 7,8 or 12-14)
- Fixed bug #42284: (duplicate of #39700)
- snprintf -> slprintf
Andrey Hristov [Thu, 8 Nov 2007 17:29:06 +0000 (17:29 +0000)]
Fix segfault in debug build
Antony Dovgal [Thu, 8 Nov 2007 13:34:35 +0000 (13:34 +0000)]
fix open tag
Dmitry Stogov [Thu, 8 Nov 2007 13:29:38 +0000 (13:29 +0000)]
Fixed bug #43216 (stream_is_local() returns false on "file://")
Antony Dovgal [Thu, 8 Nov 2007 13:28:38 +0000 (13:28 +0000)]
plug memory leak on invalid result type
Antony Dovgal [Thu, 8 Nov 2007 11:39:10 +0000 (11:39 +0000)]
fix test
Antony Dovgal [Thu, 8 Nov 2007 11:19:19 +0000 (11:19 +0000)]
fix tests
Antony Dovgal [Thu, 8 Nov 2007 10:29:40 +0000 (10:29 +0000)]
fix test
Antony Dovgal [Thu, 8 Nov 2007 10:19:39 +0000 (10:19 +0000)]
this error message may vary
Antony Dovgal [Thu, 8 Nov 2007 10:13:18 +0000 (10:13 +0000)]
fix test
Antony Dovgal [Thu, 8 Nov 2007 10:06:52 +0000 (10:06 +0000)]
add missing 64bit version of the test
Antony Dovgal [Thu, 8 Nov 2007 08:11:41 +0000 (08:11 +0000)]
fix tests
<changelog@php.net> [Thu, 8 Nov 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Wed, 7 Nov 2007 12:05:55 +0000 (12:05 +0000)]
fix tests
Dmitry Stogov [Wed, 7 Nov 2007 09:14:06 +0000 (09:14 +0000)]
T_IMPORT -> T_USE
Dmitry Stogov [Wed, 7 Nov 2007 08:32:17 +0000 (08:32 +0000)]
Fixed compilation
<changelog@php.net> [Wed, 7 Nov 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Jani Taskinen [Tue, 6 Nov 2007 17:58:41 +0000 (17:58 +0000)]
Ws + cs + missing fix for MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation
Marcus Boerger [Tue, 6 Nov 2007 15:29:32 +0000 (15:29 +0000)]
- MFB Add tests
Dmitry Stogov [Tue, 6 Nov 2007 14:56:32 +0000 (14:56 +0000)]
Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault)
Marcus Boerger [Tue, 6 Nov 2007 14:49:15 +0000 (14:49 +0000)]
- fix more variable stuff
Marcus Boerger [Tue, 6 Nov 2007 14:47:11 +0000 (14:47 +0000)]
- fix tests
Antony Dovgal [Tue, 6 Nov 2007 14:31:08 +0000 (14:31 +0000)]
fix tests
Dmitry Stogov [Tue, 6 Nov 2007 14:12:14 +0000 (14:12 +0000)]
Fixed bug #43201 (Crash on using unitialized vals and __get/__set)
Jani Taskinen [Tue, 6 Nov 2007 13:44:04 +0000 (13:44 +0000)]
fix: #2
Jani Taskinen [Tue, 6 Nov 2007 13:26:24 +0000 (13:26 +0000)]
- Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)
# Note: Same problem was with array_diff_assoc()
Jani Taskinen [Tue, 6 Nov 2007 13:21:55 +0000 (13:21 +0000)]
fix cleanup
Antony Dovgal [Tue, 6 Nov 2007 12:54:13 +0000 (12:54 +0000)]
fix tests, add 64bit versions
Jani Taskinen [Tue, 6 Nov 2007 12:09:12 +0000 (12:09 +0000)]
- nuke extra UEXPECTF
Dmitry Stogov [Tue, 6 Nov 2007 12:06:23 +0000 (12:06 +0000)]
Fixed windows build (Rob)
Jani Taskinen [Tue, 6 Nov 2007 11:48:34 +0000 (11:48 +0000)]
ws + cs
Jani Taskinen [Tue, 6 Nov 2007 10:56:58 +0000 (10:56 +0000)]
ws
Rob Richards [Tue, 6 Nov 2007 10:56:53 +0000 (10:56 +0000)]
fix non ipv6 enabled win build
Marcus Boerger [Tue, 6 Nov 2007 10:54:29 +0000 (10:54 +0000)]
- MFB ws
Jani Taskinen [Tue, 6 Nov 2007 10:52:54 +0000 (10:52 +0000)]
- ws + cs
Antony Dovgal [Tue, 6 Nov 2007 09:54:34 +0000 (09:54 +0000)]
T_IMPORT is gone
Jani Taskinen [Tue, 6 Nov 2007 09:48:14 +0000 (09:48 +0000)]
- Clarify the difference with * and + args
Jani Taskinen [Tue, 6 Nov 2007 09:45:24 +0000 (09:45 +0000)]
- Move some entries to 5.3
Dmitry Stogov [Tue, 6 Nov 2007 07:37:50 +0000 (07:37 +0000)]
Allow user defined malloc/realloc/free
Dmitry Stogov [Tue, 6 Nov 2007 07:29:41 +0000 (07:29 +0000)]
T_IMPORT -> T_USE
<changelog@php.net> [Tue, 6 Nov 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 5 Nov 2007 23:55:21 +0000 (23:55 +0000)]
MFB: Fixed bug #43197 (array_intersect_assoc() does not emit warning
messages for error inputs)
Jani Taskinen [Mon, 5 Nov 2007 17:28:58 +0000 (17:28 +0000)]
- Fix another wrong expected result (this is a bug!)
Jani Taskinen [Mon, 5 Nov 2007 17:24:00 +0000 (17:24 +0000)]
- Fix another wrong expected result
Jani Taskinen [Mon, 5 Nov 2007 17:09:26 +0000 (17:09 +0000)]
- Fix expected result. This has hidden an obvious bug..
Raghubansh Kumar [Mon, 5 Nov 2007 16:34:54 +0000 (16:34 +0000)]
New testcases for asort() function
Jani Taskinen [Mon, 5 Nov 2007 16:29:04 +0000 (16:29 +0000)]
ws
Raghubansh Kumar [Mon, 5 Nov 2007 16:19:55 +0000 (16:19 +0000)]
Fix test title
Jani Taskinen [Mon, 5 Nov 2007 16:14:11 +0000 (16:14 +0000)]
ws
Jani Taskinen [Mon, 5 Nov 2007 16:12:55 +0000 (16:12 +0000)]
ws + cs + sync some fixes from PHP_5_3 branch
Jani Taskinen [Mon, 5 Nov 2007 15:24:25 +0000 (15:24 +0000)]
ws + cs
Raghubansh Kumar [Mon, 5 Nov 2007 15:17:10 +0000 (15:17 +0000)]
New testcases for sort() function
Jani Taskinen [Mon, 5 Nov 2007 14:06:19 +0000 (14:06 +0000)]
ws + cs + missing PHPAPIs
Raghubansh Kumar [Mon, 5 Nov 2007 13:50:33 +0000 (13:50 +0000)]
New testcases for array_intersect_assoc() function
Jani Taskinen [Mon, 5 Nov 2007 13:42:16 +0000 (13:42 +0000)]
nuke compile warning
Jani Taskinen [Mon, 5 Nov 2007 13:40:36 +0000 (13:40 +0000)]
ws
Jani Taskinen [Mon, 5 Nov 2007 13:09:31 +0000 (13:09 +0000)]
- ws
Jani Taskinen [Mon, 5 Nov 2007 12:44:47 +0000 (12:44 +0000)]
ws + cs
Jani Taskinen [Mon, 5 Nov 2007 12:39:39 +0000 (12:39 +0000)]
ws + cs
Jani Taskinen [Mon, 5 Nov 2007 12:29:30 +0000 (12:29 +0000)]
Update credits
Jani Taskinen [Mon, 5 Nov 2007 12:24:33 +0000 (12:24 +0000)]
ws + cs
Jani Taskinen [Mon, 5 Nov 2007 12:07:28 +0000 (12:07 +0000)]
- ws + cs + nuke a warning
Jani Taskinen [Mon, 5 Nov 2007 11:52:18 +0000 (11:52 +0000)]
ws + cs
Derick Rethans [Mon, 5 Nov 2007 09:24:17 +0000 (09:24 +0000)]
- Updated to version 2007.9
<changelog@php.net> [Mon, 5 Nov 2007 01:31:37 +0000 (01:31 +0000)]
ChangeLog update
Mattias Bengtsson [Mon, 5 Nov 2007 01:14:44 +0000 (01:14 +0000)]
-MFB, Right filename
Sara Golemon [Mon, 5 Nov 2007 00:47:21 +0000 (00:47 +0000)]
Allow http fopen wrapper to fetch content on 'error' condition (David Zulke)
Mattias Bengtsson [Sun, 4 Nov 2007 23:57:07 +0000 (23:57 +0000)]
-MFB, Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd)
<changelog@php.net> [Sat, 3 Nov 2007 01:33:33 +0000 (01:33 +0000)]
ChangeLog update