summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-31 14:49:24 +0000
committerfoobar <sniper@php.net>2002-10-31 14:49:24 +0000
commit5c9aa0fe1b07e98716e0f4d81197d0dcbdc02ae5 (patch)
tree8b921cf1bdb35b9280c74c3779be6245d8138d00
parent55a7590f3de17f3e4592961a8681b035bc0b0854 (diff)
downloadphp-git-5c9aa0fe1b07e98716e0f4d81197d0dcbdc02ae5.tar.gz
jaws
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0ff68d47b..d9b934db7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- Added dbx_escape_string function to dbx module. (Marc)
- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
installed as {PREFIX}/bin/php-cgi.
@@ -26,6 +25,7 @@ PHP 4 NEWS
- Fixed bug #20108 (segmentation fault on printf("%1.1s", "string")). (Ilia)
- Added dba_handlers() that returns an array of installed handlers and
dba_list() that returns an associative array of open database files. (Marcus)
+- Added dbx_escape_string() function to dbx module. (Marc)
- Added Oracle (oci8) support to dbx module. (Marc)
- Updated FDF extension to work with Adode fdftk 5.0. (Hartmut)
- Made raw POST data to be available also as "php://input" stream. (Hartmut)