[PHP-CVS] cvs: php4 /ext/dba config.m4 dba.c dba_flatfile.c dba_flatile.c /ext/dba/libflatfile flatfile.c flatfile.h

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 04:17:51 2002 EDT Added files: /php4/ext/dba dba_flatfile.c Removed files: /php4/ext/dba dba_flatile.c Modified files: /php4/ext/dba config.m4 dba.c /php4/ext/dba/libflatfile fla

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 05:08:38 2002 EDT Modified files: /php4/ext/dba config.m4 Log: There shall never be an external library for this (hopefully). Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.27 php4/ext/dba/config.m4:1.28 --- php4/ext/d

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

2002-11-06 Thread Wez Furlong
wez Wed Nov 6 05:24:49 2002 EDT Modified files: /php4/ext/curl config.m4 Log: Disable --with-curlwrappers. (Pending support from libcurl itself) Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.16 php4/ext/curl/config.m4:1.17 --- p

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

2002-11-06 Thread Wez Furlong
On 11/06/02, "Wez Furlong" <[EMAIL PROTECTED]> wrote: > Modified files: > /php4/ext/curlconfig.m4 > Log: > Disable --with-curlwrappers. > (Pending support from libcurl itself) > + PHP_CHECK_LIBRARY(curl,curl_version_info, > + [ > +AC_DEFINE(HAVE_CURL_VERSION_IN

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 05:43:41 2002 EDT Modified files: /php4/ext/dba dba_flatfile.c Log: fix locks and reading #i will extend the tests to guard on such failures Index: php4/ext/dba/dba_flatfile.c diff -u php4/ext/dba/dba_flatfile.c:1.1 php4/ext/dba/dba

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 06:18:00 2002 EDT Modified files: /php4/ext/dba/tests dba_cdb.phpt dba_db2.phpt dba_db3.phpt dba_dbm.phpt dba_flatfile.phpt dba_gdbm.phpt dba_handler.inc dba_ndbm.phpt test.inc Log: check whether

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 06:59:14 2002 EDT Modified files: /php4/ext/dba/tests skipif.inc Log: -convert from dos to unix file -disallow cdb_make Index: php4/ext/dba/tests/skipif.inc diff -u php4/ext/dba/tests/skipif.inc:1.2 php4/ext/dba/tests/skipif.inc:1.3 ---

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 07:01:38 2002 EDT Modified files: /php4/ext/dba/tests dba_handler.inc test.inc Log: -convert from dos to unix file Index: php4/ext/dba/tests/dba_handler.inc diff -u php4/ext/dba/tests/dba_handler.inc:1.2 php4/ext/dba/tests/dba_handler.inc:

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

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 10:06:35 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities02.phpt htmlentities03.phpt htmlentities04.phpt Log: Made skip conditions

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

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 10:15:00 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities02.phpt htmlentities03.phpt htmlentities04.phpt Log: Oops, preg_match() re

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

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:29:17 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed segfaults in case the specified encoding is not acceptable to iconv. Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.61 php4/ext/iconv/iconv.c:

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

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:37:11 2002 EDT Modified files: /php4/ext/iconv/tests iconv002.phpt Log: Stricter SKIPIF conditions Index: php4/ext/iconv/tests/iconv002.phpt diff -u php4/ext/iconv/tests/iconv002.phpt:1.3 php4/ext/iconv/tests/iconv002.phpt:

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

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:54:18 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Clean up Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.62 php4/ext/iconv/iconv.c:1.63 --- php4/ext/iconv/iconv.c:1.62 Wed Nov 6 11:29:16 2002 +++ p

[PHP-CVS] cvs: php4 /ext/dbx/tests 009.phpt

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 11:55:01 2002 EDT Modified files: /php4/ext/dbx/tests 009.phpt Log: added missing magic_quotes_runtime=0 Index: php4/ext/dbx/tests/009.phpt diff -u php4/ext/dbx/tests/009.phpt:1.1 php4/ext/dbx/tests/009.phpt:1.2 --- php4/ext/dbx/tests/009.p

[PHP-CVS] cvs: php4 /ext/dbx/tests 005.phpt

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 11:56:44 2002 EDT Modified files: /php4/ext/dbx/tests 005.phpt Log: added missing magic_quotes_runtime=0 Index: php4/ext/dbx/tests/005.phpt diff -u php4/ext/dbx/tests/005.phpt:1.8 php4/ext/dbx/tests/005.phpt:1.9 --- php4/ext/dbx/tests/005.p

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

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:57:54 2002 EDT Added files: /php4/ext/iconv/tests iconv003.phpt Log: Added a test case to check the behaviour on failure Index: php4/ext/iconv/tests/iconv003.phpt +++ php4/ext/iconv/tests/iconv003.phpt --TEST-- iconv()

[PHP-CVS] cvs: php4 /ext/iconv/tests iconv001.phpt iconv002.phpt ob_iconv_handler.phpt

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:58:08 2002 EDT Modified files: /php4/ext/iconv/tests iconv001.phpt iconv002.phpt ob_iconv_handler.phpt Log: Cosmetics Index: php4/ext/iconv/tests/iconv001.phpt diff -u php4/ext/iconv/tests/i

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

2002-11-06 Thread Sascha Schumann
sas Wed Nov 6 12:31:04 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: - use TCP_DEFER_ACCEPT - don't timeout connections which are managed by IRCG - don't generate invalid HTTP replies, if the client did not send a request line yet

[PHP-CVS] cvs: php4 /ext/dba dba.c dba_cdb.c dba_db2.c dba_db3.c dba_dbm.c dba_flatfile.c dba_gdbm.c dba_ndbm.c

2002-11-06 Thread Sascha Schumann
sas Wed Nov 6 12:59:04 2002 EDT Modified files: /php4/ext/dba dba.c dba_cdb.c dba_db2.c dba_db3.c dba_dbm.c dba_flatfile.c dba_gdbm.c dba_ndbm.c Log: emalloc never returns 0, so we can simplify the code paths. also replace ecal

[PHP-CVS] cvs: php4 /ext/standard file.c /main safe_mode.c TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2002-11-06 Thread Ilia Alshanetsky
iliaa Wed Nov 6 13:07:23 2002 EDT Modified files: /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php4/main safe_mode.c /php4/ext/standard file.c Log: Instead of checking whether realpath exists based on OS. Use the HAVE_REALPATH define, which

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

2002-11-06 Thread Ilia Alshanetsky
iliaa Wed Nov 6 19:23:58 2002 EDT Modified files: /php4/ext/standard head.c Log: Fixed a crash in headers_sent(), that occures if php_get_output_start_filename() returns NULL. Index: php4/ext/standard/head.c diff -u php4/ext/standard/head.c:1.65 php4/e