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
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
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
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
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
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
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
---
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:
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
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
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:
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:
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
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
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
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()
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
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
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
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
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
21 matches
Mail list logo