rename com module entry

This commit is contained in:
Harald Radi 2001-10-17 12:50:44 +00:00
parent d5f1b1b60f
commit 67e663efbf

View File

@ -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,