Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 439b280

Browse files
committed
oop, for the condition
1 parent 81d2281 commit 439b280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/FFI.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private static function init(): void
243243
if (!ini_get('ffi.enable')) {
244244
throw new Exception("ffi.enable not set to 'true'");
245245
}
246-
if (version_compare(PHP_VERSION, '8.3') &&
246+
if (version_compare(PHP_VERSION, '8.3', '>=') &&
247247
ini_get('zend.max_allowed_stack_size') != '-1') {
248248
throw new Exception("zend.max_allowed_stack_size not set to '-1'");
249249
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /