version 1.1, 2012/02/21 23:47:52
|
version 1.1.1.4, 2014/06/15 20:04:03
|
Line 2
|
Line 2
|
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| Zend Engine | |
| Zend Engine | |
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) | | | Copyright (c) 1998-2014 Zend Technologies Ltd. (http://www.zend.com) | |
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| This source file is subject to version 2.00 of the Zend license, | |
| This source file is subject to version 2.00 of the Zend license, | |
| that is bundled with this package in the file LICENSE, and is | |
| that is bundled with this package in the file LICENSE, and is | |
Line 28
|
Line 28
|
/* The first number is the engine version and the rest is the date. |
/* The first number is the engine version and the rest is the date. |
* This way engine 2/3 API no. is always greater than engine 1 API no.. |
* This way engine 2/3 API no. is always greater than engine 1 API no.. |
*/ |
*/ |
#define ZEND_EXTENSION_API_NO 220090626 | #define ZEND_EXTENSION_API_NO 220100525 |
|
|
typedef struct _zend_extension_version_info { |
typedef struct _zend_extension_version_info { |
int zend_extension_api_no; |
int zend_extension_api_no; |