summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-06-07 02:15:16 +0000
committer <changelog@php.net>2000-06-07 02:15:16 +0000
commit962d39e86e853ba65f08a039204110d2aa698120 (patch)
treeee7990cffd70d5197beb2f8f51d05bf88c3d8dee
parentff843bacf445c185be292a32c8078a72a6e11c53 (diff)
downloadphp-git-962d39e86e853ba65f08a039204110d2aa698120.tar.gz
NEWS update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ff811c60c..34758a0bbe 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
+- Added str_pad() for padding a string with an arbitrary string on left or
+ right. (Andrei)
+- 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)
+- added fflush() function. (Eric Huss)
- 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)