ID: 28523 Updated by: [EMAIL PROTECTED] Reported By: sebastien dot masson at transcontinental dot ca -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11.11 PHP Version: 5CVS-2004-05-26 (dev) New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-05-26 03:22:54] sebastien dot masson at transcontinental dot ca Description: ------------ I'm unable to compile the socket option last PHP5 snapshot on my HP-UX 11.11 box. The error come from the sockets.c file under ext/sockets directory. The error appear in release 1.162 of the file. I was able to compile with the v1.161. Reproduce code: --------------- Here the line 325 in sockets.c (v1.162 and v1.163) file. spprintf(&(SOCKETS_G(strerror_buf), "Host lookup error %d", error); A brace is missing and generate compile error. Expected result: ---------------- N/A Actual result: -------------- N/A ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28523&edit=1