File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
PHP 4 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
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)
10
- - Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
11
4
- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
12
5
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
13
6
installed as {PREFIX}/bin/php-cgi.
@@ -18,6 +11,12 @@ PHP 4 NEWS
18
11
. ext/icap
19
12
. sapi/fhttpd
20
13
- Moved ext/vpopmail to PECL. (James)
14
+ - Fixed fgets($fp) to read until line-end when length parameter is not used.
15
+ (Wez)
16
+ - Changed registry entries under "HKLM\SOFTWARE\PHP\Per Directory Values" to
17
+ work also with administrative directives such as safe_mode, open_basedir,
18
+ etc. (Claudio Felber)
19
+ - Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
21
20
- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to
22
21
indicate which iconv implementation is used. (Moriyoshi)
23
22
- Fixed bug #17580 (Allow ini parser to parse files >16K). (Ilia)
You can’t perform that action at this time.
0 commit comments