1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00

NEWS update

This commit is contained in:
2000-06-07 02:15:16 +00:00
parent ff843bacf4
commit 962d39e86e

5
NEWS
View File

@@ -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)