ZTS build broken with dtrace
| Bug #55471 | ZTS build broken with dtrace | ||||
|---|---|---|---|---|---|
| Submitted: | 2011-08-21 00:36 UTC | Modified: | 2011-08-21 12:21 UTC | ||
| From: | s21122012 at yahoo dot com | Assigned: | pajoye (profile) | ||
| Status: | Closed | Package: | Compile Failure | ||
| PHP Version: | 5.4.0alpha3 | OS: | Mac OS X 10.7.1 | ||
| Private report: | No | CVE-ID: | None | ||
[2011-08-21 00:36 UTC] 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
Patches
bug55471.diff (last revision 2011-08-21 10:17 UTC by laruence@php.net)Pull Requests
History
AllCommentsChangesGit/SVN commits
[2011-08-21 11:51 UTC] pajoye@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: pajoye
[2011-08-21 12:21 UTC] laruence@php.net
-Summary: zend_get_object_classname +Summary: ZTS build broken with dtrace