mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
MFH: Changed spelling from "build" to "built"
This commit is contained in:
parent
ae2226133a
commit
12805abff7
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ int zend_load_extension(const char *path)
|
|||
}
|
||||
} else if (strcmp(ZEND_EXTENSION_BUILD_ID, extension_version_info->build_id) &&
|
||||
(!new_extension->build_id_check || new_extension->build_id_check(ZEND_EXTENSION_BUILD_ID) != SUCCESS)) {
|
||||
fprintf(stderr, "Cannot load %s - it was build with configuration %s, whereas running engine is %s\n",
|
||||
fprintf(stderr, "Cannot load %s - it was built with configuration %s, whereas running engine is %s\n",
|
||||
new_extension->name, extension_version_info->build_id, ZEND_EXTENSION_BUILD_ID);
|
||||
DL_UNLOAD(handle);
|
||||
return FAILURE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue