]> granicus.if.org Git - php/commit
Bunch of fixes, tested a bit, folks, please test with your scripts. changes
authorSterling Hughes <sterling@php.net>
Tue, 26 Jun 2001 04:19:39 +0000 (04:19 +0000)
committerSterling Hughes <sterling@php.net>
Tue, 26 Jun 2001 04:19:39 +0000 (04:19 +0000)
commitc01ab20f01fb581125e42a29e5d77abdf720ced5
treeef3252818d03c8d9a2c4153acc75ce9456e4622d
parent333b1bf9c8d993afc2ecfea25539d2e039289443
Bunch of fixes, tested a bit, folks, please test with your scripts.  changes
include nuking unnecessary extra copies, fixing handling of optional args,
adding an additional argument.

also, fix  socket_read() which used the php_read function by
default (by default, reading 4k would cause 4k calls to the read() function),
now it uses the system's built-in read() function, only uses php_read()
when its explicitly specified.
ext/sockets/sockets.c