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
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: