summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-24 03:56:40 +0000
committerfoobar <sniper@php.net>2002-10-24 03:56:40 +0000
commitf29195825655e7952b7d288f7b2be4c742340f77 (patch)
treefbb66efd996cb8864b13e40f1ecbd37d5db9e398 /NEWS
parente8be0db5463a033aacfaccae99211380cf91b4ac (diff)
downloadphp-git-f29195825655e7952b7d288f7b2be4c742340f77.tar.gz
style is everything
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b6fe43ea6e..8dab221a44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- Added Oracle (oci8) support to dbx module (Mc)
- 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.
@@ -12,6 +11,7 @@ PHP 4 NEWS
. ext/icap
. sapi/fhttpd
- Moved ext/vpopmail to PECL. (James)
+- 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)
- Added mb_strtolower() and mb_strtoupper(). (Moriyoshi)