summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-06 19:16:57 +0000
committerZeev Suraski <zeev@php.net>2000-06-06 19:16:57 +0000
commit34c40031ca8a9b8739fd9543e7e10b90fc61630a (patch)
treee5fbd2f26063ac2394f9797d83927d7a64125772 /NEWS
parent24b26065e00f702537a6aae53eab22b968a7f8bc (diff)
downloadphp-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a815b81fd7..6ff811c60c 100644
--- a/NEWS
+++ b/NEWS
@@ -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)