summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-07 16:46:05 +0000
committerSascha Schumann <sas@php.net>2002-03-07 16:46:05 +0000
commit810f3a57114eafa6a0469ee21ee23186e018ccca (patch)
tree74d68e4e3b23180197d4379d08da46f87f9ad10a
parentadff1e1c74cee42d20b5f57bff7ae7a7740f1b56 (diff)
downloadphp-git-810f3a57114eafa6a0469ee21ee23186e018ccca.tar.gz
some more information
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1e099fac2e..14c160f010 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ PHP 4 NEWS
?? ??? 2002, Version 4.3.0
- New build system that, among other improvements, replaces the slow recursive
make with one global Makefile and eases the integration of proper
- dependencies. automake is no longer required to uild PHP.
- The build process is now faster and smarter. (Sascha)
+ dependencies. automake is only needed for its aclocal tool. The
+ build process is now more portable and less resource-consuming. (Sascha)
?? ??? 2002, Version 4.2.0
- read_exif_data is now an alias for exif_read_data