mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
merged from EXPERIMENTAL
lots of cleanup work
This commit is contained in:
parent
bb0858db34
commit
9c6b9eb76b
16 changed files with 1394 additions and 1116 deletions
|
@ -3,14 +3,19 @@
|
|||
|
||||
#if PHP_WIN32
|
||||
|
||||
#include "variant.h"
|
||||
BEGIN_EXTERN_C()
|
||||
|
||||
extern int php_VARIANT_get_le_variant();
|
||||
#include "conversion.h"
|
||||
#include "variant.h"
|
||||
|
||||
PHP_MINIT_FUNCTION(VARIANT);
|
||||
PHP_MSHUTDOWN_FUNCTION(VARIANT);
|
||||
|
||||
extern zend_module_entry VARIANT_module_entry;
|
||||
PHPAPI int php_VARIANT_get_le_variant();
|
||||
|
||||
zend_module_entry VARIANT_module_entry;
|
||||
|
||||
END_EXTERN_C()
|
||||
|
||||
#define VARIANT_module_ptr &VARIANT_module_entry
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue