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

2002-10-14 Thread changelog
changelog Mon Oct 14 20:34:06 2002 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1191 php4/ChangeLog:1.1192 --- php4/ChangeLog:1.1191 Sun Oct 13 20:34:27 2002 +++ php4/ChangeLog

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

2002-10-14 Thread Derick Rethans
derick Mon Oct 14 03:18:24 2002 EDT Modified files: /php4 run-tests.php Log: - Added the TEST_PHP_USER environment variable with which you can specify additional directories with tests to run. This is ideal for having your own test suite on your

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

2002-10-14 Thread Edin Kadribasic
edink Mon Oct 14 05:05:28 2002 EDT Modified files: /php4/sapi/embedconfig.m4 Log: Install lib into $(prefix)/lib. Make $(prefix)/lib before trying to copy the lib into it. Index: php4/sapi/embed/config.m4 diff -u php4/sapi/embed/config.m4:1.5

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

2002-10-14 Thread Yasuo Ohgaki
yohgaki Mon Oct 14 05:32:36 2002 EDT Modified files: /php4 run-tests.php Log: Fixed warnings Index: php4/run-tests.php diff -u php4/run-tests.php:1.70 php4/run-tests.php:1.71 --- php4/run-tests.php:1.70 Mon Oct 14 03:18:23 2002 +++

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

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 12:03:17 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Fixed a bug (introduced in previous patch) that caused non-double values to be converted to 0 by printf/sprint functions when %f format is specified. Index:

[PHP-CVS] cvs: php4 /ext/standard/tests/general_functions 001.phpt

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 12:31:56 2002 EDT Modified files: /php4/ext/standard/tests/general_functions 001.phpt Log: Added float printing tests. Index: php4/ext/standard/tests/general_functions/001.phpt diff -u

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

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 14:13:18 2002 EDT Modified files: /php4/ext/standard browscap.c Log: Fixed bug #19649. Index: php4/ext/standard/browscap.c diff -u php4/ext/standard/browscap.c:1.59 php4/ext/standard/browscap.c:1.60 --- php4/ext/standard/browscap.c:1.59

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

2002-10-14 Thread Edin Kadribasic
edink Mon Oct 14 18:18:36 2002 EDT Modified files: /php4/sapi/embedconfig.m4 Log: Respect INSTALL_ROOT var. Thanks to Jani for catching this one. Index: php4/sapi/embed/config.m4 diff -u php4/sapi/embed/config.m4:1.6 php4/sapi/embed/config.m4:1.7 ---

[PHP-CVS] cvs: php4 /ext/iconv/tests translit-failure.phpt

2002-10-14 Thread Jani Taskinen
sniper Mon Oct 14 19:09:48 2002 EDT Modified files: /php4/ext/iconv/tests translit-failure.phpt Log: This test should not print out the error (which is correct). Index: php4/ext/iconv/tests/translit-failure.phpt diff -u

[PHP-CVS] cvs: php4 /ext/exif/tests 002.phpt

2002-10-14 Thread Marcus Börger
helly Mon Oct 14 20:35:06 2002 EDT Modified files: /php4/ext/exif/tests002.phpt Log: remove ob_end_clean() and instead use ini section #Derick you're right this was no good idea. I just left it over after testing #the test. Index:

[PHP-CVS] cvs: php4 /ext/snmp config.m4 snmp.c

2002-10-14 Thread Jani Taskinen
sniper Mon Oct 14 20:43:34 2002 EDT Modified files: /php4/ext/snmp config.m4 snmp.c Log: Make this thing to compile with net-snmp-5.0.x Index: php4/ext/snmp/config.m4 diff -u php4/ext/snmp/config.m4:1.26 php4/ext/snmp/config.m4:1.27 ---

[PHP-CVS] cvs: php4 / NEWS

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 20:46:53 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news entries. Index: php4/NEWS diff -u php4/NEWS:1.1205 php4/NEWS:1.1206 --- php4/NEWS:1.1205Mon Oct 14 20:36:04 2002 +++ php4/NEWS Mon Oct 14 20:46:51 2002 -20,6

[PHP-CVS] cvs: php4 / NEWS

2002-10-14 Thread Jani Taskinen
sniper Mon Oct 14 21:16:46 2002 EDT Modified files: /php4 NEWS Log: Try keep those moved/removed exts entry at top. Index: php4/NEWS diff -u php4/NEWS:1.1206 php4/NEWS:1.1207 --- php4/NEWS:1.1206Mon Oct 14 20:46:51 2002 +++ php4/NEWS Mon Oct 14

[PHP-CVS] cvs: php4 /main user_streams.c

2002-10-14 Thread Wez Furlong
wez Mon Oct 14 21:57:19 2002 EDT Modified files: /php4/main user_streams.c Log: Fix leak, and avoid initialization problems where retval is re-used within a function. Index: php4/main/user_streams.c diff -u php4/main/user_streams.c:1.27

[PHP-CVS] cvs: php4 /main user_streams.c

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 22:05:28 2002 EDT Modified files: /php4/main user_streams.c Log: Fixed possible memory leaks. Index: php4/main/user_streams.c diff -u php4/main/user_streams.c:1.28 php4/main/user_streams.c:1.29 --- php4/main/user_streams.c:1.28 Mon