diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-06 19:16:57 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-06 19:16:57 +0000 |
commit | 34c40031ca8a9b8739fd9543e7e10b90fc61630a (patch) | |
tree | e5fbd2f26063ac2394f9797d83927d7a64125772 /NEWS | |
parent | 24b26065e00f702537a6aae53eab22b968a7f8bc (diff) | |
download | php-git-34c40031ca8a9b8739fd9543e7e10b90fc61630a.tar.gz |
@- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work
@ on a per-directory basis as well, e.g. from .htaccess files (Zeev)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Fixed a problem with static variables, default function arguments and class + member variables, that contained array values. (Andi & Zeev, Zend Engine) - Fix virtual() when used with output buffering (Marc Pohl) - Clean up constants in flock() function and add optional 3rd arg which is set to true on EWOULDBLOCK (Rasmus) |