1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00
This commit is contained in:
Christoph M. Becker
2019-10-22 17:53:34 +02:00
parent 1417352dda
commit 598bf7f5d5

View File

@@ -3359,7 +3359,7 @@ ZEND_METHOD(FFI, load) /* {{{ */
ZEND_PARSE_PARAMETERS_END();
if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) {
zend_throw_error(zend_ffi_exception_ce, "FFI::load() doesn't work in conjunction with \"opcache.pelaod_user\". Use \"ffi.preload\" instead.");
zend_throw_error(zend_ffi_exception_ce, "FFI::load() doesn't work in conjunction with \"opcache.preload_user\". Use \"ffi.preload\" instead.");
return;
}