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

2005-10-13 Thread Jani Taskinen
On Fri, 14 Oct 2005, Antony Dovgal wrote: Someone claimed -o is not supported in all 'test' implementations. Using || is a bit clearer too and definately supported. Are you going to change all the -o's to || everywhere ? Only if someone complains or in new stuff or someone uses

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli/tests 009.phpt bug33491.phpt

2005-10-13 Thread Ilia Alshanetsky
iliaa Thu Oct 13 17:26:45 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests bug33491.phpt 009.phpt Log: MFH: fix test failures http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/bug33491.phpt?r1=1.1&r2=1.1.2.1&ty=u Index: php-src/ext/m

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug33491.phpt

2005-10-13 Thread Ilia Alshanetsky
iliaa Thu Oct 13 17:26:08 2005 EDT Modified files: /php-src/ext/mysqli/tests bug33491.phpt Log: Fixed test failure http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/bug33491.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/mysqli/tests/bug33491.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/xmlreader php_xmlreader.c php_xmlreader.h /ext/xmlreader/examples xmlreader_file.php xmlreader_string.php xmlreader_validatedtd.php

2005-10-13 Thread Rob Richards
rrichards Thu Oct 13 17:20:12 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/xmlreader php_xmlreader.c php_xmlreader.h /php-src/ext/xmlreader/examples xmlreader_file.php xmlreader_string.php

[PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c php_xmlreader.h /ext/xmlreader/examples xmlreader_file.php xmlreader_string.php xmlreader_validatedtd.php

2005-10-13 Thread Rob Richards
rrichards Thu Oct 13 17:19:14 2005 EDT Modified files: /php-src/ext/xmlreader php_xmlreader.c php_xmlreader.h /php-src/ext/xmlreader/examples xmlreader_file.php xmlreader_string.php

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

2005-10-13 Thread Antony Dovgal
On 14.10.2005 00:48, Jani Taskinen wrote: On Thu, 13 Oct 2005, Antony Dovgal wrote: On 13.10.2005 23:28, Jani Taskinen wrote: - for i in /usr /usr/local; do -if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h"; then + for i in /usr/local /usr; do +if t

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

2005-10-13 Thread Jani Taskinen
On Thu, 13 Oct 2005, Antony Dovgal wrote: On 13.10.2005 23:28, Jani Taskinen wrote: - for i in /usr /usr/local; do -if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h"; then + for i in /usr/local /usr; do +if test -f "$i/include/iconv.h" || test -f "$i/

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

2005-10-13 Thread Rob Richards
rrichards Thu Oct 13 16:34:37 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/libxml libxml.c Log: MFH: insure stream usage http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.32.2.2&r2=1.32.2.3&ty=u Index: php-src/ext/libxml/libxml.c diff

[PHP-CVS] cvs: php-src(PHP_5_1) / acinclude.m4

2005-10-13 Thread Rob Richards
rrichards Thu Oct 13 16:33:43 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcacinclude.m4 Log: MFH: bump libxml min version to 2.6.11 http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.332.2.5&r2=1.332.2.6&ty=u Index: php-src/acinclude.m4 diff -u

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

2005-10-13 Thread Rob Richards
rrichards Thu Oct 13 16:17:18 2005 EDT Modified files: /php-src/ext/libxml libxml.c Log: insure stream usage http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.36&r2=1.37&ty=u Index: php-src/ext/libxml/libxml.c diff -u php-src/ext/libxml/libxml.c

[PHP-CVS] cvs: php-src / acinclude.m4

2005-10-13 Thread Rob Richards
rrichards Thu Oct 13 16:16:44 2005 EDT Modified files: /php-srcacinclude.m4 Log: bump libxml min version to 2.6.11 http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.335&r2=1.336&ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.335 ph

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

2005-10-13 Thread Antony Dovgal
On 13.10.2005 23:28, Jani Taskinen wrote: - for i in /usr /usr/local; do -if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h"; then + for i in /usr/local /usr; do +if test -f "$i/include/iconv.h" || test -f "$i/include/giconv.h"; then Just curious: what's

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo/tests pdo_031.phpt

2005-10-13 Thread Marcus Boerger
helly Thu Oct 13 15:50:00 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo/tests pdo_031.phpt Log: - MFH SPL example was changed, so change PDO test accordingly http://cvs.php.net/diff.php/php-src/ext/pdo/tests/pdo_031.phpt?r1=1.1.2.2&r2=1.1.2.3

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

2005-10-13 Thread Marcus Boerger
helly Thu Oct 13 15:49:32 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/spl/examples recursivetreeiterator.inc Log: - MFH Add ability to bypass key() surrounding and make that default http://cvs.php.net/diff.php/php-src/ext/spl/examples/recursivetre

[PHP-CVS] cvs: php-src /ext/spl/examples recursivetreeiterator.inc

2005-10-13 Thread Marcus Boerger
helly Thu Oct 13 15:45:35 2005 EDT Modified files: /php-src/ext/spl/examples recursivetreeiterator.inc Log: - Add ability to bypass key() surrounding and make that default http://cvs.php.net/diff.php/php-src/ext/spl/examples/recursivetreeiterator.inc?r1=1.5&

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

2005-10-13 Thread Jani Taskinen
sniper Thu Oct 13 15:28:59 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/iconv config.m4 Log: MFH http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.33.2.1&r2=1.33.2.2&ty=u Index: php-src/ext/iconv/config.m4 diff -u php-src/ext/iconv/config.

[PHP-CVS] cvs: php-src /ext/iconv config.m4

2005-10-13 Thread Jani Taskinen
sniper Thu Oct 13 15:28:50 2005 EDT Modified files: /php-src/ext/iconv config.m4 Log: proper quoting, breaking, etc. http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.36&r2=1.37&ty=u Index: php-src/ext/iconv/config.m4 diff -u php-src/ext/iconv/confi

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo/tests pdo_014.phpt

2005-10-13 Thread Marcus Boerger
helly Thu Oct 13 14:37:23 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo/tests pdo_014.phpt Log: - Do not try to autoload the class, use internal only http://cvs.php.net/diff.php/php-src/ext/pdo/tests/pdo_014.phpt?r1=1.4.2.3&r2=1.4.2.4&ty=u In

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/iconv config.m4

2005-10-13 Thread Antony Dovgal
tony2001Thu Oct 13 11:24:26 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/iconv config.m4 /php-srcNEWS Log: MFH: fix #34856 (configure fails to detect libiconv's type) http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.27.

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

2005-10-13 Thread Antony Dovgal
tony2001Thu Oct 13 11:23:16 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/iconv config.m4 /php-srcNEWS Log: MFH: fix #34856 (configure fails to detect libiconv's type) http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.33&

[PHP-CVS] cvs: php-src /ext/iconv config.m4

2005-10-13 Thread Antony Dovgal
tony2001Thu Oct 13 11:22:22 2005 EDT Modified files: /php-src/ext/iconv config.m4 Log: correct it one more time (grrr) http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.35&r2=1.36&ty=u Index: php-src/ext/iconv/config.m4 diff -u php-src/ext

[PHP-CVS] cvs: php-src /ext/iconv config.m4

2005-10-13 Thread Antony Dovgal
tony2001Thu Oct 13 11:18:38 2005 EDT Modified files: /php-src/ext/iconv config.m4 Log: correct the fix http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.34&r2=1.35&ty=u Index: php-src/ext/iconv/config.m4 diff -u php-src/ext/iconv/config.m4

[PHP-CVS] cvs: php-src /ext/iconv config.m4

2005-10-13 Thread Antony Dovgal
tony2001Thu Oct 13 11:13:31 2005 EDT Modified files: /php-src/ext/iconv config.m4 Log: fix #34856 (configure fails to detect libiconv's type) http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.33&r2=1.34&ty=u Index: php-src/ext/iconv/config

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/interbase ibase_service.c

2005-10-13 Thread Antony Dovgal
tony2001Thu Oct 13 08:59:13 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/interbase ibase_service.c Log: MFH: fix #34855 (ibase_service_attach() segfault on AMD64) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/interbase ibase_service.c

2005-10-13 Thread Antony Dovgal
tony2001Thu Oct 13 08:58:48 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/interbase ibase_service.c Log: MFH: fix #34855 (ibase_service_attach() segfault on AMD64) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.

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

2005-10-13 Thread Antony Dovgal
tony2001Thu Oct 13 08:58:22 2005 EDT Modified files: /php-src/ext/interbase ibase_service.c Log: fix #34855 (ibase_service_attach() segfault on AMD64) http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_service.c?r1=1.11&r2=1.12&ty=u Index: p

Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache2handler sapi_apache2.c

2005-10-13 Thread Derick Rethans
On Thu, 13 Oct 2005, Antony Dovgal wrote: > On 13.10.2005 14:14, Jani Taskinen wrote: > > PHP_5_0 branch is dead as far as most of use are concerned. > > We're about to release 5.1, not 5.0.x. > > I know that we're about to release 5.1, but up to that moment I'd like to see > all the pa

Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache2handler sapi_apache2.c

2005-10-13 Thread Antony Dovgal
On 13.10.2005 14:14, Jani Taskinen wrote: PHP_5_0 branch is dead as far as most of use are concerned. We're about to release 5.1, not 5.0.x. I know that we're about to release 5.1, but up to that moment I'd like to see all the patches for HEAD MFH'ed to 5.0 too. Btw, in July HEAD was

Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache2handler sapi_apache2.c

2005-10-13 Thread Jani Taskinen
PHP_5_0 branch is dead as far as most of use are concerned. We're about to release 5.1, not 5.0.x. --Jani On Thu, 13 Oct 2005, Antony Dovgal wrote: Rasmus, you forgot to MFB it to 5.0. Or it was done intentionally? On 26.07.2005 02:38, Rasmus Lerdorf wrote: rasmus Mo

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /sapi/cli Makefile.frag /scripts Makefile.frag

2005-10-13 Thread Jani Taskinen
sniper Thu Oct 13 06:04:53 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS /php-src/sapi/cli Makefile.frag /php-src/scriptsMakefile.frag Log: MFH: - Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)

[PHP-CVS] cvs: php-src /sapi/cli Makefile.frag /scripts Makefile.frag

2005-10-13 Thread Jani Taskinen
sniper Thu Oct 13 06:04:17 2005 EDT Modified files: /php-src/sapi/cli Makefile.frag /php-src/scriptsMakefile.frag Log: MF51:- Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names) http://cvs.php.net/diff.php/p

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /sapi/cli Makefile.frag /scripts Makefile.frag

2005-10-13 Thread Jani Taskinen
sniper Thu Oct 13 06:02:59 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/sapi/cli Makefile.frag /php-src/scriptsMakefile.frag Log: - Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)

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

2005-10-13 Thread Jani Taskinen
sniper Thu Oct 13 06:02:02 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: reorder http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.122&r2=1.2027.2.123&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.122 php-src/NEWS:1.2027.2.123 ---

Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache2handler sapi_apache2.c

2005-10-13 Thread Antony Dovgal
Rasmus, you forgot to MFB it to 5.0. Or it was done intentionally? On 26.07.2005 02:38, Rasmus Lerdorf wrote: rasmus Mon Jul 25 18:38:11 2005 EDT Modified files: /php-src NEWS /php-src/sapi/apache2handler sapi_apache2.c Log: MFB fix for bug #33690