]> granicus.if.org Git - php/log
php
17 years agoMFB fixes for tests
Greg Beaver [Thu, 22 Nov 2007 05:47:28 +0000 (05:47 +0000)]
MFB fixes for tests

17 years agoChangeLog update
<changelog@php.net> [Thu, 22 Nov 2007 01:32:49 +0000 (01:32 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval)
Ilia Alshanetsky [Thu, 22 Nov 2007 00:20:40 +0000 (00:20 +0000)]
MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval)

17 years agoAdd some more pcre tests
Robert Nicholson [Wed, 21 Nov 2007 18:23:02 +0000 (18:23 +0000)]
Add some more pcre tests

17 years agoMacro definitions are moved to zend.h
Dmitry Stogov [Wed, 21 Nov 2007 14:55:51 +0000 (14:55 +0000)]
Macro definitions are moved to zend.h

17 years agoSafe exit from executor()
Dmitry Stogov [Wed, 21 Nov 2007 12:28:30 +0000 (12:28 +0000)]
Safe exit from executor()

17 years ago- Added test for chown bug
Jani Taskinen [Wed, 21 Nov 2007 11:31:49 +0000 (11:31 +0000)]
- Added test for chown bug

17 years ago- Fix crash when chown() 2nd parameter is something else than integer or string
Jani Taskinen [Wed, 21 Nov 2007 11:28:26 +0000 (11:28 +0000)]
- Fix crash when chown() 2nd parameter is something else than integer or string

17 years ago- Improve test
Johannes Schlüter [Wed, 21 Nov 2007 09:38:32 +0000 (09:38 +0000)]
- Improve test

17 years ago- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail
Jani Taskinen [Wed, 21 Nov 2007 08:20:11 +0000 (08:20 +0000)]
- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail

17 years agofix #42866, from Claudio Cherubino
Stanislav Malyshev [Wed, 21 Nov 2007 02:27:07 +0000 (02:27 +0000)]
fix #42866, from Claudio Cherubino

17 years agotest for 42866
Stanislav Malyshev [Wed, 21 Nov 2007 02:24:47 +0000 (02:24 +0000)]
test for 42866

17 years agoChangeLog update
<changelog@php.net> [Wed, 21 Nov 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Add test
Johannes Schlüter [Tue, 20 Nov 2007 23:56:45 +0000 (23:56 +0000)]
- Add test

17 years agorevert previous pdo patch
Ilia Alshanetsky [Tue, 20 Nov 2007 23:27:56 +0000 (23:27 +0000)]
revert previous pdo patch

17 years ago- Add support for optional values
Hannes Magnusson [Tue, 20 Nov 2007 22:42:47 +0000 (22:42 +0000)]
- Add support for optional values
- Add support for = as seperator

17 years agoAdd stream_supports_lock() function (Benjamin Schulz)
Johannes Schlüter [Tue, 20 Nov 2007 22:16:20 +0000 (22:16 +0000)]
Add stream_supports_lock() function (Benjamin Schulz)

17 years ago- Fix build
Johannes Schlüter [Tue, 20 Nov 2007 21:45:52 +0000 (21:45 +0000)]
- Fix build

17 years agoAdd msg_queue_exists() function (Benjamin Schulz)
Johannes Schlüter [Tue, 20 Nov 2007 21:24:35 +0000 (21:24 +0000)]
Add msg_queue_exists() function (Benjamin Schulz)

17 years agodead code
Dmitry Stogov [Tue, 20 Nov 2007 19:12:01 +0000 (19:12 +0000)]
dead code

17 years ago- Added ZEND_DEBUG_BUILD constant
Jani Taskinen [Tue, 20 Nov 2007 16:34:08 +0000 (16:34 +0000)]
- Added ZEND_DEBUG_BUILD constant

17 years ago- Add phar.phar to package
Marcus Boerger [Tue, 20 Nov 2007 15:55:37 +0000 (15:55 +0000)]
- Add phar.phar to package

17 years agoMFB: Fixed bug #42978 (mismatch between number of bound params and values
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)

17 years agoOptimization of zend_do_fcall_common_helper()
Dmitry Stogov [Tue, 20 Nov 2007 13:53:37 +0000 (13:53 +0000)]
Optimization of zend_do_fcall_common_helper()

17 years agomath and comparison optimization
Dmitry Stogov [Tue, 20 Nov 2007 13:26:08 +0000 (13:26 +0000)]
math and comparison optimization

17 years agoZEND_FETCH_DIM optimization
Dmitry Stogov [Tue, 20 Nov 2007 11:01:48 +0000 (11:01 +0000)]
ZEND_FETCH_DIM optimization

17 years agoFixed compilation on some systems (Wez)
Dmitry Stogov [Tue, 20 Nov 2007 10:19:27 +0000 (10:19 +0000)]
Fixed compilation on some systems (Wez)

17 years agoFixed bug #43136 (possible crash on script execution timeout. The EG(function_state_p...
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)

17 years agoAdded support for "namespace::" prefix that is resolved to current namespace name.
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.

17 years agofix faulty logic on verification of phar
Greg Beaver [Tue, 20 Nov 2007 05:34:35 +0000 (05:34 +0000)]
fix faulty logic on verification of phar

17 years agoChangeLog update
<changelog@php.net> [Tue, 20 Nov 2007 01:31:32 +0000 (01:31 +0000)]
ChangeLog update

17 years agomuch better fix for the problem of phar://c:\path\to\blah.phar
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

17 years agofixed SIGSEGV in chgrp()
Dmitry Stogov [Mon, 19 Nov 2007 15:55:48 +0000 (15:55 +0000)]
fixed SIGSEGV in chgrp()

17 years agoMFB 'L' size support
Ilia Alshanetsky [Mon, 19 Nov 2007 13:57:02 +0000 (13:57 +0000)]
MFB 'L' size support

17 years agofix test broken by Sara's commit
Antony Dovgal [Mon, 19 Nov 2007 11:12:21 +0000 (11:12 +0000)]
fix test broken by Sara's commit

17 years agoFixed tests
Dmitry Stogov [Mon, 19 Nov 2007 08:21:58 +0000 (08:21 +0000)]
Fixed tests

17 years agoChangeLog update
<changelog@php.net> [Mon, 19 Nov 2007 01:31:30 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Initialize the reserved resource bits so that they can be reliably used.
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.

17 years agoRemoved duplicate case. (Thanks Hannes)
Ilia Alshanetsky [Sun, 18 Nov 2007 16:51:11 +0000 (16:51 +0000)]
Removed duplicate case. (Thanks Hannes)

17 years agoMFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types)
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)

17 years agoChangeLog update
<changelog@php.net> [Sun, 18 Nov 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years agoRemove extraneous space in error/notice messages (felipe)
Sara Golemon [Sat, 17 Nov 2007 21:51:40 +0000 (21:51 +0000)]
Remove extraneous space in error/notice messages (felipe)

17 years agomake phar use this build's PHP instead of global PHP [gopal]
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]

17 years agoChangeLog update
<changelog@php.net> [Sat, 17 Nov 2007 01:31:24 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for sizeof() function
Raghubansh Kumar [Fri, 16 Nov 2007 17:52:26 +0000 (17:52 +0000)]
New testcases for sizeof() function

17 years agofix test for linux64 - choosing smaller float values
Raghubansh Kumar [Fri, 16 Nov 2007 17:35:38 +0000 (17:35 +0000)]
fix test for linux64 - choosing smaller float values

17 years agofix tests: removed values that generate diff. output on Linux64
Raghubansh Kumar [Fri, 16 Nov 2007 17:11:01 +0000 (17:11 +0000)]
fix tests: removed values that generate diff. output on Linux64

17 years ago- Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL)
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)

17 years agofix bug number
Jani Taskinen [Fri, 16 Nov 2007 12:29:29 +0000 (12:29 +0000)]
fix bug number

17 years ago- Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string
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)

17 years agoignore gcov files
Nuno Lopes [Fri, 16 Nov 2007 12:20:57 +0000 (12:20 +0000)]
ignore gcov files

17 years agotypo
Greg Beaver [Fri, 16 Nov 2007 04:17:37 +0000 (04:17 +0000)]
typo

17 years agoChangeLog update
<changelog@php.net> [Fri, 16 Nov 2007 01:31:34 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix test (thanks to Felipe Pena for noticing)
Antony Dovgal [Thu, 15 Nov 2007 22:14:04 +0000 (22:14 +0000)]
fix test (thanks to Felipe Pena for noticing)

17 years ago- Allow numeric options
Hannes Magnusson [Thu, 15 Nov 2007 13:11:48 +0000 (13:11 +0000)]
- Allow numeric options
- Add tests

17 years agoEnsure that the same phar can be referenced in multiple logical ways:
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

17 years agoChangeLog update
<changelog@php.net> [Thu, 15 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agoupdate pdo_firebird status
Antony Dovgal [Wed, 14 Nov 2007 22:36:50 +0000 (22:36 +0000)]
update pdo_firebird status

17 years agoMFB
Elizabeth Marie Smith [Wed, 14 Nov 2007 19:44:24 +0000 (19:44 +0000)]
MFB

17 years agoNew testcases for uasort() function
Raghubansh Kumar [Wed, 14 Nov 2007 17:21:09 +0000 (17:21 +0000)]
New testcases for uasort() function

17 years ago- Add a testcase for chgrp() with a NULL as group name, which crashes ATM.
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.

17 years agoMFB; Fix test
Hannes Magnusson [Wed, 14 Nov 2007 15:22:45 +0000 (15:22 +0000)]
MFB; Fix test

17 years agoMFB5.3: Fixed bug#43293 (Multiple segfaults in getopt())
Hannes Magnusson [Wed, 14 Nov 2007 14:55:44 +0000 (14:55 +0000)]
MFB5.3:  Fixed bug#43293 (Multiple segfaults in getopt())

17 years ago- pass parameters to buildconf.bat over to buildconf.js (#43281)
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 [...]"

17 years agoChangeLog update
<changelog@php.net> [Wed, 14 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFix typos
Etienne Kneuss [Tue, 13 Nov 2007 23:37:09 +0000 (23:37 +0000)]
Fix typos

17 years agoMFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'
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)

17 years agodisallow multiple access modifiers and 'abstract abstract' methods
Antony Dovgal [Tue, 13 Nov 2007 16:51:22 +0000 (16:51 +0000)]
disallow multiple access modifiers and 'abstract abstract' methods
add tests

17 years agoFixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
Dmitry Stogov [Tue, 13 Nov 2007 15:10:28 +0000 (15:10 +0000)]
Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)

17 years agoremove Oracle8 support (it should have been done long ago..)
Antony Dovgal [Tue, 13 Nov 2007 11:09:30 +0000 (11:09 +0000)]
remove Oracle8 support (it should have been done long ago..)

17 years agoFixed bug #43248 (backward compatibility break in realpath())
Dmitry Stogov [Tue, 13 Nov 2007 09:47:19 +0000 (09:47 +0000)]
Fixed bug #43248 (backward compatibility break in realpath())

17 years agobegin win32 fixes for Phar object - still have a problem I can't track down yet,...
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

17 years agoChangeLog update
<changelog@php.net> [Tue, 13 Nov 2007 01:31:33 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix bug #43221 (SimpleXML adding default namespace in addAttribute)
Rob Richards [Mon, 12 Nov 2007 18:58:01 +0000 (18:58 +0000)]
fix bug #43221 (SimpleXML adding default namespace in addAttribute)
add test

17 years agoChanging the regex for %f so the it will match E-, E+ and E.
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.

17 years agobetter error messages
Dmitry Stogov [Mon, 12 Nov 2007 17:53:36 +0000 (17:53 +0000)]
better error messages

17 years agofix error message (reported by Felipe Nascimento)
Antony Dovgal [Mon, 12 Nov 2007 16:55:28 +0000 (16:55 +0000)]
fix error message (reported by Felipe Nascimento)

17 years agoFixed bug #43183 ("use" of the same class in difference scripts results in a fatal...
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)

17 years agoNew testcases for ksort() function
Raghubansh Kumar [Mon, 12 Nov 2007 15:49:29 +0000 (15:49 +0000)]
New testcases for ksort() function

17 years agonew testcases for krsort() function
Raghubansh Kumar [Mon, 12 Nov 2007 15:44:47 +0000 (15:44 +0000)]
new testcases for krsort() function

17 years agofix #42736 (xmlrpc_server_call_method() crashes)
Antony Dovgal [Mon, 12 Nov 2007 11:22:00 +0000 (11:22 +0000)]
fix #42736 (xmlrpc_server_call_method() crashes)

17 years agoFixed bug #42937 (__call() method not invoked when methods are called on parent from...
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).

17 years agoChangeLog update
<changelog@php.net> [Mon, 12 Nov 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- static can't be used as type hint, fixes #43126 (Etienne Kneuss)
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)

17 years agos/Ident/Indent
Jon Parise [Sun, 11 Nov 2007 20:27:25 +0000 (20:27 +0000)]
s/Ident/Indent

17 years ago- migrate syntax to rEST to allow html/docbook rendering
Lukas Smith [Sun, 11 Nov 2007 16:29:54 +0000 (16:29 +0000)]
- migrate syntax to rEST to allow html/docbook rendering

17 years agoMFB: Fixed parse error described in bug #43228
Ilia Alshanetsky [Sun, 11 Nov 2007 13:38:35 +0000 (13:38 +0000)]
MFB: Fixed parse error described in bug #43228

17 years agoChangeLog update
<changelog@php.net> [Sun, 11 Nov 2007 01:31:26 +0000 (01:31 +0000)]
ChangeLog update

17 years agoChangeLog update
<changelog@php.net> [Sat, 10 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Allow using full path to load modules using "extension" directive
Jani Taskinen [Fri, 9 Nov 2007 16:26:55 +0000 (16:26 +0000)]
- Allow using full path to load modules using "extension" directive

17 years ago- Added support for [HOST=www.example.com] sections
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

17 years agows + cs
Jani Taskinen [Fri, 9 Nov 2007 13:49:06 +0000 (13:49 +0000)]
ws + cs

17 years agoFixed type-hint compatibility check in namespaces
Dmitry Stogov [Fri, 9 Nov 2007 13:35:22 +0000 (13:35 +0000)]
Fixed type-hint compatibility check in namespaces

17 years agoFixed implementation of internal interfaces in namespaces
Dmitry Stogov [Fri, 9 Nov 2007 12:16:55 +0000 (12:16 +0000)]
Fixed implementation of internal interfaces in namespaces

17 years agoFix crashes with pconn (merge from 5_3)
Andrey Hristov [Fri, 9 Nov 2007 12:13:15 +0000 (12:13 +0000)]
Fix crashes with pconn (merge from 5_3)

17 years agofix tests
Raghubansh Kumar [Fri, 9 Nov 2007 12:06:08 +0000 (12:06 +0000)]
fix tests

17 years ago- That line got lost while merging around...
Johannes Schlüter [Fri, 9 Nov 2007 11:34:17 +0000 (11:34 +0000)]
- That line got lost while merging around...

17 years ago- Allow persistent zent_ptr_stacks (patch by Andrey Hristov)
Johannes Schlüter [Fri, 9 Nov 2007 10:33:51 +0000 (10:33 +0000)]
- Allow persistent zent_ptr_stacks (patch by Andrey Hristov)

17 years agofix test : better float values
Raghubansh Kumar [Fri, 9 Nov 2007 08:49:28 +0000 (08:49 +0000)]
fix test : better float values

17 years agofix tests: better float values
Raghubansh Kumar [Fri, 9 Nov 2007 07:29:18 +0000 (07:29 +0000)]
fix tests: better float values