summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-12-10 08:13:15 +0000
committerStig Bakken <ssb@php.net>1999-12-10 08:13:15 +0000
commit415d53e751353638f7e12a19603f896bd1d1f564 (patch)
tree4c97b9e2d010cad10f987e37e3ae7eeb7e3b904e
parentd18ff45c4cb5f95d79113f027ce0b9d5b734b458 (diff)
downloadphp-git-415d53e751353638f7e12a19603f896bd1d1f564.tar.gz
remove uninteresting NEWS entries
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9432d6eda8..d4d7ed8b1e 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,6 @@ PHP 4.0 NEWS
- strpos() is now binary-safe. (Thies)
- added XML_Set_Object() function, now you can use the XML-Parser from
within an object. (Thies)
-- Fix warnings compiling in maintainer mode. (Stig)
- Session vars are now decoded into $HTTP_STATE_VARS[] array and the
globals, depending on track_vars and gpc_globals settings (Andrei)
- Added get_used_files() function - returns a hash mapping the use()'d files
@@ -21,7 +20,6 @@ PHP 4.0 NEWS
time out (Rasmus)
- Add configure command to phpinfo() output (Stig)
- Add optional socket path to the mysql_?connect() functions (Rasmus)
-- Fix some warnings when compiling in maintainer-mode (Stig)
- Made mysql and gd work as shared extensions again (Stig)
- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counterparts
be references to each other (Zeev)