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

2002-10-27 Thread changelog
changelog Sun Oct 27 20:35:45 2002 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1204 php4/ChangeLog:1.1205 --- php4/ChangeLog:1.1204 Sat Oct 26 20:33:27 2002 +++ php4/ChangeLog

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

2002-10-27 Thread changelog
changelog Sun Oct 27 20:35:45 2002 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1204 php4/ChangeLog:1.1205 --- php4/ChangeLog:1.1204 Sat Oct 26 20:33:27 2002 +++ php4/ChangeLog

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities03.phpt

2002-10-27 Thread Melvyn Sopacua
msopacuaSun Oct 27 12:01:48 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities03.phpt Log: Add FreeBSD locale Index: php4/ext/standard/tests/strings/htmlentities03.phpt diff -u

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities02.phpt htmlentities04.phpt

2002-10-27 Thread Melvyn Sopacua
msopacuaSun Oct 27 12:07:26 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities04.phpt htmlentities02.phpt Log: Add FreeBSD locale Index:

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-27 Thread Melvyn Sopacua
At 20:47 27-10-2002, Jani Taskinen wrote: sniper Sun Oct 27 14:47:34 2002 EDT Modified files: /php4/build buildcheck.sh Log: We have to require bison version = 1.30 = 1.75 since any versions between are broken.. 1.33/4/5 work for me...are you sure? Met vriendelijke

[PHP-CVS] cvs: php4 /ext/session/tests 008-php4.2.3.phpt

2002-10-27 Thread Marcus Börger
helly Sun Oct 27 18:56:08 2002 EDT Modified files: /php4/ext/session/tests 008-php4.2.3.phpt Log: This test requires special settings #wait/read next commit on run-test.php Index: php4/ext/session/tests/008-php4.2.3.phpt diff -u

[PHP-CVS] cvs: php4 /ext/mbstring/tests htmlent.phpt

2002-10-27 Thread Marcus Börger
helly Sun Oct 27 19:02:25 2002 EDT Modified files: /php4/ext/mbstring/testshtmlent.phpt Log: fix test Index: php4/ext/mbstring/tests/htmlent.phpt diff -u php4/ext/mbstring/tests/htmlent.phpt:1.1 php4/ext/mbstring/tests/htmlent.phpt:1.2 ---

Re: [PHP-CVS] cvs: php4 /ext/session/tests 008-php4.2.3.phpt

2002-10-27 Thread Ilia A.
Both of those flags are already being set by the run-tests.php script, why duplicate them? Ilia On October 27, 2002 06:56 pm, Marcus Börger wrote: helly Sun Oct 27 18:56:08 2002 EDT Modified files: /php4/ext/session/tests 008-php4.2.3.phpt Log: This test requires

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

2002-10-27 Thread Marcus Börger
helly Sun Oct 27 19:07:11 2002 EDT Modified files: /php4 run-tests.php Log: allow default ini overwrites to be overwritten themselves in --INI-- #see followup on dev list Index: php4/run-tests.php diff -u php4/run-tests.php:1.91

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

2002-10-27 Thread Ilia Alshanetsky
iliaa Sun Oct 27 19:28:11 2002 EDT Modified files: /php4/main streams.c Log: Fixed bug #20110. Index: php4/main/streams.c diff -u php4/main/streams.c:1.119 php4/main/streams.c:1.120 --- php4/main/streams.c:1.119 Sun Oct 27 18:34:48 2002 +++

[PHP-CVS] cvs: php4 / NEWS

2002-10-27 Thread Ilia Alshanetsky
iliaa Sun Oct 27 20:17:32 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1226 php4/NEWS:1.1227 --- php4/NEWS:1.1226Fri Oct 25 02:24:53 2002 +++ php4/NEWS Sun Oct 27 20:17:32 2002 -11,6 +11,9

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

2002-10-27 Thread Shane Caraveo
Forgot one other comment. bug 20127: fwrite to stdin does not work on windows. Shane Caraveo wrote: shane Sun Oct 27 20:43:54 2002 EDT Modified files: /php4 run-tests.php Log: fix getting ini values that contain the char = fix command line quoting. windows

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

2002-10-27 Thread Shane Caraveo
shane Sun Oct 27 21:00:57 2002 EDT Modified files: /php4 run-tests.php Log: windows will not have these, so dont bother, but add an OS to the stuff so that it makes sense why they are N/A Index: php4/run-tests.php diff -u php4/run-tests.php:1.93

[PHP-CVS] cvs: php4 / configure.in

2002-10-27 Thread Jani Taskinen
sniper Sun Oct 27 21:13:44 2002 EDT Modified files: /php4 configure.in Log: - Enable the sed check. (and moved earlier so we can use the $SED everywhere) Index: php4/configure.in diff -u php4/configure.in:1.391 php4/configure.in:1.392 ---

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

2002-10-27 Thread Sterling Hughes
sterlingSun Oct 27 22:05:05 2002 EDT Modified files: /php4/ext/sockets sockets.c Log: make one-line read work on win32... # The implementation of this function is brain-dead, but at least # now its brain-dead on win32 too... ;-) Index:

[PHP-CVS] cvs: php4 /main main.c php_streams.h streams.c

2002-10-27 Thread Ilia Alshanetsky
iliaa Sun Oct 27 22:45:21 2002 EDT Modified files: /php4/main main.c php_streams.h streams.c Log: A better fix for bug #20110. Index: php4/main/main.c diff -u php4/main/main.c:1.507 php4/main/main.c:1.508 --- php4/main/main.c:1.507 Sun Oct 27