diff options
author | Zeev Suraski <zeev@php.net> | 2000-03-12 18:13:01 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-03-12 18:13:01 +0000 |
commit | d0b9a3989b491546258206f9160a935e1299091b (patch) | |
tree | 8fe34a9a81745594476b77660c02c780794a02f4 /main/internal_functions_win32.c | |
parent | 05cf4423b9aa502682f9dd7d17e8a218b6e05b61 (diff) | |
download | php-git-d0b9a3989b491546258206f9160a935e1299091b.tar.gz |
- Define these ones and declare them in modules.h
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 57830151f0..68a679dae0 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -60,11 +60,6 @@ /* SNMP has to be moved to ext */ /* #include "dl/snmp/php_snmp.h" */ -unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE }; -unsigned char first_arg_allow_ref[] = { 1, BYREF_ALLOW }; -unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE }; -unsigned char second_arg_allow_ref[] = { 2, BYREF_NONE, BYREF_ALLOW }; - zend_module_entry *php_builtin_extensions[] = { #if WITH_BCMATH phpext_bcmath_ptr, |