mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
add COM
This commit is contained in:
@@ -56,6 +56,9 @@
|
||||
#endif
|
||||
#if HAVE_RPC
|
||||
#include "ext/rpc/php_rpc.h"
|
||||
#if HAVE_COM
|
||||
#include "ext/rpc/com/php_com.h"
|
||||
#endif
|
||||
#endif
|
||||
#if HAVE_FTP
|
||||
#include "ext/ftp/php_ftp.h"
|
||||
@@ -105,6 +108,9 @@ zend_module_entry *php_builtin_extensions[] = {
|
||||
#endif
|
||||
#if HAVE_RPC
|
||||
,phpext_rpc_ptr
|
||||
#if HAVE_COM
|
||||
,phpext_com_ptr
|
||||
#endif
|
||||
#endif
|
||||
#if HAVE_FTP
|
||||
,phpext_ftp_ptr
|
||||
|
||||
Reference in New Issue
Block a user