mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Purely formatting.
This commit is contained in:
parent
c904bb2b87
commit
61fcaf564a
1 changed files with 4 additions and 3 deletions
7
NEWS
7
NEWS
|
|
@ -4,9 +4,10 @@ PHP 4.0 NEWS
|
||||||
?? ??? 2000, Version 4.0.1
|
?? ??? 2000, Version 4.0.1
|
||||||
- Added str_pad() for padding a string with an arbitrary string on left or
|
- Added str_pad() for padding a string with an arbitrary string on left or
|
||||||
right. (Andrei)
|
right. (Andrei)
|
||||||
- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work
|
- Made the short_tags, asp_tags and allow_call_time_pass_reference INI
|
||||||
on a per-directory basis as well, e.g. from .htaccess files (Zeev)
|
directives work on a per-directory basis as well, e.g. from .htaccess
|
||||||
- added fflush() function. (Eric Huss)
|
files. (Zeev)
|
||||||
|
- Added fflush() function. (Eric Huss)
|
||||||
- Fixed a problem with static variables, default function arguments and class
|
- Fixed a problem with static variables, default function arguments and class
|
||||||
member variables, that contained array values. (Andi & Zeev, Zend Engine)
|
member variables, that contained array values. (Andi & Zeev, Zend Engine)
|
||||||
- Fix virtual() when used with output buffering (Marc Pohl)
|
- Fix virtual() when used with output buffering (Marc Pohl)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue