mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Time to change it. We changed register_internal_class() ->
- zend_register_internal_class()
This commit is contained in:
parent
eb0e694665
commit
6bcc8ff0c7
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ extern unsigned char second_arg_allow_ref[];
|
|||
|
||||
#include "zend.h"
|
||||
|
||||
#define ZEND_MODULE_API_NO 20000401
|
||||
|
||||
#define ZEND_MODULE_API_NO 20000609
|
||||
#ifdef ZTS
|
||||
#define USING_ZTS 1
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue