Skip to content

Arginfo missing (wrong reflection) #8

@villfa

Description

@villfa

Hi,

The 2nd parameter of PHP_FE (arginfo) is not defined hence the number of parameters returned by reflection is wrong.

static zend_function_entry proctitle_functions[] = {
	PHP_FE(setproctitle,	NULL)
#if HAVE_PRCTL
	PHP_FE(setthreadtitle,	NULL)
#endif

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions