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
When I try to run the i18n example (/h2o/example/i18n/) I get a whole bunch of Strict Standards errors:
Strict Standards: Non-static method H2o_I18n::gettext() cannot be called statically in /h2o/h2o.php on line 227
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Non-static method H2o::getOptions() should not be called statically in /h2o/ext/i18n.php on line 361
Strict Standards: Non-static method H2o::getOptions() should not be called statically in /h2o/ext/i18n.php on line 361
Strict Standards: Non-static method H2o::getOptions() should not be called statically in /h2o/ext/i18n.php on line 361
Strict Standards: Non-static method H2o_I18n::gettext() cannot be called statically in /h2o/h2o/context.php on line 199
Strict Standards: Non-static method H2o_I18n::gettext() cannot be called statically in /h2o/h2o/context.php on line 199
And of course the example doesn't work.
*.mo files do get generated though.
PHP version: 5.2.10
The text was updated successfully, but these errors were encountered:
When I try to run the i18n example (/h2o/example/i18n/) I get a whole bunch of Strict Standards errors:
Strict Standards: Non-static method H2o_I18n::gettext() cannot be called statically in /h2o/h2o.php on line 227
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Only variables should be passed by reference in /h2o/ext/i18n.php on line 331
Strict Standards: Non-static method H2o::getOptions() should not be called statically in /h2o/ext/i18n.php on line 361
Strict Standards: Non-static method H2o::getOptions() should not be called statically in /h2o/ext/i18n.php on line 361
Strict Standards: Non-static method H2o::getOptions() should not be called statically in /h2o/ext/i18n.php on line 361
Strict Standards: Non-static method H2o_I18n::gettext() cannot be called statically in /h2o/h2o/context.php on line 199
Strict Standards: Non-static method H2o_I18n::gettext() cannot be called statically in /h2o/h2o/context.php on line 199
And of course the example doesn't work.
*.mo files do get generated though.
PHP version: 5.2.10
The text was updated successfully, but these errors were encountered: