mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed typo
This commit is contained in:
parent
31d6f15b54
commit
ff0045ea67
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ int zend_load_extension(const char *path TSRMLS_DC)
|
|||
DL_UNLOAD(handle);
|
||||
return FAILURE;
|
||||
} else if (zend_get_extension(new_extension->name)) {
|
||||
fprintf(stderr, "Cannot load %s - it was already loade\n", new_extension->name);
|
||||
fprintf(stderr, "Cannot load %s - it was already loaded\n", new_extension->name);
|
||||
/* See http://support.microsoft.com/kb/190351 */
|
||||
#ifdef PHP_WIN32
|
||||
fflush(stderr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue