diff options
author | Harald Radi <phanto@php.net> | 2001-09-24 15:56:18 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-09-24 15:56:18 +0000 |
commit | a491db4e2d5647b5e524e26e94c039e705783325 (patch) | |
tree | 2b5869436d46061b6d5e1133ec4b1086a021ebdb /ext/com/php_VARIANT.h | |
parent | f1ce7daccdfecb19c403933a706dc260df26c21b (diff) | |
download | php-git-a491db4e2d5647b5e524e26e94c039e705783325.tar.gz |
removed VARIANT module and put the VARIANT class into
the COM module.
also fixed a few bugs.
Diffstat (limited to 'ext/com/php_VARIANT.h')
-rw-r--r-- | ext/com/php_VARIANT.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/ext/com/php_VARIANT.h b/ext/com/php_VARIANT.h index 2447d066ad..3f82984758 100644 --- a/ext/com/php_VARIANT.h +++ b/ext/com/php_VARIANT.h @@ -8,23 +8,12 @@ BEGIN_EXTERN_C() #include "conversion.h" #include "variant.h" -PHP_MINIT_FUNCTION(VARIANT); -PHP_MSHUTDOWN_FUNCTION(VARIANT); +void php_VARIANT_init(int module_number, TSRMLS_D); PHPAPI int php_VARIANT_get_le_variant(); -zend_module_entry VARIANT_module_entry; - END_EXTERN_C() -#define VARIANT_module_ptr &VARIANT_module_entry - -#else - -#define VARIANT_module_ptr NULL - #endif /* PHP_WIN32 */ -#define phpext_VARIANT_ptr VARIANT_module_ptr - #endif /* PHP_TYPEDEF_VARIANT_H */ |