summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-12-01 02:08:18 +0000
committer <changelog@php.net>1999-12-01 02:08:18 +0000
commit9ee28d537fadc4a881fa6516d9be09886abdffb5 (patch)
tree4492a3214766f922ddca8c9528f50955d0287565
parentff9b75314f6f16728a28504880041bd7feda2462 (diff)
downloadphp-git-9ee28d537fadc4a881fa6516d9be09886abdffb5.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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 <paxtsai@lion.syscom.com.tw>)