summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-06-25 04:39:00 +0000
committerSterling Hughes <sterling@php.net>2003-06-25 04:39:00 +0000
commitab30e40fffcc27aca43cad90f379eb3be521282f (patch)
treec468c538d7a983a76ffc8ab3962b0c92ba24deb0
parenta6a321c1acbec56b00f4f3f901c581042e35aa75 (diff)
downloadphp-git-ab30e40fffcc27aca43cad90f379eb3be521282f.tar.gz
add zend engine 2 changes.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8c4d7a9f20..3355b964bf 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ PHP NEWS
? ? ??? 2003, PHP 5 Beta 1
+- Switch to using Zend Engine 2, which includes numerous engine level
+ improvements. A full list is available at
+ http://www.php.net/zend-engine-2.php.
+
- The SQLite (http://www.hwaci.com/sw/sqlite/) extension is now bundled and
enabled by default. (Wez, Marcus, Tal)