Zend Engine 3

This commit is contained in:
Andrea Faulds 2014-09-20 00:24:03 +01:00
parent b7251a89da
commit 90d916c4b1
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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;