summaryrefslogtreecommitdiff
path: root/ext/com/php_VARIANT.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-09-24 15:56:18 +0000
committerHarald Radi <phanto@php.net>2001-09-24 15:56:18 +0000
commita491db4e2d5647b5e524e26e94c039e705783325 (patch)
tree2b5869436d46061b6d5e1133ec4b1086a021ebdb /ext/com/php_VARIANT.h
parentf1ce7daccdfecb19c403933a706dc260df26c21b (diff)
downloadphp-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.h13
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 */