[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2005-11-01 Thread changelog
changelog Wed Nov 2 01:43:18 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2151r2=1.2152ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2151 php-src/ChangeLog:1.2152 ---

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 025.phpt

2005-11-01 Thread Rob Richards
Marcus, There are a few problems with this approach. A crash will occur if adding a default namespace as there is no prefix. The namespace should probably be the key and prefix the value or default namespaces should not be added. When doing a recursive get, if the namespace is redefined

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c /ext/soap/tests any.phpt /ext/soap/tests/bugs bug34449.phpt

2005-11-01 Thread Dmitry Stogov
dmitry Tue Nov 1 06:11:19 2005 EDT Added files: /php-src/ext/soap/tests any.phpt Modified files: /php-src/ext/soap php_encoding.c /php-src/ext/soap/tests/bugsbug34449.phpt Log: Fixed SIGSEGV

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

2005-11-01 Thread Dmitry Stogov
dmitry Tue Nov 1 06:11:35 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/soap/tests any.phpt Modified files: /php-src/ext/soap php_encoding.c Log: Fixed SIGSEGV

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

2005-11-01 Thread Dmitry Stogov
dmitry Tue Nov 1 06:11:58 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap php_encoding.c Log: Fixed SIGSEGV http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.71.2.29r2=1.71.2.30ty=u Index: php-src/ext/soap/php_encoding.c diff

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

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 06:12:28 2005 EDT Modified files: /php-src/main snprintf.c Log: - WS: Make function detection work in my editor http://cvs.php.net/diff.php/php-src/main/snprintf.c?r1=1.37r2=1.38ty=u Index: php-src/main/snprintf.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 025.phpt

2005-11-01 Thread Marcus Boerger
Hello Rob, Tuesday, November 1, 2005, 11:49:22 AM, you wrote: Marcus, There are a few problems with this approach. A crash will occur if adding a default namespace as there is no prefix. The namespace should probably be the key and prefix the value or default namespaces should not be

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 025.phpt

2005-11-01 Thread Rob Richards
Marcus Boerger wrote: When doing a recursive get, if the namespace is redefined further down in the subtree, the redefinition is what ends up in the array rather than the closest namespace to the element. Just to be clear this also only adds namespaces that are used, not those defined but not

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

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 06:53:14 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests025.phpt Log: - Handle default namespaces # Another time it shows xml is far from being simple

[PHP-CVS] cvs: php-src /ext/simplexml/tests 025.phpt

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 06:55:13 2005 EDT Modified files: /php-src/ext/simplexml/tests025.phpt Log: - Test no namespace case, too http://cvs.php.net/diff.php/php-src/ext/simplexml/tests/025.phpt?r1=1.2r2=1.3ty=u Index: php-src/ext/simplexml/tests/025.phpt

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 025.phpt

2005-11-01 Thread Marcus Boerger
Hello Rob, Tuesday, November 1, 2005, 12:59:02 PM, you wrote: Marcus Boerger wrote: When doing a recursive get, if the namespace is redefined further down in the subtree, the redefinition is what ends up in the array rather than the closest namespace to the element. Just to be clear this

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_dblib config.m4

2005-11-01 Thread Wez Furlong
wez Tue Nov 1 08:12:52 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_dblib config.m4 Log: Fix #35032; pdo_dblib doesn't find includes on some systems http://cvs.php.net/diff.php/php-src/ext/pdo_dblib/config.m4?r1=1.2.2.1r2=1.2.2.2ty=u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_dblib package.xml

2005-11-01 Thread Wez Furlong
wez Tue Nov 1 08:14:10 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_dblib package.xml Log: update ready for release spree today http://cvs.php.net/diff.php/php-src/ext/pdo_dblib/package.xml?r1=1.2.2.2r2=1.2.2.3ty=u Index:

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

2005-11-01 Thread Edin Kadribasic
edink Tue Nov 1 09:18:23 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_ocioci_statement.c Log: Fix ZTS build http://cvs.php.net/diff.php/php-src/ext/pdo_oci/oci_statement.c?r1=1.16.2.6r2=1.16.2.7ty=u Index:

[PHP-CVS] cvs: php-src /ext/iconv/tests skipif.inc /ext/xml/tests bug32001.phpt

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 09:36:13 2005 EDT Modified files: /php-src/ext/iconv/testsskipif.inc /php-src/ext/xml/tests bug32001.phpt Log: - Hiding bugs is not the purpose of the regression tests.

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv/tests skipif.inc /ext/xml/tests bug32001.phpt

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 09:36:37 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/iconv/testsskipif.inc /php-src/ext/xml/tests bug32001.phpt Log: MFH: Hiding bugs is not purpose of the regression tests.

[PHP-CVS] cvs: php-src(PHP_5_1) / php.ini-recommended

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 11:21:30 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcphp.ini-recommended Log: nuke typo http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.179.2.2r2=1.179.2.3ty=u Index: php-src/php.ini-recommended diff -u

[PHP-CVS] cvs: php-src / php.ini-recommended

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 11:22:05 2005 EDT Modified files: /php-srcphp.ini-recommended Log: MFB51: nuke typo http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.183r2=1.184ty=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.183

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c spl_directory.h

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 11:54:45 2005 EDT Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: - Allow to recive derived SplFileInfo/SplFileObject instances http://cvs.php.net/diff.php/php-src/ext/spl/spl_directory.c?r1=1.54r2=1.55ty=u Index:

[PHP-CVS] cvs: php-src /ext/gd gd.c gd_ctx.c php_gd.h

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 12:04:32 2005 EDT Modified files: /php-src/ext/gd gd.c gd_ctx.c php_gd.h Log: http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.318r2=1.319ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.318 php-src/ext/gd/gd.c:1.319 ---

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/gd gd.c gd_ctx.c php_gd.h

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 12:05:10 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c gd_ctx.c php_gd.h Log: MFH: - Added missing safe-mode checks # Added by replacing the existing open_basedir checks with a macro # Also, the filename passed might be

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

2005-11-01 Thread Frank M. Kromann
fmk Tue Nov 1 13:14:56 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix #35037. Selecting a uniqueidentifier would return unknown data type when used with freetds.

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

2005-11-01 Thread Frank M. Kromann
fmk Tue Nov 1 13:15:45 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mssql php_mssql.c Log: MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type when used with freetds.

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mssql php_mssql.c

2005-11-01 Thread Frank M. Kromann
fmk Tue Nov 1 13:17:32 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mssql php_mssql.c Log: MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type when used with freetds.

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/mssql php_mssql.c

2005-11-01 Thread Frank M. Kromann
fmk Tue Nov 1 13:20:01 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/ext/mssql php_mssql.c Log: MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type when used with freetds.

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

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 16:17:53 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - The iterator base interface is Traversable not IteratorAggregate http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.95r2=1.96ty=u Index:

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

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 16:18:24 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/splspl_iterators.c Log: - MFH the iterator base interface is Traversable not IteratorAggregate

[PHP-CVS] cvs: php-src /ext/spl spl.php /ext/spl/examples xml_tree.php xml_xpath_tree.php

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 16:46:33 2005 EDT Modified files: /php-src/ext/splspl.php /php-src/ext/spl/examples xml_tree.php xml_xpath_tree.php Log: - Update docu http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.62r2=1.63ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl spl.php

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 16:48:25 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/splspl.php Log: - Update docu http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.49.2.7r2=1.49.2.8ty=u Index: php-src/ext/spl/spl.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard/tests/array bug35014.phpt

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 17:39:55 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/standard/tests/array bug35014.phpt Log: - Fixed test. Some people might actually be using php.ini-dist which has precision set to 12. (and this test results need 14)

[PHP-CVS] cvs: php-src /ext/standard/tests/array bug35014.phpt

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 17:42:03 2005 EDT Modified files: /php-src/ext/standard/tests/array bug35014.phpt Log: MFB: fixed test http://cvs.php.net/diff.php/php-src/ext/standard/tests/array/bug35014.phpt?r1=1.2r2=1.3ty=u Index:

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

2005-11-01 Thread Ilia Alshanetsky
iliaa Tue Nov 1 17:59:25 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/main SAPI.c Log: Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.202.2.1r2=1.202.2.2ty=u Index:

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

2005-11-01 Thread Ilia Alshanetsky
iliaa Tue Nov 1 18:02:53 2005 EDT Modified files: /php-src/main SAPI.c Log: MFB51: Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.204r2=1.205ty=u Index: php-src/main/SAPI.c

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

2005-11-01 Thread Rob Richards
rrichards Tue Nov 1 18:21:29 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests025.phpt Log: optimize sxe_add_registered_namespaces add only first encountered prefixes to namespace arrays update