summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-11-02 02:09:23 +0000
committer <changelog@php.net>1999-11-02 02:09:23 +0000
commit81c24791e1382e051b1494586272a282c2e8f69b (patch)
tree2737ed5d2b88e14b7c28934ae1780f4506444691
parent1fe76945f74a3260ef2d7566376541e210d56e30 (diff)
downloadphp-git-81c24791e1382e051b1494586272a282c2e8f69b.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 83eb76a466..bec983bfb6 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP 4.0 NEWS
?? ?? 1999, Version 4.0 Beta 3
+- Added array_pad() function. (Andrei)
+- Added new getservby{name,port} functions. (Evan)
- Added session.cookie_path and session.cookie_domain (Sascha)
- Continue processing PHP_INI_SYSTEM knownDirectives after extension=
(Sam Ruby)