]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 20 Nov 2007 23:27:56 +0000 (23:27 +0000)]
revert previous pdo patch
Hannes Magnusson [Tue, 20 Nov 2007 22:42:47 +0000 (22:42 +0000)]
- Add support for optional values
- Add support for = as seperator
Johannes Schlüter [Tue, 20 Nov 2007 22:16:20 +0000 (22:16 +0000)]
Add stream_supports_lock() function (Benjamin Schulz)
Johannes Schlüter [Tue, 20 Nov 2007 21:45:52 +0000 (21:45 +0000)]
- Fix build
Johannes Schlüter [Tue, 20 Nov 2007 21:24:35 +0000 (21:24 +0000)]
Add msg_queue_exists() function (Benjamin Schulz)
Dmitry Stogov [Tue, 20 Nov 2007 19:12:01 +0000 (19:12 +0000)]
dead code
Jani Taskinen [Tue, 20 Nov 2007 16:34:08 +0000 (16:34 +0000)]
- Added ZEND_DEBUG_BUILD constant
Marcus Boerger [Tue, 20 Nov 2007 15:55:37 +0000 (15:55 +0000)]
- Add phar.phar to package
Ilia Alshanetsky [Tue, 20 Nov 2007 14:22:40 +0000 (14:22 +0000)]
MFB: Fixed bug #42978 (mismatch between number of bound params and values
causes a crash in pdo_pgsql)
Dmitry Stogov [Tue, 20 Nov 2007 13:53:37 +0000 (13:53 +0000)]
Optimization of zend_do_fcall_common_helper()
Dmitry Stogov [Tue, 20 Nov 2007 13:26:08 +0000 (13:26 +0000)]
math and comparison optimization
Dmitry Stogov [Tue, 20 Nov 2007 11:01:48 +0000 (11:01 +0000)]
ZEND_FETCH_DIM optimization
Dmitry Stogov [Tue, 20 Nov 2007 10:19:27 +0000 (10:19 +0000)]
Fixed compilation on some systems (Wez)
Dmitry Stogov [Tue, 20 Nov 2007 09:51:44 +0000 (09:51 +0000)]
Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)
Dmitry Stogov [Tue, 20 Nov 2007 08:53:17 +0000 (08:53 +0000)]
Added support for "namespace::" prefix that is resolved to current namespace name.
Greg Beaver [Tue, 20 Nov 2007 05:34:35 +0000 (05:34 +0000)]
fix faulty logic on verification of phar
<changelog@php.net> [Tue, 20 Nov 2007 01:31:32 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Mon, 19 Nov 2007 23:10:05 +0000 (23:10 +0000)]
much better fix for the problem of phar://c:\path\to\blah.phar
don't use php_parse_url() at all, and always unixify paths on copied strings.
our modification was modifying the zval original string, so a user would pass in
phar://c:\path\to\blah.phar
and their string would change to phar://c:/path/to/blah.phar - bad.
Now using
include 'phar://' . __FILE__ . '/index.php';
works on both unix and windows seamlessly, as well as $a = new Phar(__FILE__)
for use in the loader stub
Dmitry Stogov [Mon, 19 Nov 2007 15:55:48 +0000 (15:55 +0000)]
fixed SIGSEGV in chgrp()
Ilia Alshanetsky [Mon, 19 Nov 2007 13:57:02 +0000 (13:57 +0000)]
MFB 'L' size support
Antony Dovgal [Mon, 19 Nov 2007 11:12:21 +0000 (11:12 +0000)]
fix test broken by Sara's commit
Dmitry Stogov [Mon, 19 Nov 2007 08:21:58 +0000 (08:21 +0000)]
Fixed tests
<changelog@php.net> [Mon, 19 Nov 2007 01:31:30 +0000 (01:31 +0000)]
ChangeLog update
Derick Rethans [Sun, 18 Nov 2007 21:29:29 +0000 (21:29 +0000)]
- Initialize the reserved resource bits so that they can be reliably used.
Ilia Alshanetsky [Sun, 18 Nov 2007 16:51:11 +0000 (16:51 +0000)]
Removed duplicate case. (Thanks Hannes)
Ilia Alshanetsky [Sun, 18 Nov 2007 14:20:28 +0000 (14:20 +0000)]
MFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types)
<changelog@php.net> [Sun, 18 Nov 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Sara Golemon [Sat, 17 Nov 2007 21:51:40 +0000 (21:51 +0000)]
Remove extraneous space in error/notice messages (felipe)
Greg Beaver [Sat, 17 Nov 2007 05:50:00 +0000 (05:50 +0000)]
make phar use this build's PHP instead of global PHP [gopal]
<changelog@php.net> [Sat, 17 Nov 2007 01:31:24 +0000 (01:31 +0000)]
ChangeLog update
Raghubansh Kumar [Fri, 16 Nov 2007 17:52:26 +0000 (17:52 +0000)]
New testcases for sizeof() function
Raghubansh Kumar [Fri, 16 Nov 2007 17:35:38 +0000 (17:35 +0000)]
fix test for linux64 - choosing smaller float values
Raghubansh Kumar [Fri, 16 Nov 2007 17:11:01 +0000 (17:11 +0000)]
fix tests: removed values that generate diff. output on Linux64
Jani Taskinen [Fri, 16 Nov 2007 14:18:59 +0000 (14:18 +0000)]
- Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL)
Jani Taskinen [Fri, 16 Nov 2007 12:29:29 +0000 (12:29 +0000)]
fix bug number
Jani Taskinen [Fri, 16 Nov 2007 12:26:05 +0000 (12:26 +0000)]
- Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string
is invalid PHP expression and 'e' option is used)
Nuno Lopes [Fri, 16 Nov 2007 12:20:57 +0000 (12:20 +0000)]
ignore gcov files
Greg Beaver [Fri, 16 Nov 2007 04:17:37 +0000 (04:17 +0000)]
typo
<changelog@php.net> [Fri, 16 Nov 2007 01:31:34 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 15 Nov 2007 22:14:04 +0000 (22:14 +0000)]
fix test (thanks to Felipe Pena for noticing)
Hannes Magnusson [Thu, 15 Nov 2007 13:11:48 +0000 (13:11 +0000)]
- Allow numeric options
- Add tests
Greg Beaver [Thu, 15 Nov 2007 05:21:11 +0000 (05:21 +0000)]
Ensure that the same phar can be referenced in multiple logical ways:
1) full path, with \ or / path separator
2) relative path to getcwd()
This should fix the last remaining windows-related quirks as well as similar problems
on unix
<changelog@php.net> [Thu, 15 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Wed, 14 Nov 2007 22:36:50 +0000 (22:36 +0000)]
update pdo_firebird status
Elizabeth Marie Smith [Wed, 14 Nov 2007 19:44:24 +0000 (19:44 +0000)]
MFB
Raghubansh Kumar [Wed, 14 Nov 2007 17:21:09 +0000 (17:21 +0000)]
New testcases for uasort() function
Derick Rethans [Wed, 14 Nov 2007 15:51:35 +0000 (15:51 +0000)]
- Add a testcase for chgrp() with a NULL as group name, which crashes ATM.
Hannes Magnusson [Wed, 14 Nov 2007 15:22:45 +0000 (15:22 +0000)]
MFB; Fix test
Hannes Magnusson [Wed, 14 Nov 2007 14:55:44 +0000 (14:55 +0000)]
MFB5.3: Fixed bug#43293 (Multiple segfaults in getopt())
Johannes Schlüter [Wed, 14 Nov 2007 01:42:01 +0000 (01:42 +0000)]
- pass parameters to buildconf.bat over to buildconf.js (#43281)
[DOC] install.windows.building.php currently reads like "e.g. cscript /nologo
win32/build/buildconf.js --add-modules-dir=../php-gtk2 [...]" that
might be changed to "buildconf.bat --add-modules-dir=../php-gtk2 [...]"
<changelog@php.net> [Wed, 14 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Etienne Kneuss [Tue, 13 Nov 2007 23:37:09 +0000 (23:37 +0000)]
Fix typos
Ilia Alshanetsky [Tue, 13 Nov 2007 20:08:17 +0000 (20:08 +0000)]
MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'
to strings)
Antony Dovgal [Tue, 13 Nov 2007 16:51:22 +0000 (16:51 +0000)]
disallow multiple access modifiers and 'abstract abstract' methods
add tests
Dmitry Stogov [Tue, 13 Nov 2007 15:10:28 +0000 (15:10 +0000)]
Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
Antony Dovgal [Tue, 13 Nov 2007 11:09:30 +0000 (11:09 +0000)]
remove Oracle8 support (it should have been done long ago..)
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