|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-06-09 10:04 UTC] pajoye@php.net
[2010-12-20 12:44 UTC] jani@php.net
-Package: Tidy
+Package: Compile Failure
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 15:00:01 2025 UTC |
Description: ------------ Latest snapshot (php5.3-200906090830) failed to compile. The same bug is encountered in php5.3-200906081430. gcc version 4.3.0 20080428. It seems bug is related to ext/intl. Reproduce code: --------------- ./configure '--with-libdir=lib64' '--enable-zip' '--with-xsl' '--enable-wddx' '--with-tidy' '--enable-soap' '--with-bz2' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-openssl' '--with-pdo-mysql=mysqlnd' '--with-pdo-sqlite' '--with-pspell' '--with-pgsql' '--with-pdo-pgsql' '--with-zlib' '--enable-bcmath' '--enable-calendar' '--with-curl' '--with-curlwrappers' '--enable-dba' '--enable-exif' '--enable-ftp' '--with-gd' '--with-gmp' '--enable-pcntl' '--enable-shmop' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-xmlrpc' '--with-ldap' '--enable-mbstring' '--with-png-dir' '--with-jpeg-dir' '--with-xpm-dir' '--with-freetype-dir' '--with-gdbm' '--with-mcrypt' '--with-gettext' '--with-readline' '--enable-intl' '--enable-gcov' && make && make test Expected result: ---------------- Make succeed :) Actual result: -------------- In file included from /usr/src/phptest/php5.3-200906090830/Zend/zend_API.h:30, from /usr/src/phptest/php5.3-200906090830/main/php.h:38, from ext/intl/php_intl.h:23, from /usr/src/phptest/php5.3-200906090830/ext/intl/msgformat/msgformat_helpers.cpp:26: /usr/src/phptest/php5.3-200906090830/Zend/zend_execute.h: In function 'void zend_arg_types_stack_2_pop(zend_ptr_stack*, zval**, zend_function**)': /usr/src/phptest/php5.3-200906090830/Zend/zend_execute.h:301: error: invalid conversion from 'void*' to 'zval*' /usr/src/phptest/php5.3-200906090830/Zend/zend_execute.h:302: error: invalid conversion from 'void*' to 'zend_function*' /usr/src/phptest/php5.3-200906090830/Zend/zend_execute.h: In function 'void zend_arg_types_stack_3_pop(zend_ptr_stack*, zend_class_entry**, zval**, zend_function**)': /usr/src/phptest/php5.3-200906090830/Zend/zend_execute.h:311: error: invalid conversion from 'void*' to 'zend_class_entry*' /usr/src/phptest/php5.3-200906090830/Zend/zend_execute.h:312: error: invalid conversion from 'void*' to 'zval*' /usr/src/phptest/php5.3-200906090830/Zend/zend_execute.h:313: error: invalid conversion from 'void*' to 'zend_function*' make: *** [ext/intl/msgformat/msgformat_helpers.lo] Error 1