I found something else about socket_send():

proto: int socket_send(resource socket, string buf, int len, int flags)
4 parameters

from the source: 

if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsll", &arg1,
&buf, &buf_len, &len, &flags) == FAILURE)

5 parameters? what is len?? please remove it. it doesnt makes sense
to me.

the system call send() doesnt have 5 parameters.

best regards
-moh

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to