ID: 31936 Updated by: [EMAIL PROTECTED] Reported By: ler at lerctr dot org -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: UnixWare PHP Version: 4.3.10 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-02-11 17:35:26] ler at lerctr dot org Description: ------------ in ext/sockets/sockets.c you (re)define set_h_errno in such a way that the UnixWare definition is overridden, and generates a compile error about assignments. the definition in <netdb.h> works, yours doesn't. Reproduce code: --------------- standard 4.3.10 sources. Expected result: ---------------- compile/link. Actual result: -------------- assignment must be modifiable lvalue on line 1765. I can provide an account. Also, Zend/zend_strtod.c doesn't compile because it doesn't find the right IEEE_* define for this compiler. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31936&edit=1