script (from bug report) I get the
following:
root@unknown:[rip/php-4.2.0]:70 Making all in Zend
make[1]: Entering directory `/export/home/rip/php-4.2.0/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../main -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS
ID: 15639
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: *Network Functions
Operating System: All
PHP Version: 4.1.1
New Comment:
Doesn't seems to change anything.
Previous C
ID: 15639
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: *Network Functions
Operating System: All
PHP Version: 4.1.1
New Comment:
It also says it should only be used in connected sockets.
Here is a w
ID: 15639
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: *Network Functions
Operating System: All
PHP Version: 4.1.1
New Comment:
In C, recvfrom() takes a length argument, but
ID: 15639
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: *Network Functions
Operating System: All
PHP Version: 4.1.1
New Comment:
In fact it's worst than that, setting the socket non-blocking makes
fread
ID: 15639
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: *Network Functions
Operating System: All
PHP Version: 4.1.1
New Comment:
It will kill Windows compatibility, fixing the
From: [EMAIL PROTECTED]
Operating system: All
PHP version: 4.1.1
PHP Bug Type: *Network Functions
Bug description: detecting end of UDP packets
I am using PHP for UDP stuff (to block access to users based on a DNSBL).
With TCP connections, PHP detects the end of a packet.