mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
*** empty log message ***
This commit is contained in:
parent
a6869f2333
commit
e0628436f3
@ -690,7 +690,7 @@ ZEND_API inline int add_property_stringl(zval *arg, char *key, char *str, uint l
|
||||
}
|
||||
|
||||
|
||||
int zend_startup_module(zend_module_entry *module)
|
||||
ZEND_API int zend_startup_module(zend_module_entry *module)
|
||||
{
|
||||
if (module) {
|
||||
module->module_number = zend_next_free_module();
|
||||
|
@ -88,7 +88,7 @@ ZEND_API void wrong_param_count(void);
|
||||
#define DLEXPORT
|
||||
#endif
|
||||
|
||||
int zend_startup_module(zend_module_entry *module);
|
||||
ZEND_API int zend_startup_module(zend_module_entry *module);
|
||||
|
||||
ZEND_API int array_init(zval *arg);
|
||||
ZEND_API int object_init(zval *arg);
|
||||
|
Loading…
Reference in New Issue
Block a user