summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-11-19 15:06:57 +0000
committerAndi Gutmans <andi@php.net>1999-11-19 15:06:57 +0000
commit3bffcbef5b1de69e94155df0ebab114b7c68ef9b (patch)
treed213b444e6341b9375e9d9d9772b4faff7581ff1 /ext
parentb712c9360d66b92fcf7a24a5d1be391eb27495e1 (diff)
downloadphp-git-3bffcbef5b1de69e94155df0ebab114b7c68ef9b.tar.gz
- Add array.c to the Win32 project
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/array.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c
index f12e68f1cf..a802aeb0e3 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -104,6 +104,8 @@ zend_module_entry array_module_entry = {
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);