]> granicus.if.org Git - php/commitdiff
Update NEWS, including some stuff that somehow got forgotten on my home machine
authorZeev Suraski <zeev@php.net>
Wed, 9 Aug 2000 20:50:54 +0000 (20:50 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 9 Aug 2000 20:50:54 +0000 (20:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 44e76c387a834f7f63a5339f1c97151fc4f82e54..e18e1030caf85d52ebc83bd7712cdb12501fc3e2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.2
+- Made return() in a require()'d file work like return() in an include()'d
+  file (Andi & Zeev, Zend Engine)
+- Changed require_once() to work using the same table as include_once()
+  (Andi & Zeev, Zend Engine)
+- Fixed PostgreSQL module to work when the link handle is omitted (Zeev)
+- Fixed the Sybase modules to work properly with PHP 4.0 (Zeev)
 - Fixed CLOB handling in OCI8 driver when using variable-width
   character sets. (Thies)
 - Add 4th optional parameter to sybase_[p]connect to specify the charset