We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d396d9c commit 226f0a1Copy full SHA for 226f0a1
NEWS
@@ -1,6 +1,9 @@
1
PHP 4 NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
? ? ??? 2002, Version 4.3.0
4
+- fgets($fp) (with no length parameter) now uses a buffer as long as the
5
+ the next line available from the $fp. Previously, there was a 1KB limit.
6
+ (Wez)
7
- Changed registry entries under "HKLM\SOFTWARE\PHP\Per Directory Values" to
8
work also with administrative directives such as safe_mode, open_basedir,
9
etc. (Claudio Felber)
0 commit comments