PHP_MINIT_FUNCTION(array)
{
+ ELS_FETCH();
+
REGISTER_LONG_CONSTANT("EXTR_OVERWRITE", EXTR_OVERWRITE, CONST_CS | CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("EXTR_SKIP", EXTR_SKIP, CONST_CS | CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("EXTR_PREFIX_SAME", EXTR_PREFIX_SAME, CONST_CS | CONST_PERSISTENT);
#include "ext/standard/php3_standard.h"
#include "ext/standard/php_lcg.h"
#include "ext/standard/php_output.h"
+#include "ext/standard/php_array.h"
#include "ext/COM/php_COM.h"
#include "ext/standard/reg.h"
#include "ext/pcre/php_pcre.h"
phpext_odbc_ptr,
phpext_lcg_ptr,
phpext_session_ptr,
- phpext_output_ptr
+ phpext_output_ptr,
+ array_module_ptr
};
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\ext\standard\array.c\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\ext\standard\base64.c\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=.\ext\standard\php_array.h\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=.\ext\standard\php_lcg.h\r
# End Source File\r
# Begin Source File\r