mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Zend Engine 3
This commit is contained in:
parent
b7251a89da
commit
90d916c4b1
@ -22,9 +22,9 @@
|
||||
#ifndef ZEND_H
|
||||
#define ZEND_H
|
||||
|
||||
#define ZEND_VERSION "2.8.0-dev"
|
||||
#define ZEND_VERSION "3.0.0-dev"
|
||||
|
||||
#define ZEND_ENGINE_2
|
||||
#define ZEND_ENGINE_3
|
||||
|
||||
#define ZEND_MAX_RESERVED_RESOURCES 4
|
||||
|
||||
|
@ -25,10 +25,10 @@
|
||||
#include "zend_compile.h"
|
||||
#include "zend_build.h"
|
||||
|
||||
/* 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 (YYYYMMDD).
|
||||
* This way engine 2/3 API no. is always greater than engine 1 API no..
|
||||
*/
|
||||
#define ZEND_EXTENSION_API_NO 220140815
|
||||
#define ZEND_EXTENSION_API_NO 320140815
|
||||
|
||||
typedef struct _zend_extension_version_info {
|
||||
int zend_extension_api_no;
|
||||
|
Loading…
Reference in New Issue
Block a user