diff options
author | <changelog@php.net> | 2002-10-15 00:36:04 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-10-15 00:36:04 +0000 |
commit | 226f0a1ed865a8aaed2c37f8629d35dbcaef86ee (patch) | |
tree | e2b0f0026494cd9c3746014e11ac7d2f5618ac3a | |
parent | d396d9c7ce7d8170b933a3afcb0c28c818e50c29 (diff) | |
download | php-git-226f0a1ed865a8aaed2c37f8629d35dbcaef86ee.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- fgets($fp) (with no length parameter) now uses a buffer as long as the + the next line available from the $fp. Previously, there was a 1KB limit. + (Wez) - Changed registry entries under "HKLM\SOFTWARE\PHP\Per Directory Values" to work also with administrative directives such as safe_mode, open_basedir, etc. (Claudio Felber) |