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

2002-11-01 Thread changelog
changelog Fri Nov 1 20:35:07 2002 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1209 php4/ChangeLog:1.1210 --- php4/ChangeLog:1.1209 Thu Oct 31 20:34:47 2002 +++ php4/ChangeLog

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

2002-11-01 Thread changelog
changelog Fri Nov 1 20:35:45 2002 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.134 ZendEngine2/ChangeLog:1.135 --- ZendEngine2/ChangeLog:1.134 Thu Oct 24 20:33:42

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

2002-11-01 Thread Andi Gutmans
I'm not sure this is the right thing to do. UNIX and Windows are diffferent and that's what DEFAULT_SLASH is for. Andi At 12:53 AM 11/1/2002 +, Ilia Alshanetsky wrote: iliaa Thu Oct 31 19:53:28 2002 EDT Modified files: /php4/ext/standard string.c Log: Fixed bug #18710.

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

2002-11-01 Thread Christian Stocker
chregu Fri Nov 1 05:06:10 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: fix for bug #20209 (appending text nodes leads to segfaults sometimes) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.217

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-11-01 Thread Sascha Schumann
sas Fri Nov 1 06:40:27 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: improve host header checking, only affects systems which have virtual hosting enabled Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.26

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-11-01 Thread Sascha Schumann
sas Fri Nov 1 06:44:51 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Add missing return statement. Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.27 php4/sapi/thttpd/thttpd_patch:1.28 ---

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-11-01 Thread Sascha Schumann
sas Fri Nov 1 06:51:35 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Simplify handler dispatching mechanism Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.28 php4/sapi/thttpd/thttpd_patch:1.29 ---

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

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 07:12:40 2002 EDT Modified files: /php4/ext/standard/tests/time 001.phpt Log: update test #This test fails for me. I expanded the test output and checked the function. #The only way to fix this behaviour would be to store the last

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

2002-11-01 Thread Derick Rethans
On Fri, 1 Nov 2002, Marcus Börger wrote: helly Fri Nov 1 07:12:40 2002 EDT ---EXPECT-- -Passed: 10 -Failed: 0 \ No newline at end of file +--EXPECTREGEX-- +Passed: 10+ +Failed: 0 What was wrong with the non-regexp EXPECT section? Derick --

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

2002-11-01 Thread Marcus Boerger
A nothing i simply did a lot of tests and it was easier to modify the number of '0' only once. :-) Another reason is that i am also experimenting with the results and behaviour of run-tests.php. If anyone objects i could change to the EXPECT format again... marcus At 13:23 01.11.2002, Derick

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

2002-11-01 Thread Derick Rethans
On Fri, 1 Nov 2002, Marcus Boerger wrote: A nothing i simply did a lot of tests and it was easier to modify the number of '0' only once. :-) Another reason is that i am also experimenting with the results and behaviour of run-tests.php. If anyone objects i could change to the EXPECT format

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

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 08:03:31 2002 EDT Modified files: /php4 run-tests.php Log: -move -d stuff into function and update settings for info call Index: php4/run-tests.php diff -u php4/run-tests.php:1.104 php4/run-tests.php:1.105 ---

[PHP-CVS] cvs: php4 /ext/xslt/tests xslt_set_scheme_handlers-003.phpt

2002-11-01 Thread Melvyn Sopacua
msopacuaFri Nov 1 08:43:39 2002 EDT Modified files: /php4/ext/xslt/testsxslt_set_scheme_handlers-003.phpt Log: Fix test output Index: php4/ext/xslt/tests/xslt_set_scheme_handlers-003.phpt diff -u

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

2002-11-01 Thread Ilia A.
Windows can interpret / as well as \, makes no difference to it. In fact when we resolve paths on Windows, we already use / and not \. Ilia On November 1, 2002 03:01 am, Andi Gutmans wrote: I'm not sure this is the right thing to do. UNIX and Windows are diffferent and that's what

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

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 09:15:24 2002 EDT Modified files: /php4/ext/dba dba.c Log: php_error - php_error_docref Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.46 php4/ext/dba/dba.c:1.47 --- php4/ext/dba/dba.c:1.46 Fri Oct 25 06:06:35 2002 +++

[PHP-CVS] cvs: php4 /ext/dba/tests .cvsignore test.inc

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 09:20:31 2002 EDT Modified files: /php4/ext/dba/tests .cvsignore test.inc Log: test.dbm* - test0.dbm* Index: php4/ext/dba/tests/.cvsignore diff -u php4/ext/dba/tests/.cvsignore:1.2 php4/ext/dba/tests/.cvsignore:1.3 ---

[PHP-CVS] cvs: php4 /ext/dba/tests dba001.phpt dba002.phpt dba003.phpt dba004.phpt dba005.phpt dba006.phpt dba007.phpt

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 09:21:36 2002 EDT Modified files: /php4/ext/dba/tests dba001.phpt dba002.phpt dba003.phpt dba004.phpt dba005.phpt dba006.phpt dba007.phpt Log: Always show handler used Index: php4/ext/dba/tests/dba001.phpt diff -u

[PHP-CVS] cvs: php4 /ext/dba/tests dba_cdb.phpt dba_db2.phpt dba_db3.phpt dba_gdbm.phpt dba_handler.inc dba_ndbm.phpt

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 09:23:23 2002 EDT Added files: /php4/ext/dba/tests dba_cdb.phpt dba_db2.phpt dba_db3.phpt dba_gdbm.phpt dba_handler.inc dba_ndbm.phpt Log: Add testcase for every single handler # db2 fails for me with SIGSEGV

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

2002-11-01 Thread Lenar Lõhmus
flexFri Nov 1 09:44:05 2002 EDT Modified files: /php4/ext/xslt sablot.c Log: Fix scheme_getall() function so that data returned by user is always converted to string except when script returns FALSE or NULL. In this case signal sablotron that we

[PHP-CVS] cvs: php4 /main logos.h

2002-11-01 Thread Colin Viebrock
cmv Fri Nov 1 18:00:33 2002 EDT Modified files: /php4/main logos.h Log: ahem Index: php4/main/logos.h diff -u php4/main/logos.h:1.5 php4/main/logos.h:1.6 --- php4/main/logos.h:1.5 Wed Apr 19 19:18:15 2000 +++ php4/main/logos.h Fri Nov 1

[PHP-CVS] cvs: CVSROOT / avail

2002-11-01 Thread Rasmus Lerdorf
rasmus Fri Nov 1 18:12:38 2002 EDT Modified files: /CVSROOTavail Log: pres karma for lhl Index: CVSROOT/avail diff -u CVSROOT/avail:1.524 CVSROOT/avail:1.525 --- CVSROOT/avail:1.524 Wed Oct 30 02:33:37 2002 +++ CVSROOT/avail Fri Nov 1 18:12:38

[PHP-CVS] cvs: php4 /ext/xslt/tests xslt_args.phpt

2002-11-01 Thread Melvyn Sopacua
msopacuaFri Nov 1 20:13:21 2002 EDT Added files: /php4/ext/xslt/testsxslt_args.phpt Log: Test for files in 'args' provided handles Index: php4/ext/xslt/tests/xslt_args.phpt +++ php4/ext/xslt/tests/xslt_args.phpt --TEST-- Relative and

[PHP-CVS] cvs: php4 /ext/xslt/tests bug20177.phpt xslt_args.phpt

2002-11-01 Thread Melvyn Sopacua
msopacuaFri Nov 1 20:34:55 2002 EDT Added files: /php4/ext/xslt/testsbug20177.phpt Removed files: /php4/ext/xslt/testsxslt_args.phpt Log: test rename Index: php4/ext/xslt/tests/bug20177.phpt +++

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

2002-11-01 Thread Melvyn Sopacua
msopacuaFri Nov 1 20:44:35 2002 EDT Modified files: /php4/ext/xslt sablot.c Log: Fix typo # Sorry Lenar Index: php4/ext/xslt/sablot.c diff -u php4/ext/xslt/sablot.c:1.64 php4/ext/xslt/sablot.c:1.65 --- php4/ext/xslt/sablot.c:1.64 Fri Nov 1

[PHP-CVS] cvs: php4 /sapi/apache2filter sapi_apache2.c

2002-11-01 Thread Sascha Schumann
sas Fri Nov 1 23:35:25 2002 EDT Modified files: /php4/sapi/apache2filtersapi_apache2.c Log: fix obvious copypaste error Index: php4/sapi/apache2filter/sapi_apache2.c diff -u php4/sapi/apache2filter/sapi_apache2.c:1.89