[PHP-CVS-DAILY] cvs: php4 / NEWS

2003-03-30 Thread changelog
changelog Sun Mar 30 20:30:49 2003 EDT Modified files: /php4 NEWS Log: NEWS update Index: php4/NEWS diff -u php4/NEWS:1.1383 php4/NEWS:1.1384 --- php4/NEWS:1.1383Sun Mar 30 09:30:46 2003 +++ php4/NEWS Sun Mar 30 20:30:48 2003 @@ -1,6 +1,8 @@

[PHP-CVS] cvs: php4 /sapi/cli TODO

2003-03-30 Thread Marcus Boerger
helly Sun Mar 30 05:56:34 2003 EDT Modified files: /php4/sapi/cli TODO Log: done Index: php4/sapi/cli/TODO diff -u php4/sapi/cli/TODO:1.3 php4/sapi/cli/TODO:1.4 --- php4/sapi/cli/TODO:1.3 Sun Mar 2 19:15:50 2003 +++ php4/sapi/cli/TODO Sun Mar 30

[PHP-CVS] cvs: php4 /tests/classes interface_doubled.phpt

2003-03-30 Thread Marcus Boerger
helly Sun Mar 30 07:47:05 2003 EDT Modified files: /php4/tests/classes interface_doubled.phpt Log: bugfix #22961 by [EMAIL PROTECTED] Index: php4/tests/classes/interface_doubled.phpt diff -u php4/tests/classes/interface_doubled.phpt:1.1

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_profiler.h

2003-03-30 Thread Georg Richter
georg Sun Mar 30 08:51:06 2003 EDT Modified files: /php4/ext/mysqlimysqli_profiler.h Log: changed macro Index: php4/ext/mysqli/mysqli_profiler.h diff -u php4/ext/mysqli/mysqli_profiler.h:1.1 php4/ext/mysqli/mysqli_profiler.h:1.2 ---

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-03-30 Thread Marcus Boerger
helly Sun Mar 30 09:00:09 2003 EDT Modified files: /php4/sapi/cli php_cli.c Log: more ini defaults for error message handling Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.78 php4/sapi/cli/php_cli.c:1.79 ---

[PHP-CVS] cvs: php4 / NEWS

2003-03-30 Thread Marcus Boerger
helly Sun Mar 30 09:30:46 2003 EDT Modified files: /php4 NEWS Log: update Index: php4/NEWS diff -u php4/NEWS:1.1382 php4/NEWS:1.1383 --- php4/NEWS:1.1382Wed Mar 26 12:05:16 2003 +++ php4/NEWS Sun Mar 30 09:30:46 2003 @@ -6,10 +6,12 @@ - Fixed bug

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

2003-03-30 Thread Marcus Boerger
helly Sun Mar 30 09:38:48 2003 EDT Modified files: /php4 run-tests.php Log: if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php Index: php4/run-tests.php diff -u php4/run-tests.php:1.153 php4/run-tests.php:1.154 --- php4/run-tests.php:1.153Fri Mar

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_profiler.c

2003-03-30 Thread Georg Richter
georg Sun Mar 30 10:28:21 2003 EDT Modified files: /php4/ext/mysqlimysqli_profiler.c Log: changed constant name Index: php4/ext/mysqli/mysqli_profiler.c diff -u php4/ext/mysqli/mysqli_profiler.c:1.5 php4/ext/mysqli/mysqli_profiler.c:1.6 ---

[PHP-CVS] cvs: php4 / .gdbinit

2003-03-30 Thread Moriyoshi Koizumi
moriyoshi Sun Mar 30 12:45:34 2003 EDT Modified files: /php4 .gdbinit Log: Added various gdb macros to examine zval, znode, and HashTable Index: php4/.gdbinit diff -u php4/.gdbinit:1.1 php4/.gdbinit:1.2 --- php4/.gdbinit:1.1 Fri Feb 14 07:04:01

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd gd.c

2003-03-30 Thread Rasmus Lerdorf
rasmus Sun Mar 30 13:05:40 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c Log: No point calling the RSHUTDOWN hook here unless we are actually going to do something in it. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.17

[PHP-CVS] cvs: php4 /sapi/apache config.m4

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 13:36:04 2003 EDT Modified files: /php4/sapi/apache config.m4 Log: Merge proper -I parameter for APXS builds Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.69 php4/sapi/apache/config.m4:1.70 ---

[PHP-CVS] cvs: php4(PHP_4) /sapi/apache config.m4

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 13:36:26 2003 EDT Modified files: (Branch: PHP_4) /php4/sapi/apache config.m4 Log: MFH Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62.6.2 php4/sapi/apache/config.m4:1.62.6.3 --- php4/sapi/apache/config.m4:1.62.6.2

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache config.m4

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 13:36:46 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache config.m4 Log: MFH Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62.4.6 php4/sapi/apache/config.m4:1.62.4.7 ---

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-03-30 Thread Ilia Alshanetsky
iliaa Sun Mar 30 15:48:05 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.48 php4/ext/gd/libgd/gd.c:1.49 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gd.c

2003-03-30 Thread Ilia Alshanetsky
iliaa Sun Mar 30 15:48:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd.c Log: MFH Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.24.2.6 php4/ext/gd/libgd/gd.c:1.24.2.7 --- php4/ext/gd/libgd/gd.c:1.24.2.6 Tue Mar 11

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

2003-03-30 Thread Ilia Alshanetsky
iliaa Sun Mar 30 15:48:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.154 php4/NEWS:1.1247.2.155 --- php4/NEWS:1.1247.2.154 Thu Mar 27 08:32:45 2003 +++ php4/NEWS Sun

[PHP-CVS] cvs: php4 /ext/openssl openssl.c

2003-03-30 Thread Derick Rethans
derick Sun Mar 30 17:25:22 2003 EDT Modified files: /php4/ext/openssl openssl.c Log: - Added optional parameter to openssl_sign() to specify the hashing algorithm to use. (Patch by Scott [EMAIL PROTECTED]) @- Added optional parameter to openssl_sign() to

[PHP-CVS] cvs: php4 /ext/openssl openssl.c

2003-03-30 Thread Derick Rethans
derick Sun Mar 30 17:29:21 2003 EDT Modified files: /php4/ext/openssl openssl.c Log: - Typo and some whitespace Index: php4/ext/openssl/openssl.c diff -u php4/ext/openssl/openssl.c:1.71 php4/ext/openssl/openssl.c:1.72 --- php4/ext/openssl/openssl.c:1.71

[PHP-CVS] cvs: php4 /ext/standard lcg.c

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 22:24:18 2003 EDT Modified files: /php4/ext/standard lcg.c Log: Ensure that the seed function has been called, even if we are used by another module's request init function. Noticed by: [EMAIL PROTECTED] Index:

[PHP-CVS] cvs: php4(PHP_4) /ext/standard lcg.c

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 22:24:36 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard lcg.c Log: MFH Index: php4/ext/standard/lcg.c diff -u php4/ext/standard/lcg.c:1.33.2.1 php4/ext/standard/lcg.c:1.33.2.1.2.1 --- php4/ext/standard/lcg.c:1.33.2.1Tue Dec

[PHP-CVS] cvs: php4 /ext/standard lcg.c

2003-03-30 Thread Sascha Schumann
sas Mon Mar 31 00:39:25 2003 EDT Modified files: /php4/ext/standard lcg.c Log: TS issue, noticed by Sebastian Bergmann Index: php4/ext/standard/lcg.c diff -u php4/ext/standard/lcg.c:1.35 php4/ext/standard/lcg.c:1.36 --- php4/ext/standard/lcg.c:1.35

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard lcg.c

2003-03-30 Thread Sascha Schumann
sas Mon Mar 31 00:39:45 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard lcg.c Log: MFH TS issue, noticed by Sebastian Bergmann Index: php4/ext/standard/lcg.c diff -u php4/ext/standard/lcg.c:1.33.2.2 php4/ext/standard/lcg.c:1.33.2.3 ---