diff options
Diffstat (limited to 'ext/standard/dl.c')
| -rw-r--r-- | ext/standard/dl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 4fe4c38687..e342995855 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -123,7 +123,7 @@ void php_dl(pval *file,int type,pval *return_value) if (!get_module) { dlclose(handle); - php_error(E_CORE_WARNING,"Invalid library (maybe not a PHP3 library) '%s' ",file->value.str.val); + php_error(E_CORE_WARNING,"Invalid library (maybe not a PHP library) '%s' ",file->value.str.val); RETURN_FALSE; } module_entry = get_module(); |
