You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
attempting to compile latest Phalcon release via pecl results in a make failed message. Can someone help point on best path forward here? Thank you!
cphalcon/ext/kernel/main.c: In function 'zephir_function_exists_ex':
cphalcon/ext/kernel/main.c:275:83: warning: comparison between pointer and integer
275 | if (zend_hash_str_exists(CG(function_table), function_name, function_len) != NULL) {
| ^~
cphalcon/ext/phalcon.c: In function 'php_zephir_init_globals':
cphalcon/ext/phalcon.c:1343:57: error: assignment to 'zend_string *' {aka 'struct _zend_string *'} from incompatible pointer type 'char *' [-Wincompatible-pointer-types]
1343 | phalcon_globals->orm.resultset_prefetch_records = ZSTR_VAL(zend_string_init(ZEND_STRL("0"), 0));
| ^
make: *** [Makefile:210: phalcon.lo] Error 1
make: *** Waiting for unfinished jobs....
cphalcon/ext/phalcon.c: In function 'php_zephir_init_globals':
cphalcon/ext/phalcon.c:1343:57: error: assignment to 'zend_string *' {aka 'struct _zend_string *'} from incompatible pointer type 'char *' [-Wincompatible-pointer-types]
1343 | phalcon_globals->orm.resultset_prefetch_records = ZSTR_VAL(zend_string_init(ZEND_STRL("0"), 0));
| ^
make: *** [Makefile:210: phalcon.lo] Error 1
Beta Was this translation helpful? Give feedback.
All reactions