summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-26 15:37:28 +0000
committerAndi Gutmans <andi@php.net>2000-06-26 15:37:28 +0000
commit1a22c1eb86da19ef2d4de9acdf8ebd22e92fc621 (patch)
treeb39644d1e30f915eda188f601e0f8e3cd271a6dc /Zend/zend_extensions.c
parent92b963bb2e26c20ed5b0b995e974f837d9e196c5 (diff)
downloadphp-git-1a22c1eb86da19ef2d4de9acdf8ebd22e92fc621.tar.gz
- Add another "\n" at the end of error messages.
Diffstat (limited to 'Zend/zend_extensions.c')
-rw-r--r--Zend/zend_extensions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_extensions.c b/Zend/zend_extensions.c
index c68de8d627..ac44b533f3 100644
--- a/Zend/zend_extensions.c
+++ b/Zend/zend_extensions.c
@@ -66,7 +66,7 @@ int zend_load_extension(char *path)
if (extension_version_info->zend_extension_api_no > ZEND_EXTENSION_API_NO) {
fprintf(stderr, "%s requires Zend Engine API version %d\n"
- "The installed Zend Engine API version is %d\n",
+ "The installed Zend Engine API version is %d\n\n",
new_extension->name,
extension_version_info->zend_extension_api_no,
ZEND_EXTENSION_API_NO);
@@ -77,7 +77,7 @@ int zend_load_extension(char *path)
fprintf(stderr, "%s designed to be used with the Zend Engine API %d is outdated\n"
"It requires a more recent version of the Zend Engine\n"
"The installed Zend Engine API version is %d\n"
- "Contact %s at %s for a later version of this module.\n",
+ "Contact %s at %s for a later version of this module.\n\n",
new_extension->name,
extension_version_info->zend_extension_api_no,
ZEND_EXTENSION_API_NO,