We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$jsFunc = 'function myTestFunc () { return 1}; } '; ok $jsFunc = 'function myTestFunc () { return 11}; } '; ok $jsFunc = 'function myTestFunc () { return '1'}; } '; error $jsFunc = 'function myTestFunc () { return [] }; } '; error $jsFunc = 'function myTestFunc () { return{} }; } '; error
$js->executeString($jsFunc, 'Test.Context'); $js->executeString('myTestFunc ();', 'Test.Context',V8Js::FLAG_NONE,21000,10241024);
centos 8 apache 2.4.54 php 7.4.30 v8 7.5.288.23 v8js 2.12
apache error log: AH01067: Failed to read FastCGI header AH01075: Error dispatching request to
Can anyone help me? Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$jsFunc = 'function myTestFunc () { return 1}; } '; ok
$jsFunc = 'function myTestFunc () { return 11}; } '; ok
$jsFunc = 'function myTestFunc () { return '1'}; } '; error
$jsFunc = 'function myTestFunc () { return [] }; } '; error
$jsFunc = 'function myTestFunc () { return{} }; } '; error
$js->executeString($jsFunc, 'Test.Context');
$js->executeString('myTestFunc ();', 'Test.Context',V8Js::FLAG_NONE,21000,10241024);
centos 8
apache 2.4.54
php 7.4.30
v8 7.5.288.23
v8js 2.12
apache error log:
AH01067: Failed to read FastCGI header
AH01075: Error dispatching request to
Can anyone help me? Thank you
The text was updated successfully, but these errors were encountered: