From: Zeev Suraski Date: Wed, 9 Aug 2000 20:50:54 +0000 (+0000) Subject: Update NEWS, including some stuff that somehow got forgotten on my home machine X-Git-Tag: php-4.0.2RC1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c555fe96ab917c34f57b63ca1895b50fe83dfa1;p=php Update NEWS, including some stuff that somehow got forgotten on my home machine --- diff --git a/NEWS b/NEWS index 44e76c387a..e18e1030ca 100644 --- 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