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

2003-08-10 Thread Marcus Boerger
helly Sun Aug 10 17:30:36 2003 EDT Modified files: /php-src/main network.c Log: Initialize this variable to 0 as suggested by sara Index: php-src/main/network.c diff -u php-src/main/network.c:1.101 php-src/main/network.c:1.102 --- php-src/main/network.c:

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

2003-08-10 Thread Jani Taskinen
sniper Tue Aug 5 07:19:13 2003 EDT Modified files: /php-src/scriptsphpize.m4 Log: $host_* vars are used in extension config.m4s too. Index: php-src/scripts/phpize.m4 diff -u php-src/scripts/phpize.m4:1.3 php-src/scripts/phpize.m4:1.4 --- php-src/scripts/ph

[PHP-CVS] cvs: php-src /tests/lang bug24658.phpt

2003-08-10 Thread Moriyoshi Koizumi
moriyoshi Sat Aug 9 15:19:14 2003 EDT Modified files: /php-src/tests/lang bug24658.phpt Log: Fix test so it matches the new error message. Index: php-src/tests/lang/bug24658.phpt diff -u php-src/tests/lang/bug24658.phpt:1.1 php-src/tests/lang/bug24658.

[PHP-CVS] cvs: php-src /ext/standard php_rand.h rand.c

2003-08-10 Thread Jani Taskinen
sniper Sun Aug 10 20:42:29 2003 EDT Modified files: /php-src/ext/standard php_rand.h rand.c Log: - Fixed bug #25007 (rand() & mt_rand() seed RNG every call). # Also cleaned up the code a bit with this fix. Index: php-src/ext/standard/php_rand.h diff

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

2003-08-10 Thread Jani Taskinen
sniper Sat Aug 9 14:43:58 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pspell config.m4 Log: MFH Index: php-src/ext/pspell/config.m4 diff -u php-src/ext/pspell/config.m4:1.8 php-src/ext/pspell/config.m4:1.8.2.1 --- php-src/ext/pspell/config.m4:1.8

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

2003-08-10 Thread Ard Biesheuvel
abies Sun Aug 10 09:20:38 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Changed ibase_query() to free transaction resource if SQL is COMMIT or ROLLBACK Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbas

[PHP-CVS] cvs: php-src / configure.in

2003-08-10 Thread Jani Taskinen
sniper Thu Aug 7 08:04:28 2003 EDT Modified files: /php-srcconfigure.in Log: dlfcn.h was not found on Solaris when using forte cc Index: php-src/configure.in diff -u php-src/configure.in:1.458 php-src/configure.in:1.459 --- php-src/configure.in:1.458 Tue

[PHP-CVS] cvs: spl / spl_array.c spl_engine.c spl_engine.h

2003-08-10 Thread Marcus Boerger
helly Thu Aug 7 18:19:50 2003 EDT Modified files: /splspl_array.c spl_engine.c spl_engine.h Log: Switch to use zend_call_function() what shortens spl code Index: spl/spl_array.c diff -u spl/spl_array.c:1.15 spl/spl_array.c:1.16 --- spl/spl_array.c:1.15

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

2003-08-10 Thread Rob Richards
rrichards Thu Aug 7 17:39:00 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #24957 (var_dump of object segfaults) Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.54 php-src/ext/simplexml/

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard credits.c

2003-08-10 Thread Ilia Alshanetsky
iliaa Thu Aug 7 11:41:43 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard credits.c Log: MFH: Fixed bug #24839 (& -> & in php credits) Index: php-src/ext/standard/credits.c diff -u php-src/ext/standard/credits.c:1.21.2.4 php-src/ext/st

Re: [PHP-CVS] cvs: php-src /ext/mbstring/tests php_gr_jp_16242.phpt

2003-08-10 Thread Moriyoshi Koizumi
I overlooked the fact variables_order may affect the availability of $_ENV. Thanks. Moriyoshi "Ilia Alshanetsky" <[EMAIL PROTECTED]> wrote: > iliaa Sat Aug 9 17:00:42 2003 EDT > > Modified files: > /php-src/ext/mbstring/tests php_gr_jp_16242.phpt > Log: >