Bug #16833 Updated: make file error1 during install of php

2002-04-30 Thread rip
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

Bug #15639 Updated: detecting end of UDP packets

2002-04-14 Thread rip
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

Bug #15639 Updated: detecting end of UDP packets

2002-03-16 Thread rip
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

Bug #15639 Updated: detecting end of UDP packets

2002-02-21 Thread rip
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

Bug #15639 Updated: detecting end of UDP packets

2002-02-20 Thread rip
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

Bug #15639 Updated: detecting end of UDP packets

2002-02-20 Thread rip
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

Bug #15639: detecting end of UDP packets

2002-02-19 Thread rip
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.