]> granicus.if.org Git - php/commitdiff
- Fix API no of Engine 2. The first number is the engine version and the
authorAndi Gutmans <andi@php.net>
Tue, 13 Apr 2004 15:27:36 +0000 (15:27 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 13 Apr 2004 15:27:36 +0000 (15:27 +0000)
- rest is the API_NO. This way engine2_api_no is always greater than
- engine1_api_no.

Zend/zend_extensions.h

index 35fdb0048d8523d6591c5fa99a305f1a52b3370e..7a66c0fd5412dfda970717c2275f0811f4d4095a 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "zend_compile.h"
 
-#define ZEND_EXTENSION_API_NO  90040412
+#define ZEND_EXTENSION_API_NO  220040412
 
 typedef struct _zend_extension_version_info {
        int zend_extension_api_no;