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

2004-12-17 Thread Jani Taskinen
sniper Fri Dec 17 22:57:26 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.778&r2=1.1247.2.779&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.778 php-src/NEWS:1.1247.2.779 --- php-

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/isapi php4isapi.c

2004-12-17 Thread Jani Taskinen
sniper Fri Dec 17 22:56:11 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/isapi php4isapi.c Log: MFH: - Fixed bug #7782 (Cannot use PATH_INFO fully with php isapi) http://cvs.php.net/diff.php/php-src/sapi/isapi/php4isapi.c?r1=1.92.2.11&r2=1.92.2.12&ty=u

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/isapi php4isapi.c

2004-12-17 Thread Jani Taskinen
sniper Fri Dec 17 22:15:10 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/isapi php4isapi.c Log: Missing CVS id tag http://cvs.php.net/diff.php/php-src/sapi/isapi/php4isapi.c?r1=1.92.2.10&r2=1.92.2.11&ty=u Index: php-src/sapi/isapi/php4isapi.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/isapi php5isapi.c

2004-12-17 Thread Jani Taskinen
sniper Fri Dec 17 22:14:52 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/isapi php5isapi.c Log: MFH: missing CVS id tag http://cvs.php.net/diff.php/php-src/sapi/isapi/php5isapi.c?r1=1.3.2.1&r2=1.3.2.2&ty=u Index: php-src/sapi/isapi/php5isapi.c diff -u

[PHP-CVS] cvs: php-src /sapi/isapi php5isapi.c

2004-12-17 Thread Jani Taskinen
sniper Fri Dec 17 22:14:40 2004 EDT Modified files: /php-src/sapi/isapi php5isapi.c Log: Missing cvs id tag http://cvs.php.net/diff.php/php-src/sapi/isapi/php5isapi.c?r1=1.4&r2=1.5&ty=u Index: php-src/sapi/isapi/php5isapi.c diff -u php-src/sapi/isapi/php5isapi.

Re: [PHP-CVS] cvs: php-src /ext/standard var.c /ext/standard/tests/array var_export2.phpt

2004-12-17 Thread Derick Rethans
On Fri, 17 Dec 2004, Andi Gutmans wrote: > OK I think restoring BC for now is OK. I'm not sure var_dump() really has var_export() you mean? > to support protected/private but the manual says so: "The first one is that > the returned representation is valid PHP code, the second that it will also

Re: [PHP-CVS] cvs: php-src /ext/standard var.c /ext/standard/tests/array var_export2.phpt

2004-12-17 Thread Andi Gutmans
OK I think restoring BC for now is OK. I'm not sure var_dump() really has to support protected/private but the manual says so: "The first one is that the returned representation is valid PHP code, the second that it will also return protected and private properties of an object with PHP 5.". So

Re: [PHP-CVS] cvs: php-src /ext/standard var.c /ext/standard/tests/array var_export2.phpt

2004-12-17 Thread Derick Rethans
On Fri, 17 Dec 2004, Andi Gutmans wrote: > This isn't the right fix. You should just fix the if() statement only > return 0 if hash_key->arKey[0] == '\0' && hash_key->nKeyLength > 1. > No? No :) This check was for (private and public) properties which should not be don ehere at all (as it's for a

Re: [PHP-CVS] cvs: php-src /ext/standard var.c /ext/standard/tests/array var_export2.phpt

2004-12-17 Thread Andi Gutmans
This isn't the right fix. You should just fix the if() statement only return 0 if hash_key->arKey[0] == '\0' && hash_key->nKeyLength > 1. No? Andi At 02:40 PM 12/17/2004 +, Derick Rethans wrote: derick Fri Dec 17 09:40:39 2004 EDT Modified files: /php-src/ext/standard var

[PHP-CVS] cvs: php-src(PHP_4_3) / php.ini-dist

2004-12-17 Thread Antony Dovgal
tony2001Fri Dec 17 10:43:21 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcphp.ini-dist Log: fix typo http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.171.2.24&r2=1.171.2.25&ty=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.1

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

2004-12-17 Thread Derick Rethans
derick Fri Dec 17 09:40:39 2004 EDT Modified files: /php-src/ext/standard var.c /php-src/ext/standard/tests/array var_export2.phpt Log: - MF43: Fixed bug #31072 (var_export() does not output an array element with an empty string key). (Derick)

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/standard var.c /ext/standard/tests/array var_export2.phpt

2004-12-17 Thread Derick Rethans
derick Fri Dec 17 09:39:35 2004 EDT Added files: (Branch: PHP_5_0) /php-src/ext/standard/tests/array var_export2.phpt Modified files: /php-srcNEWS /php-src/ext/standard var.c Log: - MF43: Fixed bug #31072 (var_export() does

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard var.c /ext/standard/tests/array var_export2.phpt

2004-12-17 Thread Derick Rethans
derick Fri Dec 17 09:38:46 2004 EDT Added files: (Branch: PHP_4_3) /php-src/ext/standard/tests/array var_export2.phpt Modified files: /php-srcNEWS /php-src/ext/standard var.c Log: - Fixed bug #31072 (var_export() does not o

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

2004-12-17 Thread Derick Rethans
derick Fri Dec 17 08:08:44 2004 EDT Modified files: /php-src/main php_sprintf.c Log: - MF43: Fixed weird types, this also makes it compile on IRIX again. http://cvs.php.net/diff.php/php-src/main/php_sprintf.c?r1=1.19&r2=1.20&ty=u Index: php-src/main/php_s

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

2004-12-17 Thread Derick Rethans
derick Fri Dec 17 08:08:39 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/main php_sprintf.c Log: - MF43: Fixed weird types, this also makes it compile on IRIX again. http://cvs.php.net/diff.php/php-src/main/php_sprintf.c?r1=1.17.2.2&r2=1.17.2.3&ty=u

[PHP-CVS] cvs: php-src(PHP_4_3) /main php_sprintf.c

2004-12-17 Thread Derick Rethans
derick Fri Dec 17 08:07:59 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main php_sprintf.c Log: - Fixed weird types, this also makes it compile on IRIX again. http://cvs.php.net/diff.php/php-src/main/php_sprintf.c?r1=1.12.8.4&r2=1.12.8.5&ty=u Ind

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

2004-12-17 Thread Rob Richards
rrichards Fri Dec 17 07:22:10 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.165&r2=1.1760.2.166&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.165 php-src/NEWS:1.1760.2.166

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

2004-12-17 Thread Rob Richards
rrichards Fri Dec 17 07:21:35 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xmlcompat.c Log: MFH: Fixed bug #31139 (XML Parser Functions seem to drop & when parsing) http://cvs.php.net/diff.php/php-src/ext/xml/compat.c?r1=1.32.2.6&r2=1.32.2.7&

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

2004-12-17 Thread Rob Richards
rrichards Fri Dec 17 07:20:51 2004 EDT Modified files: /php-src/ext/xmlcompat.c Log: Fixed bug #31139 (XML Parser Functions seem to drop & when parsing) http://cvs.php.net/diff.php/php-src/ext/xml/compat.c?r1=1.38&r2=1.39&ty=u Index: php-src/ext/xml/co