mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
rename com module entry
This commit is contained in:
parent
d5f1b1b60f
commit
67e663efbf
@ -51,7 +51,6 @@
|
||||
#include "ext/standard/php_assert.h"
|
||||
#include "ext/calendar/php_calendar.h"
|
||||
#include "ext/com/php_COM.h"
|
||||
#include "ext/com/php_VARIANT.h"
|
||||
#include "ext/ftp/php_ftp.h"
|
||||
#include "ext/standard/reg.h"
|
||||
#include "ext/pcre/php_pcre.h"
|
||||
@ -71,7 +70,7 @@ zend_module_entry *php_builtin_extensions[] = {
|
||||
phpext_bcmath_ptr,
|
||||
#endif
|
||||
phpext_calendar_ptr,
|
||||
COM_module_ptr,
|
||||
phpext_com_ptr,
|
||||
phpext_ftp_ptr,
|
||||
#if defined(MBSTR_ENC_TRANS)
|
||||
phpext_mbstring_ptr,
|
||||
|
Loading…
Reference in New Issue
Block a user