Skip to content

Commit e737d2c

Browse files
author
foobar
committed
Try keep those moved/removed exts entry at top.
1 parent b1b4bf9 commit e737d2c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

NEWS

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
PHP 4 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
? ? ??? 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)
114
- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
125
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
136
installed as {PREFIX}/bin/php-cgi.
@@ -18,6 +11,12 @@ PHP 4 NEWS
1811
. ext/icap
1912
. sapi/fhttpd
2013
- 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)
2120
- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to
2221
indicate which iconv implementation is used. (Moriyoshi)
2322
- Fixed bug #17580 (Allow ini parser to parse files >16K). (Ilia)

0 commit comments

Comments
 (0)