Searched refs:com_dotnet (Results 1 – 17 of 17) sorted by relevance
39 PHP_MINIT_FUNCTION(com_dotnet);40 PHP_MSHUTDOWN_FUNCTION(com_dotnet);41 PHP_RINIT_FUNCTION(com_dotnet);42 PHP_RSHUTDOWN_FUNCTION(com_dotnet);43 PHP_MINFO_FUNCTION(com_dotnet);45 ZEND_BEGIN_MODULE_GLOBALS(com_dotnet)53 ZEND_END_MODULE_GLOBALS(com_dotnet)61 extern ZEND_DECLARE_MODULE_GLOBALS(com_dotnet);
240 PHP_MINIT(com_dotnet),241 PHP_MSHUTDOWN(com_dotnet),242 PHP_RINIT(com_dotnet),243 PHP_RSHUTDOWN(com_dotnet),244 PHP_MINFO(com_dotnet),246 PHP_MODULE_GLOBALS(com_dotnet),247 PHP_GINIT(com_dotnet),255 ZEND_GET_MODULE(com_dotnet)345 PHP_MINIT_FUNCTION(com_dotnet) in PHP_MINIT_FUNCTION() argument471 PHP_RINIT_FUNCTION(com_dotnet) in PHP_RINIT_FUNCTION() argument[all …]
7 CHECK_LIB('oleaut32.lib', 'com_dotnet');8 EXTENSION("com_dotnet", "com_com.c com_dotnet.c com_extension.c \
6 if (!extension_loaded("com_dotnet")){ echo "skip COM/.Net support not present"; }
5 if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?>
5 if (!extension_loaded("com_dotnet")){ echo "skip COM/.Net support not present"; }
9 !extension_loaded('com_dotnet')) {10 die('skip - either PDOTEST_DSN or com_dotnet extension is needed to setup the connection');
2611 SOURCE=..\ext\com_dotnet\com_saproxy.c2615 SOURCE=..\ext\com_dotnet\com_wrapper.c2628 SOURCE=..\ext\com_dotnet\com_com.c2632 SOURCE=..\ext\com_dotnet\com_dotnet.c2640 SOURCE=..\ext\com_dotnet\com_handlers.c2644 SOURCE=..\ext\com_dotnet\com_iterator.c2648 SOURCE=..\ext\com_dotnet\com_misc.c2652 SOURCE=..\ext\com_dotnet\com_olechar.c2656 SOURCE=..\ext\com_dotnet\com_persist.c2660 SOURCE=..\ext\com_dotnet\com_typeinfo.c[all …]
328 EXTENSION: com_dotnet
1700 . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)2372 . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)8952 - Fixed bug #29392 (com_dotnet crashes when echo'ing an object). (Wez)
Completed in 48 milliseconds