1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

Fix attribution.

This commit is contained in:
Andrei Zmievski
2000-09-09 16:24:06 +00:00
parent bc00916346
commit eb12dfc9e5
+1 -1
View File
@@ -5,7 +5,7 @@ PHP 4.0 NEWS
- Added is_uploaded_file() and move_uploaded_file() (Zeev)
- Added several directives to php.ini - post_max_size, file_uploads,
display_startup_errors - see php.ini-dist for further information (Zeev)
- Fix readdir bug in libc5
- Fix readdir bug in libc5. (Stas)
- 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.