mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- run ext sources through conv_proto
- add necessary phpext_*_ptr
This commit is contained in:
parent
4fe8fe715e
commit
b57dc27595
66 changed files with 1615 additions and 1317 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
extern int php3_minit_COM(INIT_FUNC_ARGS);
|
||||
extern int php3_mshutdown_COM(SHUTDOWN_FUNC_ARGS);
|
||||
extern void php3_COM_load(INTERNAL_FUNCTION_PARAMETERS);
|
||||
extern void php3_COM_invoke(INTERNAL_FUNCTION_PARAMETERS);
|
||||
PHP_FUNCTION(COM_load);
|
||||
PHP_FUNCTION(COM_invoke);
|
||||
|
||||
PHP_FUNCTION(com_propget);
|
||||
PHP_FUNCTION(com_propput);
|
||||
|
@ -19,4 +19,6 @@ extern php3_module_entry COM_module_entry;
|
|||
|
||||
#endif /* Win32|WINNT */
|
||||
|
||||
#define phpext_COM_ptr COM_module_ptr
|
||||
|
||||
#endif /* _PHP3_COM_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue