-
-
Couldn't load subscription status.
- Fork 2k
Closed
Description
Hi,
Compiling phalcom 0.4.0a with PHP 5.4 results in error at fcall.php line 1055
Not enought argument for get_method
if (Z_OBJ_HT_P(fcc->object_ptr)->get_method) { fcc->function_handler = Z_OBJ_HT_P(fcc->object_ptr)->get_method(&fcc->object_ptr, method_name, method_len TSRMLS_CC);I can compile it by adding NULL as the 4th parameter (const struct _zend_literal *key).
Metadata
Metadata
Assignees
Labels
No labels