summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-02 21:26:50 +0000
committerSascha Schumann <sas@php.net>2000-05-02 21:26:50 +0000
commit281a8aebda328ea5b7f3692a24ff146cdf29e1ce (patch)
tree1c9de6be2cd81e1c3ce11d933e282834555289f0
parent3b9bcd74437162b3b4c3098a2e1b9a365d19390c (diff)
downloadphp-git-281a8aebda328ea5b7f3692a24ff146cdf29e1ce.tar.gz
.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df82f06ce1..979a143f1f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
+- Improved extension build framework (Sascha)
+ Refer to README.SELF-CONTAINED-EXTENSIONS for an introduction.
- Dynamically allocate points for ImagePolygon (Marc Pohl)
- Added configure time checking for bcmath package (Joey)
- Added get_declared_classes(). (Andrei, Zend library)