|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-05-22 22:24 UTC] felipe@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: gopalv
[2012-06-12 19:06 UTC] felipe@php.net
[2012-06-12 19:06 UTC] felipe@php.net
-Status: Assigned
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 11:00:01 2025 UTC |
Description: ------------ When trying to build inclued 0.1.2 against php 5.4.3 I get the following error: cc -I. -I/usr/src/sbo_tmp/inclued-0.1.2 -DPHP_ATOM_INC - I/usr/src/sbo_tmp/inclued-0.1.2/include -I/usr/src/sbo_tmp/inclued-0.1.2/main - I/usr/src/sbo_tmp/inclued-0.1.2 -I/usr/include/php -I/usr/include/php/main - I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext - I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -fPIC -c /usr/src/sbo_tmp/inclued-0.1.2/inclued.c -fPIC -DPIC -o .libs/inclued.o /usr/src/sbo_tmp/inclued-0.1.2/inclued.c: In function ‘copy_class_table’: /usr/src/sbo_tmp/inclued-0.1.2/inclued.c:111:3: warning: passing argument 4 of ‘add_assoc_stringl_ex’ discards ‘const’ qualifier from pointer target type [enabled by default] In file included from /usr/include/php/main/php.h:38:0, from /usr/src/sbo_tmp/inclued-0.1.2/php_inclued.h:24, from /usr/src/sbo_tmp/inclued-0.1.2/inclued.c:30: /usr/include/php/Zend/zend_API.h:375:14: note: expected ‘char *’ but argument is of type ‘const char *’ /usr/src/sbo_tmp/inclued-0.1.2/inclued.c:116:70: error: ‘zend_class_entry’ has no member named ‘filename’ /usr/src/sbo_tmp/inclued-0.1.2/inclued.c:117:60: error: ‘zend_class_entry’ has no member named ‘line_start’ /usr/src/sbo_tmp/inclued-0.1.2/inclued.c:123:4: warning: passing argument 4 of ‘add_assoc_stringl_ex’ discards ‘const’ qualifier from pointer target type [enabled by default] In file included from /usr/include/php/main/php.h:38:0, from /usr/src/sbo_tmp/inclued-0.1.2/php_inclued.h:24, from /usr/src/sbo_tmp/inclued-0.1.2/inclued.c:30: /usr/include/php/Zend/zend_API.h:375:14: note: expected ‘char *’ but argument is of type ‘const char *’ /usr/src/sbo_tmp/inclued-0.1.2/inclued.c:130:81: error: ‘struct _zend_class_entry’ has no member named ‘filename’ /usr/src/sbo_tmp/inclued-0.1.2/inclued.c:131:71: error: ‘struct _zend_class_entry’ has no member named ‘line_start’ make: *** [inclued.lo] Error 1