From:             [EMAIL PROTECTED]
Operating system: Solaris 2.8
PHP version:      4.2.3
PHP Bug Type:     Compile Failure
Bug description:  64bit compilation fails (zend_execute.c)

When compiling php in 64bit mode and statically linked to Apache then
you'll receive an error that libphp.a is a 32bit library archive. Only the
zend_execute.o ist 32bit, all others are correct.

In the Zend Makefile for zend_execute.c the CFLAGS are missing! 
-- 
Edit bug report at http://bugs.php.net/?id=19671&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19671&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19671&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19671&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19671&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19671&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19671&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19671&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19671&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19671&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19671&r=globals

Reply via email to