summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_extensions.h')
-rw-r--r--Zend/zend_extensions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h
index ed615f1f6e..8ef773badf 100644
--- a/Zend/zend_extensions.h
+++ b/Zend/zend_extensions.h
@@ -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 220131226
+#define ZEND_EXTENSION_API_NO 320140815
typedef struct _zend_extension_version_info {
int zend_extension_api_no;
@@ -114,7 +114,7 @@ void zend_extension_dtor(zend_extension *extension);
ZEND_API void zend_append_version_info(const zend_extension *extension);
int zend_startup_extensions_mechanism(void);
int zend_startup_extensions(void);
-void zend_shutdown_extensions(TSRMLS_D);
+void zend_shutdown_extensions(void);
BEGIN_EXTERN_C()
ZEND_API int zend_load_extension(const char *path);