summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-10-29 23:34:33 +0000
committerZeev Suraski <zeev@php.net>2000-10-29 23:34:33 +0000
commitf52a59062d00ade66072204a36e8509acbc06f4b (patch)
treefdc07a46e20a1062654ad1519dd3dc31a6a39cde /NEWS
parent60c08354701112bfca7b05d1b95aa1eccbcec20f (diff)
downloadphp-git-f52a59062d00ade66072204a36e8509acbc06f4b.tar.gz
parse_ini_file() supports a new optional 2nd argument that instructs it
to divide the directives to arrays according to the sections in which they reside
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 988785ea70..d37b255b28 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,10 @@ PHP 4.0 NEWS
?? ??? 2000, Version 4.0.4
-- parse_ini_str() is now thread-safe, and supported under Windows (Zeev)
+- parse_ini_file() supports a new optional 2nd argument that instructs it
+ to divide the directives to arrays according to the sections in which they
+ reside (Zeev)
+- parse_ini_file() is now thread-safe, and supported under Windows (Zeev)
- Unified aborted-connection semantics of all SAPI modules (Sascha)
- URL-opened files now store the HTTP response header in $http_response_header
(Zeev)