mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Wrap long lines.
This commit is contained in:
parent
e17614722d
commit
80aa02a197
6
NEWS
6
NEWS
@ -4,7 +4,8 @@ PHP 4.0 NEWS
|
||||
?? ??? 2000, Version 4.0.3-dev
|
||||
- Fix some potential OpenBSD and NetBSD crash bugs when opening files. (Andi)
|
||||
- Add EscapeShellArg() function (Rasmus)
|
||||
- Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Sterling)
|
||||
- Add a php.ini option session.use_trans_sid to enable/disable trans-sid.
|
||||
(Sterling)
|
||||
- Quick-fix for the file upload security alert (Rasmus)
|
||||
- Fixed a potential security issue with HTTP file upload (Zeev)
|
||||
- Add the Sablotron extension for XSL parsing. (Sterling)
|
||||
@ -38,7 +39,8 @@ PHP 4.0 NEWS
|
||||
syntax for the walk function. (Andrei)
|
||||
- Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
|
||||
called with negative length argument. (Torben)
|
||||
- Fix by-reference parameters passing for xml_ functions and for scanf functions (Stas)
|
||||
- Fix by-reference parameters passing for xml_ functions and for scanf
|
||||
functions (Stas)
|
||||
- Added experimental Oracle LDAP SDK support. 8.1.6 or later needed. Configure
|
||||
with something like --with-ldap=/usr/local/oracle/product/8.1.6 (Stig Venaas)
|
||||
- Fixed memory leaks in eval(); A script that used eval() extensively, could
|
||||
|
Loading…
Reference in New Issue
Block a user