Skip to content

0.4.0a compile problem with PHP 5.4 #11

@char101

Description

@char101

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions