mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
#typo
This commit is contained in:
parent
82050ae8bc
commit
2a216c1f36
@ -77,7 +77,7 @@ PHP_FUNCTION(dl)
|
||||
convert_to_string_ex(file);
|
||||
|
||||
if (!PG(enable_dl)) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded extentions aren't enabled");
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded extensions aren't enabled");
|
||||
} else if (PG(safe_mode)) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded extensions aren't allowed when running in Safe Mode");
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user