From:             sebastien dot masson at transcontinental dot ca
Operating system: HP-UX 11.11
PHP version:      5CVS-2004-05-26 (dev)
PHP Bug Type:     Compile Failure
Bug description:  Error in ext/sockets/sockets.c file

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 bug report at http://bugs.php.net/?id=28523&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28523&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28523&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28523&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28523&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28523&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28523&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28523&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28523&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28523&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28523&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28523&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28523&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28523&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28523&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28523&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28523&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28523&r=float

Reply via email to