From:             
Operating system: Mac OS X 10.7.1
PHP version:      5.4.0alpha3
Package:          Compile Failure
Bug Type:         Bug
Bug description:zend_get_object_classname

Description:
------------
I tried compiling PHP with the configure options below and got a
compilation 
error.

Test script:
---------------
../php*/configure --prefix=/alt/php --bindir=/alt/bin --enable-mod-charset
--with-apxs2=/alt/apache/bin/apxs --enable-sigchild --disable-short-tags
--enable-dtrace --with-libxml-dir=/alt/libxml --with-openssl=shared
--with-pcre-regex=/alt/pcre --with-zlib=/alt --with-zlib-dir=/alt
--enable-bcmath --with-bz2=/alt/tar --with-curl=/alt/curl --enable-exif
--enable-ftp --with-png-dir=/alt/libpng --with-gmp=/alt --enable-mbstring
--with-mysql=mysqlnd --with-mysqli=mysqlnd --enable-pcntl --enable-shmop
--enable-soap --enable-sockets --enable-wddx --enable-zip
--with-pcre-dir=/alt/pcre --disable-cgi

Expected result:
----------------
Successful Compilation

Actual result:
--------------
/Users/Developer/Downloads/php-5.4.0alpha3/Zend/zend_exceptions.c: In
function 
‘zend_throw_exception_internal’:
/Users/Developer/Downloads/php-5.4.0alpha3/Zend/zend_exceptions.c:92:
warning: 
passing argument 2 of ‘zend_get_object_classname’ from incompatible
pointer type
/Users/Developer/Downloads/php-5.4.0alpha3/Zend/zend_exceptions.c:92:
error: too 
few arguments to function ‘zend_get_object_classname’
/Users/Developer/Downloads/php-5.4.0alpha3/Zend/zend_exceptions.c: In
function 
‘_build_trace_args’:
/Users/Developer/Downloads/php-5.4.0alpha3/Zend/zend_exceptions.c:439:
warning: 
passing argument 2 of ‘zend_get_object_classname’ from incompatible
pointer type
make: *** [Zend/zend_exceptions.lo] Error 1

-- 
Edit bug report at https://bugs.php.net/bug.php?id=55471&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=55471&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=55471&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=55471&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=55471&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=55471&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=55471&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=55471&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=55471&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=55471&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=55471&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=55471&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=55471&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=55471&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=55471&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=55471&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=55471&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=55471&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=55471&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=55471&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=55471&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=55471&r=mysqlcfg

Reply via email to