File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
PHP 4 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
+ ?? ??? 2002, Version 4.3.0
4
+ -- bogus entry --
5
+
3
6
?? ??? 2002, Version 4.2.0
4
7
- read_exif_data is now an alias for exif_read_data
5
8
important to differenciate old/new version for tests)
@@ -17,8 +20,8 @@ PHP 4 NEWS
17
20
. Removed all code pertaining to fd_sets (socket_fd_*)
18
21
. Modfied/Improved socket_select() to take resource arrays instead of fd_sets
19
22
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); ?>
22
25
- Returned iconv support to FreeBSD (kalowsky)
23
26
- Added CLI (command line intrerface) sapi based on a cut-down version
24
27
of the CGI sapi which is more suited for writing shell scripts. Some of
You can’t perform that action at this time.
0 commit comments