1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
This commit is contained in:
Derick Rethans
2002-06-30 11:18:43 +00:00
parent 7115041c92
commit bf4e59449b
+1 -1
View File
@@ -34,7 +34,7 @@ ZEND_API extern unsigned char first_arg_force_ref[];
ZEND_API extern unsigned char second_arg_force_ref[];
ZEND_API extern unsigned char third_arg_force_ref[];
#define ZEND_MODULE_API_NO 20010927
#define ZEND_MODULE_API_NO 20020429
#ifdef ZTS
#define USING_ZTS 1
#else