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
{{ message }}
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.
Error when trying to use the class per your README. PHP version is 5.4.45
PHP Strict Standards: Declaration of Nemiro\Nginx\DirectiveGroup::AddDirective() should be compatible with Nemiro\Nginx\Directive::AddDirective($nameOrInstance, $parameters = NULL, $childs = NULL) in /var/www/html/nginx/DirectiveGroup.php on line 74
NULL
PHP Fatal error: Call to a member function ContainsChild() on a non-object in /var/www/html/nginx.php on line 11
This is my line 11:
if ($conf['server']->ContainsChild('listen'))
The text was updated successfully, but these errors were encountered:
Error when trying to use the class per your README. PHP version is 5.4.45
PHP Strict Standards: Declaration of Nemiro\Nginx\DirectiveGroup::AddDirective() should be compatible with Nemiro\Nginx\Directive::AddDirective($nameOrInstance, $parameters = NULL, $childs = NULL) in /var/www/html/nginx/DirectiveGroup.php on line 74
NULL
PHP Fatal error: Call to a member function ContainsChild() on a non-object in /var/www/html/nginx.php on line 11
This is my line 11:
if ($conf['server']->ContainsChild('listen'))
The text was updated successfully, but these errors were encountered: