mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fix a bug and define an API_NO for the ZEND_MODULE_API
This commit is contained in:
parent
ab5ca792e4
commit
29ed30f77c
1 changed files with 3 additions and 1 deletions
|
@ -32,13 +32,15 @@
|
|||
|
||||
#include "zend_config.h"
|
||||
|
||||
#define ZEND_MODULE_API_NO 20000310
|
||||
|
||||
#ifdef ZTS
|
||||
#define USING_ZTS 1
|
||||
#else
|
||||
#define USING_ZTS 0
|
||||
#endif
|
||||
|
||||
#define STANDARD_MODULE_PROPERTIES_EX 0, 0, NULL, 0, ZEND_DEBUG, USING_ZTS, ZEND_API
|
||||
#define STANDARD_MODULE_PROPERTIES_EX 0, 0, NULL, 0, ZEND_DEBUG, USING_ZTS, ZEND_MODULE_API_NO
|
||||
|
||||
#define STANDARD_MODULE_PROPERTIES \
|
||||
NULL, NULL, STANDARD_MODULE_PROPERTIES_EX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue