]> granicus.if.org Git - php/commitdiff
- Oops I miss-wrote that field
authorAndi Gutmans <andi@php.net>
Thu, 22 Jun 2000 18:50:55 +0000 (18:50 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 22 Jun 2000 18:50:55 +0000 (18:50 +0000)
Zend/zend_extensions.c

index c735af26f82a83e6b8d2b04157c8156ad7a0b09a..c68de8d6272a992480f072e8f08f30a01193aa38 100644 (file)
@@ -68,7 +68,7 @@ int zend_load_extension(char *path)
                fprintf(stderr, "%s requires Zend Engine API version %d\n"
                                        "The installed Zend Engine API version is %d\n",
                                        new_extension->name,
-                                       extension_version_info->required_api_no,
+                                       extension_version_info->zend_extension_api_no,
                                        ZEND_EXTENSION_API_NO);
                DL_UNLOAD(handle);
                return FAILURE;