diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |