summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-11-07 16:39:47 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-11-07 16:39:47 +0100
commit152898ff2872f2bdf2123a52c37f6e64c18ab88a (patch)
tree8db78b279ed15c587e328f55b49687f6fbc22b19 /Zend/zend_extensions.h
parente0135014c3b4edaf67312677c440a93133fe6a0c (diff)
downloadphp-git-152898ff2872f2bdf2123a52c37f6e64c18ab88a.tar.gz
Moved arrays again to "static_scalar:" & little cleanup
Diffstat (limited to 'Zend/zend_extensions.h')
-rw-r--r--Zend/zend_extensions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h
index e7f289a656..e59c9ade8b 100644
--- a/Zend/zend_extensions.h
+++ b/Zend/zend_extensions.h
@@ -28,7 +28,7 @@
/* 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..
*/
-#define ZEND_EXTENSION_API_NO 220131106
+#define ZEND_EXTENSION_API_NO 220131107
typedef struct _zend_extension_version_info {
int zend_extension_api_no;