Edit report at https://bugs.php.net/bug.php?id=55471&edit=1
ID: 55471 Updated by: paj...@php.net Reported by: s21122012 at yahoo dot com Summary: zend_get_object_classname -Status: Verified +Status: Closed Type: Bug Package: Compile Failure Operating System: Mac OS X 10.7.1 PHP Version: 5.4.0alpha3 -Assigned To: +Assigned To: pajoye Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2011-08-21 11:50:52] paj...@php.net Automatic comment from SVN on behalf of pajoye Revision: http://svn.php.net/viewvc/?view=revision&revision=315254 Log: - Fix bug #55471, fix zts build with dtrace (Laruense) ------------------------------------------------------------------------ [2011-08-21 10:17:17] larue...@php.net The following patch has been added/updated: Patch Name: bug55471.diff Revision: 1313921837 URL: https://bugs.php.net/patch-display.php?bug=55471&patch=bug55471.diff&revision=1313921837 ------------------------------------------------------------------------ [2011-08-21 10:14:49] larue...@php.net hmm, missed a TSRMLS_CC in parameters ------------------------------------------------------------------------ [2011-08-21 00:36:12] s21122012 at yahoo dot com 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 this bug report at https://bugs.php.net/bug.php?id=55471&edit=1