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

2002-11-10 Thread Melvyn Sopacua
msopacuaSun Nov 10 03:56:28 2002 EDT Modified files: /php4 run-tests.php Log: - Make it possible for people to save results and/or remove unwanted ENV data. - Use more options for the CC 'version' flag Index: php4/run-tests.php diff -u php

[PHP-CVS] cvs: php4 /ext/xslt config.m4 php_sablot.h sablot.c /ext/xslt/tests xslt_backend_info.phpt

2002-11-10 Thread Melvyn Sopacua
msopacuaSun Nov 10 07:18:02 2002 EDT Added files: /php4/ext/xslt/testsxslt_backend_info.phpt Modified files: /php4/ext/xslt config.m4 php_sablot.h sablot.c Log: - implement xslt_backend_info - add test for it - fix

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

2002-11-10 Thread Sascha Schumann
sas Sun Nov 10 10:21:13 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Defend against pipelined requests on persistent connections as used by IRCG. These could cause thttpd to start a second request in the same connection context, and thereb

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

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 10:52:00 2002 EDT Added files: /php4/ext/mbstring/testsini_language.phpt Log: Added a test case to check if my recent patch works Index: php4/ext/mbstring/tests/ini_language.phpt +++ php4/ext/mbstring/tests/ini_language.phpt

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

2002-11-10 Thread Marcus Boerger
helly Sun Nov 10 11:03:18 2002 EDT Modified files: /php4/ext/dba dba.c Log: finish work on locking -all but gdbm do internal locking now since only gdbm has internal locking -you can force locking on database or lck file (with gdbm this makes no sens

[PHP-CVS] cvs: php4 / NEWS

2002-11-10 Thread Marcus Boerger
helly Sun Nov 10 11:06:19 2002 EDT Modified files: /php4 NEWS Log: update dba change list Index: php4/NEWS diff -u php4/NEWS:1.1242 php4/NEWS:1.1243 --- php4/NEWS:1.1242Sun Nov 10 00:21:32 2002 +++ php4/NEWS Sun Nov 10 11:06:19 2002 @@ -29,7 +29

[PHP-CVS] cvs: CVSROOT / avail

2002-11-10 Thread Thies C. Arntzen
thies Sun Nov 10 12:52:29 2002 EDT Modified files: /CVSROOTavail Log: add oci-karma for ray Index: CVSROOT/avail diff -u CVSROOT/avail:1.535 CVSROOT/avail:1.536 --- CVSROOT/avail:1.535 Sat Nov 9 20:11:19 2002 +++ CVSROOT/avail Sun Nov 10 12:52:29

[PHP-CVS] cvs: php4 /ext/dba dba.c dba_cdb.c dba_flatfile.c php_dba.h

2002-11-10 Thread Marcus Boerger
helly Sun Nov 10 12:58:47 2002 EDT Modified files: /php4/ext/dba dba.c dba_cdb.c dba_flatfile.c php_dba.h Log: -Centralise open stream for builtin modules that use streams -If locks work on database file then only one stream open call is used Index:

[PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 13:43:19 2002 EDT Added files: /php4/tests/langbug17882.phpt Log: Added a test case for bug #17882 Index: php4/tests/lang/bug17882.phpt +++ php4/tests/lang/bug17882.phpt --TEST-- Bug #17882 (case sensitivity of functions in

Re: [PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Derick Rethans
On Sun, 10 Nov 2002, Moriyoshi Koizumi wrote: > moriyoshi Sun Nov 10 13:43:19 2002 EDT > > Added files: > /php4/tests/lang bug17882.phpt > Log: > Added a test case for bug #17882 [snip] > --EXPECTF-- > Fatal error: Cannot redeclare a() in %s/bug17882.php

Re: [PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Marcus Börger
At 19:57 10.11.2002, Derick Rethans wrote: On Sun, 10 Nov 2002, Moriyoshi Koizumi wrote: > moriyoshi Sun Nov 10 13:43:19 2002 EDT > > Added files: > /php4/tests/lang bug17882.phpt > Log: > Added a test case for bug #17882 [snip] > --EXPECTF-- > Fatal error: Cannot redecla

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

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 14:05:52 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: These changes seems to have bad effect on htmlentities(). Remove it. Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.131 php4/ext/mbs

Re: [PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Moriyoshi Koizumi
[EMAIL PROTECTED] (Marcus Börger) wrote: > At 19:57 10.11.2002, Derick Rethans wrote: > >On Sun, 10 Nov 2002, Moriyoshi Koizumi wrote: > > > > > moriyoshi Sun Nov 10 13:43:19 2002 EDT > > > > > > Added files: > > > /php4/tests/lang bug17882.phpt > > > Log: > > > Added a test

[PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 14:27:48 2002 EDT Modified files: /php4/tests/langbug17882.phpt Log: Made it conscious of the line number Index: php4/tests/lang/bug17882.phpt diff -u php4/tests/lang/bug17882.phpt:1.1 php4/tests/lang/bug17882.phpt:1.2 --- php4/

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

2002-11-10 Thread Ilia Alshanetsky
iliaa Sun Nov 10 14:28:52 2002 EDT Modified files: /php4/main main.c Log: Added missing zend_lineno initilization. Index: php4/main/main.c diff -u php4/main/main.c:1.510 php4/main/main.c:1.511 --- php4/main/main.c:1.510 Sat Nov 9 21:48:22 2002 +++ ph

[PHP-CVS] cvs: php4 /sapi/apache mod_php4.c /sapi/apache2filter apache_config.c

2002-11-10 Thread Ilia Alshanetsky
iliaa Sun Nov 10 14:34:09 2002 EDT Modified files: /php4/sapi/apache mod_php4.c /php4/sapi/apache2filterapache_config.c Log: PHP flags specified in .htaccess can now be turned on by using '1' as well as 'On'. Index: php4/sapi/apache/mod_php4.c

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

2002-11-10 Thread Ilia Alshanetsky
iliaa Sun Nov 10 15:01:55 2002 EDT Modified files: /php4/ext/xslt/testsxslt_backend_info.phpt Log: Added a missing '.', which is needed for proper skip check. Index: php4/ext/xslt/tests/xslt_backend_info.phpt diff -u php4/ext/xslt/tests/xslt_backend

Re: [PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Ilia A.
I think this test should be removed. The error that is being generated is E_ERROR meaning that the script gets terminated and we cannot capture in $php_errormsg. The result is that the error output is flexible, for example on my system the error message does not match the expected output and fai

Re: [PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Moriyoshi Koizumi
Right, I saw the test results sent to QA list (maybe yours), and I figure the problem under debugging. BTW how can I test whether the error message output is correct with the current testing framework? Moriyoshi "Ilia A." <[EMAIL PROTECTED]> wrote: > I think this test should be removed. The er

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

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 15:53:36 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Changed the default settings so that it shouldn't affect htmlentities() Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.132 php4/ext/m

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

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 16:18:54 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Fixed OnUpdate_mbstring_language so that change for mbstring.language would be reflected to the setting properly Index: php4/ext/mbstring/mbstring.c diff -u ph

[PHP-CVS] cvs: php4 /ext/com COM.c /ext/dbx dbx.c /ext/pcre php_pcre.c /ext/rpc/com com_wrapper.c /ext/standard assert.c

2002-11-10 Thread Derick Rethans
derick Sun Nov 10 16:24:45 2002 EDT Modified files: /php4/ext/com COM.c /php4/ext/dbx dbx.c /php4/ext/pcre php_pcre.c /php4/ext/rpc/com com_wrapper.c /php4/ext/standard assert.c Log: - Remove \n from error messages Ind

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

2002-11-10 Thread Derick Rethans
derick Sun Nov 10 16:26:14 2002 EDT Modified files: /php4/ext/curl config.m4 curl.c Log: - Make it rely on cURL version 7.9.8 again, so that we can start with the Release Process. Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.19 p

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

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 16:31:27 2002 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: Fixed German language spec entry. Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.48 php4/ext/mbstring/mbfilter.c:1.49 --- php4/ext/

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

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 16:32:55 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Fixed mb_send_mail() so that it correctly handles the language setting. Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.134 php4/ext/mb

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

2002-11-10 Thread Marcus Boerger
helly Sun Nov 10 17:07:17 2002 EDT Modified files: /php4/ext/dba/tests dba_handler.inc Log: Use 'l' to open database file with locking on .lck file. Index: php4/ext/dba/tests/dba_handler.inc diff -u php4/ext/dba/tests/dba_handler.inc:1.4 php4/ext/dba/tests/

[PHP-CVS] cvs: php4 /ext/dba/tests dba_gdbm.phpt dba_handler.inc test.inc

2002-11-10 Thread Marcus Boerger
helly Sun Nov 10 17:56:30 2002 EDT Modified files: /php4/ext/dba/tests dba_gdbm.phpt dba_handler.inc test.inc Log: Add $lock_flag which allows to change lock behaviour for both 'l' and 'd' Remember gdbm has its own locking so 't' does not work here - maybe a

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

2002-11-10 Thread Marcus Boerger
helly Sun Nov 10 18:07:35 2002 EDT Modified files: /php4/ext/dba dba.c Log: Emit a warning when open mode modifier t is used wrong. Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.58 php4/ext/dba/dba.c:1.59 --- php4/ext/dba/dba.c:1.58 Sun N

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

2002-11-10 Thread James Cox
imajes Sun Nov 10 18:49:04 2002 EDT Modified files: /php4/ext/standard credits.c Log: give Wez streams credits he deserves. Index: php4/ext/standard/credits.c diff -u php4/ext/standard/credits.c:1.20 php4/ext/standard/credits.c:1.21 --- php4/ext/standard/c

Re: [PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Ilia A.
On November 10, 2002 03:22 pm, Moriyoshi Koizumi wrote: > Right, I saw the test results sent to QA list (maybe yours), and I figure > the problem under debugging. BTW how can I test whether the error message > output is correct with the current testing framework? Unless we are tracking an error we

Re: [PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Moriyoshi Koizumi
Okay, I'm going to remove this one soon. Moriyoshi "Ilia A." <[EMAIL PROTECTED]> wrote: > On November 10, 2002 03:22 pm, Moriyoshi Koizumi wrote: > > Right, I saw the test results sent to QA list (maybe yours), and I figure > > the problem under debugging. BTW how can I test whether the error me

[PHP-CVS] cvs: php4 /tests/lang bug17882.phpt

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 19:16:10 2002 EDT Removed files: /php4/tests/langbug17882.phpt Log: Removed the test. I should have been more aware of variability of error messages. Thanks Ilia. -- PHP CVS Mailing List (http://www.php.net/) To unsub

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

2002-11-10 Thread Jason Greene
Ya, I was hoping on redoing this because it greatly abuses the kernels network buffering. -Jason On Sun, 2002-10-27 at 21:05, Sterling Hughes wrote: > sterling Sun Oct 27 22:05:05 2002 EDT > > Modified files: > /php4/ext/sockets sockets.c > Log: > make one

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

2002-11-10 Thread Moriyoshi Koizumi
moriyoshi Sun Nov 10 21:39:32 2002 EDT Modified files: /php4/ext/mbstring php_unicode.c Log: Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work in 64bit systems Index: php4/ext/mbstring/php_unicode.c diff -u php4/ext/mbstring/php_u

Re: [PHP-CVS] cvs: php4 /ext/mbstring php_unicode.c

2002-11-10 Thread Moriyoshi Koizumi
Excuse me, this must be the last one :-) Moriyoshi "Moriyoshi Koizumi" <[EMAIL PROTECTED]> wrote: > moriyoshi Sun Nov 10 21:39:32 2002 EDT > > Modified files: > /php4/ext/mbstringphp_unicode.c > Log: > Fixed mb_convert_case() / mb_strtolower() / mb_

[PHP-CVS] cvs: php4 /ext/standard/tests/math log.phpt

2002-11-10 Thread Jason Greene
jason Sun Nov 10 22:45:04 2002 EDT Added files: /php4/ext/standard/tests/math log.phpt Log: add test function for log() # It is difficult to test an approximation of an approximation, but I # believe this test should be close enough to verify the fun

[PHP-CVS] cvs: php4 /ext/standard math.c /ext/standard/tests/math log.phpt

2002-11-10 Thread Jason Greene
jason Mon Nov 11 00:21:35 2002 EDT Modified files: /php4/ext/standard math.c /php4/ext/standard/tests/math log.phpt Log: Add the ability to take the logarithm of any base by adding a base parameter to log() Added regression tests for the new form

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

2002-11-10 Thread Jason Greene
jason Mon Nov 11 00:35:05 2002 EDT Modified files: /php4/ext/standard math.c Log: Report function name when log() triggers a base warning Index: php4/ext/standard/math.c diff -u php4/ext/standard/math.c:1.94 php4/ext/standard/math.c:1.95 --- php4/ext/stand