Skip to content

Commit cc891da

Browse files
author
Derick Rethans
committed
- Update NEWS
1 parent 00e71a8 commit cc891da

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

NEWS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
PHP 4 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
?? ??? 2002, Version 4.3.0
4+
-- bogus entry --
5+
36
?? ??? 2002, Version 4.2.0
47
- read_exif_data is now an alias for exif_read_data
58
important to differenciate old/new version for tests)
@@ -17,8 +20,8 @@ PHP 4 NEWS
1720
. Removed all code pertaining to fd_sets (socket_fd_*)
1821
. Modfied/Improved socket_select() to take resource arrays instead of fd_sets
1922
ex. <?php $wfds=$rfds=array($sock1, $sock2, $sock3, $sock7);
20-
$r=socket_select($rfds, $wfds, NULL, 1);
21-
print "Ready to read:\n"; var_dump($rfds); ?>
23+
$r=socket_select($rfds, $wfds, NULL, 1);
24+
print "Ready to read:\n"; var_dump($rfds); ?>
2225
- Returned iconv support to FreeBSD (kalowsky)
2326
- Added CLI (command line intrerface) sapi based on a cut-down version
2427
of the CGI sapi which is more suited for writing shell scripts. Some of

0 commit comments

Comments
 (0)