From: kscott at toadmail dot com Operating system: Solaris 8 PHP version: 4.3.4RC1 PHP Bug Type: Compile Failure Bug description: Compilation fails immediately on Zend (zend.h)
Description: ------------ Apparently there is a change from 4.3.3 to 4.3.4RC1 in how the zend.h file is built? Compiling 4.3.3 works fine, but 4.3.4RC1 complains: from main/php.h:34, from ext/zlib/zlib.c:28: /Zend/zend.h:311: argument format specified for non-function 'error-function', and carries on for lines 312 ('printf_function'), 444 ('zend_printf'), and 451 ('zend_error_cb'). with same error statement while trying to compile the first file, ext/zlib/zlib.c. The OS is Solaris 8, installed zlib is 1.1.4, compiling PHP 4.3.4RC1 using gcc 3.0.3. PHP 4.3.0 and 4.3.3 both compiled and installed fine. Issue only with 4.3.4RC1. BTW, 4.3.4RC1 compiled and installed fine on a Linux RH 7.3 box, no issues at all. I've run into a couple problems trying to compile this version on a Solaris box. -- Edit bug report at http://bugs.php.net/?id=25897&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25897&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25897&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25897&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25897&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25897&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25897&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25897&r=support Expected behavior: http://bugs.php.net/fix.php?id=25897&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25897&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25897&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25897&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25897&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25897&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25897&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25897&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=25897&r=float