From: Date: Wed, 1 Dec 1999 02:08:18 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_RETURN_REF_PATCH~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ee28d537fadc4a881fa6516d9be09886abdffb5;p=php NEWS update --- diff --git a/NEWS b/NEWS index 28d3c70b14..4855dd0c09 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? ????, Version 4.0 Beta 4 +- Added support for the 'use' keyword - behaves like 'require', but will not + use the same file more than once (Andi & Zeev, Zend library) - Added check to see if a persistent connection is still valid with the ODBC interface before reusing (nick@easysoft.com) - Added DBMaker support (patch by Pax Tsai )