]> granicus.if.org Git - php/commitdiff
- Recommit:
authorAndi Gutmans <andi@php.net>
Thu, 9 Sep 2004 16:50:04 +0000 (16:50 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 9 Sep 2004 16:50:04 +0000 (16:50 +0000)
  - Bump the API number to work around this major breakage.

Zend/zend_extensions.h

index a54d9fa21dccee8c7500a5ceedd7c4113960fe36..236072b0deb740e2f592af2fd6633a8e42024613 100644 (file)
@@ -25,9 +25,9 @@
 #include "zend_compile.h"
 
 /* The first number is the engine version and the rest is the date.
- * This way engine 2 API no. is always greater than engine 1 API no..
+ * This way engine 2 API no. is always greater than engine 1 API no.
  */
-#define ZEND_EXTENSION_API_NO  220040718
+#define ZEND_EXTENSION_API_NO  220040909
 
 typedef struct _zend_extension_version_info {
        int zend_extension_api_no;