Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

midgard_query_constraint_group::__construct() is not PHP 5.2 compatible #11

Closed
indeyets opened this issue Jun 16, 2010 · 1 comment
Closed

Comments

@indeyets
Copy link
Member

PHP 5.2 doesn't have support for varargs in zend_parse_parameters. midgard_query_constraint_group::__construct() uses that. need to fix it (probably by implementing manual old-style parameter parsing)

@indeyets
Copy link
Member Author

php-5.2 does not have support for varargs in zend_parse_parameters(). remove those from midgard_query_constraint_group constructor in php-5.2. Closed by 4e574db

piotras pushed a commit to piotras/midgard-php5 that referenced this issue Sep 25, 2012
… remove those from midgard_query_constraint_group constructor in php-5.2. Closes midgardprojectgh-11
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant