1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00

Update module_api_no

This commit is contained in:
Zeev Suraski
2000-12-14 00:23:18 +00:00
parent 944c3b40b4
commit 98ce9ed699

View File

@@ -37,7 +37,7 @@ extern unsigned char second_arg_allow_ref[];
#include "zend.h"
#define ZEND_MODULE_API_NO 20000809
#define ZEND_MODULE_API_NO 20001214
#ifdef ZTS
#define USING_ZTS 1
#else