|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2018-10-04 12:29 UTC] kalle@php.net
 
-Status: Open
+Status: Wont fix
  [2018-10-04 12:29 UTC] kalle@php.net
  [2022-05-26 14:20 UTC] git@php.net
  [2022-05-26 14:20 UTC] git@php.net
 
-Status: Wont fix
+Status: Closed
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 00:00:01 2025 UTC | 
Description: ------------ .... config.status: creating config.h running: make /bin/sh /tmp/pear/temp/pear-build-rootvgLZ5y/mnogosearch-1.0.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/mnogosearch -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootvgLZ5y/mnogosearch-1.0.0/include -I/tmp/pear/temp/pear-build-rootvgLZ5y/mnogosearch-1.0.0/main -I/tmp/pear/temp/mnogosearch -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 -I/usr/local/mnogosearch/include -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mnogosearch/php_mnogo.c -o php_mnogo.lo mkdir .libs cc -I. -I/tmp/pear/temp/mnogosearch -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootvgLZ5y/mnogosearch-1.0.0/include -I/tmp/pear/temp/pear-build-rootvgLZ5y/mnogosearch-1.0.0/main -I/tmp/pear/temp/mnogosearch -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 -I/usr/local/mnogosearch/include -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mnogosearch/php_mnogo.c -fPIC -DPIC -o .libs/php_mnogo.o /tmp/pear/temp/mnogosearch/php_mnogo.c:154:1: error: unknown type name ‘function_entry’ function_entry mnogosearch_functions[] = { ^ /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: warning: braces around scalar initializer [enabled by default] PHP_FE(udm_api_version, NULL) ^ /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: warning: (near initialization for ‘mnogosearch_functions[0]’) [enabled by default] /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: warning: initialization makes integer from pointer without a cast [enabled by default] /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: warning: (near initialization for ‘mnogosearch_functions[0]’) [enabled by default] /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: error: initializer element is not computable at load time /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: error: (near initialization for ‘mnogosearch_functions[0]’) /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: warning: excess elements in scalar initializer [enabled by default] /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: warning: (near initialization for ‘mnogosearch_functions[0]’) [enabled by default] /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: warning: excess elements in scalar initializer [enabled by default] /tmp/pear/temp/mnogosearch/php_mnogo.c:155:2: warning: (near initialization for ‘mnogosearch_functions[0]’) [enabled by default] In file included from /usr/include/php/main/php.h:37:0, from /tmp/pear/temp/mnogosearch/php_mnogo.c:29: /usr/include/php/Zend/zend_API.h:67:128: warning: excess elements in scalar initializer [enabled by default] #define ZEND_FENTRY(zend_name, name, arg_info, flags) { #zend_name, name, arg_info, (uint32_t) (sizeof(arg_info)/sizeof(struct _zend_internal_arg_info)-1), flags }, ^ /usr/include/php/Zend/zend_API.h:73:38: note: in expansion of macro ‘ZEND_FENTRY’ #define ZEND_FE(name, arg_info) ZEND_FENTRY(name, ZEND_FN(name), arg_info, 0) Expected result: ---------------- Makes correctly without errors.