[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2005-10-06 Thread changelog
changelog Fri Oct 7 01:40:24 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.783r2=1.784ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.783

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2005-10-06 Thread Dmitry Stogov
dmitry Thu Oct 6 02:27:28 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Fixed compilation error http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.162r2=1.163ty=u Index: php-src/ext/simplexml/simplexml.c diff -u

Re: [PHP-CVS] Re: cvs: php-src /ext/date/lib timelib_structs.h

2005-10-06 Thread Derick Rethans
On Wed, 5 Oct 2005, Greg Beaver wrote: Jani Taskinen wrote: sniper Mon Oct 3 16:20:50 2005 EDT Modified files: /php-src/ext/date/lib timelib_structs.h Log: Generated files are included like this.. [snip] -#include timelib_config.h

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/wddx php_wddx_api.h wddx.c

2005-10-06 Thread Jani Taskinen
In-Reply-To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] References: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Wed, 5 Oct 2005, Rob Richards wrote: rrichards Wed Oct 5 18:36:11 2005 EDT Modified files:

[PHP-CVS] cvs: php-src / run-tests.php

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 05:29:34 2005 EDT Modified files: /php-srcrun-tests.php Log: - Fix redir tests, test count, faillog # Everything should work again now http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.234r2=1.235ty=u Index:

[PHP-CVS] cvs: php-src / run-tests.php

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 05:39:32 2005 EDT Modified files: /php-srcrun-tests.php Log: - WS http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.235r2=1.236ty=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.235 php-src/run-tests.php:1.236 ---

[PHP-CVS] cvs: php-src(PHP_5_1) / run-tests.php

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 05:42:17 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcrun-tests.php Log: - MFH (faillog, streams, counting, ...) http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.226.2.2r2=1.226.2.3ty=u Index: php-src/run-tests.php diff

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] Re: cvs: php-src /ext/date/lib timelib_structs.h

2005-10-06 Thread Rob Richards
Derick Rethans wrote: On Wed, 5 Oct 2005, Greg Beaver wrote: ... I do believe that: #ifdef PHP_WIN32 #include timelib_config.h #else #include timelib_config.h #endif should fix the windows build without ruining the patch. No, can't do that as PHP_WIN32 is not defined for the standalone

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/wddx php_wddx_api.h wddx.c

2005-10-06 Thread Rob Richards
Jani Taskinen wrote: @@ -422,7 +422,7 @@ tmp = *var; zval_copy_ctor(tmp); convert_to_string(tmp); - snprintf(tmp_buf, Z_STRLEN(tmp), WDDX_NUMBER, Z_STRVAL(tmp)); + snprintf(tmp_buf, Z_STRLEN(tmp) + WDDX_NUMBER_LEN + 1, WDDX_NUMBER, Z_STRVAL(tmp));

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/wddx php_wddx_api.h wddx.c

2005-10-06 Thread Jani Taskinen
On Thu, 6 Oct 2005, Rob Richards wrote: Jani Taskinen wrote: @@ -422,7 +422,7 @@ tmp = *var; zval_copy_ctor(tmp); convert_to_string(tmp); - snprintf(tmp_buf, Z_STRLEN(tmp), WDDX_NUMBER, Z_STRVAL(tmp)); + snprintf(tmp_buf, Z_STRLEN(tmp) + WDDX_NUMBER_LEN + 1,

[PHP-CVS] cvs: php-src /ext/standard config.w32 /ext/wddx config.w32

2005-10-06 Thread Derick Rethans
derick Thu Oct 6 09:03:31 2005 EDT Modified files: /php-src/ext/standard config.w32 /php-src/ext/wddx config.w32 Log: - Fixed Windows build (patch by Mike) http://cvs.php.net/diff.php/php-src/ext/standard/config.w32?r1=1.4r2=1.5ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard config.w32 /ext/wddx config.w32

2005-10-06 Thread Derick Rethans
derick Thu Oct 6 09:03:43 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/standard config.w32 /php-src/ext/wddx config.w32 Log: - MFH: Fixed Windows build (patch by Mike)

[PHP-CVS] cvs: php-src /tests/classes interfaces_003.phpt

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 14:32:28 2005 EDT Added files: /php-src/tests/classes interfaces_003.phpt Log: - Add new test http://cvs.php.net/co.php/php-src/tests/classes/interfaces_003.phpt?r=1.1p=1 Index: php-src/tests/classes/interfaces_003.phpt +++

[PHP-CVS] cvs: php-src(PHP_5_1) /tests/classes interfaces_003.phpt

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 14:34:16 2005 EDT Added files: (Branch: PHP_5_1) /php-src/tests/classes interfaces_003.phpt Log: - Add new test http://cvs.php.net/co.php/php-src/tests/classes/interfaces_003.phpt?r=1.1p=1 Index:

[PHP-CVS] cvs: php-src /tests/classes tostring_001.phpt

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 14:37:21 2005 EDT Modified files: /php-src/tests/classes tostring_001.phpt Log: - Fix test http://cvs.php.net/diff.php/php-src/tests/classes/tostring_001.phpt?r1=1.2r2=1.3ty=u Index: php-src/tests/classes/tostring_001.phpt diff -u

[PHP-CVS] cvs: php-src /tests/classes tostring_003.phpt

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 14:41:02 2005 EDT Modified files: /php-src/tests/classes tostring_003.phpt Log: - Add new test http://cvs.php.net/diff.php/php-src/tests/classes/tostring_003.phpt?r1=1.2r2=1.3ty=u Index: php-src/tests/classes/tostring_003.phpt diff -u

[PHP-CVS] cvs: php-src /ext/wddx php_wddx_api.h wddx.c

2005-10-06 Thread Rob Richards
rrichards Thu Oct 6 14:47:48 2005 EDT Modified files: /php-src/ext/wddx wddx.c php_wddx_api.h Log: use sizeof instead of define http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.124r2=1.125ty=u Index: php-src/ext/wddx/wddx.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/wddx php_wddx_api.h wddx.c

2005-10-06 Thread Rob Richards
rrichards Thu Oct 6 14:48:19 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/wddx wddx.c php_wddx_api.h Log: MFH: use sizeof instead of define http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.119.2.4r2=1.119.2.5ty=u Index:

[PHP-CVS] cvs: php-src / run-tests.php

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 15:51:04 2005 EDT Modified files: /php-srcrun-tests.php Log: - Show whether we execute unicode or native tests http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.236r2=1.237ty=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src / Makefile.global

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 15:51:47 2005 EDT Modified files: /php-srcMakefile.global Log: - Use run-tests.ph -u rather then defining the ini settings one by one http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.61r2=1.62ty=u Index: php-src/Makefile.global

[PHP-CVS] cvs: php-src /ext/mhash/tests 003.phpt

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 16:17:15 2005 EDT Modified files: /php-src/ext/mhash/tests003.phpt Log: - Fix test in unicode mode http://cvs.php.net/diff.php/php-src/ext/mhash/tests/003.phpt?r1=1.3r2=1.4ty=u Index: php-src/ext/mhash/tests/003.phpt diff -u

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2005-10-06 Thread Johannes Schl
johannesThu Oct 6 16:29:14 2005 EDT Modified files: /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c Log: - Fix #34557 php -m exits with error 1 http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.267r2=1.268ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2005-10-06 Thread Johannes Schl
johannesThu Oct 6 16:29:41 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c Log: - MFH: Fix #34557 php -m exits with error 1

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2005-10-06 Thread Johannes Schl
johannesThu Oct 6 16:36:46 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c Log: - MFH: Fix #34557 php -m exits with error 1

[PHP-CVS] cvs: php-src /ext/curl interface.c /ext/gd gd.c gd_ctx.c

2005-10-06 Thread Ilia Alshanetsky
iliaa Thu Oct 6 16:37:25 2005 EDT Modified files: /php-src/ext/gd gd_ctx.c gd.c /php-src/ext/curl interface.c Log: Added missing safe_mode checks. http://cvs.php.net/diff.php/php-src/ext/gd/gd_ctx.c?r1=1.22r2=1.23ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2005-10-06 Thread Johannes Schl
johannesThu Oct 6 16:39:29 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c Log: - MFH: Fix #34557 php -m exits with error 1

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/curl interface.c /ext/gd gd.c gd_ctx.c

2005-10-06 Thread Ilia Alshanetsky
iliaa Thu Oct 6 16:43:00 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/gd gd_ctx.c gd.c /php-src/ext/curl interface.c Log: MFH: Added missing safe_mode checks. http://cvs.php.net/diff.php/php-src/ext/gd/gd_ctx.c?r1=1.20r2=1.20.2.1ty=u

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/curl curl.c /ext/gd gd.c gd_ctx.c

2005-10-06 Thread Ilia Alshanetsky
iliaa Thu Oct 6 16:44:58 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/ext/gd gd_ctx.c gd.c /php-src/ext/curl curl.c /php-srcNEWS Log: MFH: Added missing safe_mode checks.

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/curl interface.c /ext/gd gd.c gd_ctx.c

2005-10-06 Thread Ilia Alshanetsky
iliaa Thu Oct 6 16:47:43 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd_ctx.c gd.c /php-src/ext/curl interface.c /php-srcNEWS Log: MFH: Added missing safe_mode checks.

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2005-10-06 Thread Jani Taskinen
sniper Thu Oct 6 17:00:56 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.95r2=1.2027.2.96ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.95 php-src/NEWS:1.2027.2.96 ---

[PHP-CVS] cvs: php-src /main/streams memory.c

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 17:30:58 2005 EDT Modified files: /php-src/main/streams memory.c Log: - Fix issue (endless loop) with temp/memory streams http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.8r2=1.9ty=u Index: php-src/main/streams/memory.c

[PHP-CVS] cvs: php-src(PHP_5_0) /main/streams memory.c

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 17:31:15 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main/streams memory.c Log: - MFH Fix issue (endless loop) with temp/memory streams http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.6r2=1.6.2.1ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /main/streams memory.c

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 17:31:25 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/main/streams memory.c Log: - MFH Fix issue (endless loop) with temp/memory streams http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.8r2=1.8.2.1ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) /main memory_streams.c

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 17:35:30 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/main memory_streams.c Log: - MFH Fix issue (endless loop) with temp/memory streams http://cvs.php.net/diff.php/php-src/main/memory_streams.c?r1=1.20.2.2r2=1.20.2.2.8.1ty=u

[PHP-CVS] cvs: php-src /ext/standard php_string.h

2005-10-06 Thread Frank M. Kromann
fmk Thu Oct 6 17:40:30 2005 EDT Modified files: /php-src/ext/standard php_string.h Log: Fix Win32 build by adding missing function declaration. http://cvs.php.net/diff.php/php-src/ext/standard/php_string.h?r1=1.90r2=1.91ty=u Index:

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c

2005-10-06 Thread George Schlossnagle
gschlossnagle Thu Oct 6 18:30:11 2005 EDT Modified files: /php-src/ext/soap php_encoding.c Log: support complex types in restrictions and extensions http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.107r2=1.108ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/soap php_encoding.c

2005-10-06 Thread George Schlossnagle
gschlossnagle Thu Oct 6 18:30:24 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/soap php_encoding.c Log: MFH: support complex types in restrictions and extensions

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c

2005-10-06 Thread George Schlossnagle
gschlossnagle Fri Oct 7 01:14:31 2005 EDT Modified files: /php-src/ext/soap php_encoding.c Log: Permit correct usage of inherited encoders (from restriction/extension base directives) for xml response decoding.

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/soap php_encoding.c

2005-10-06 Thread George Schlossnagle
gschlossnagle Fri Oct 7 01:14:52 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/soap php_encoding.c Log: Permit correct usage of inherited encoders (from restriction/extension base directives) for xml response decoding.