Skip to content

Commit 90d916c

Browse files
Zend Engine 3
1 parent b7251a8 commit 90d916c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Zend/zend.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#ifndef ZEND_H
2323
#define ZEND_H
2424

25-
#define ZEND_VERSION "2.8.0-dev"
25+
#define ZEND_VERSION "3.0.0-dev"
2626

27-
#define ZEND_ENGINE_2
27+
#define ZEND_ENGINE_3
2828

2929
#define ZEND_MAX_RESERVED_RESOURCES 4
3030

Zend/zend_extensions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
#include "zend_compile.h"
2626
#include "zend_build.h"
2727

28-
/* The first number is the engine version and the rest is the date.
28+
/* The first number is the engine version and the rest is the date (YYYYMMDD).
2929
* This way engine 2/3 API no. is always greater than engine 1 API no..
3030
*/
31-
#define ZEND_EXTENSION_API_NO 220140815
31+
#define ZEND_EXTENSION_API_NO 320140815
3232

3333
typedef struct _zend_extension_version_info {
3434
int zend_extension_api_no;

0 commit comments

Comments
 (0)