diff options
| author | Andi Gutmans <andi@php.net> | 1999-11-19 15:06:57 +0000 | 
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 1999-11-19 15:06:57 +0000 | 
| commit | 3bffcbef5b1de69e94155df0ebab114b7c68ef9b (patch) | |
| tree | d213b444e6341b9375e9d9d9772b4faff7581ff1 /ext/standard/array.c | |
| parent | b712c9360d66b92fcf7a24a5d1be391eb27495e1 (diff) | |
| download | php-git-3bffcbef5b1de69e94155df0ebab114b7c68ef9b.tar.gz | |
- Add array.c to the Win32 project
Diffstat (limited to 'ext/standard/array.c')
| -rw-r--r-- | ext/standard/array.c | 2 | 
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);  | 
