summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-03-12 18:13:01 +0000
committerZeev Suraski <zeev@php.net>2000-03-12 18:13:01 +0000
commitd0b9a3989b491546258206f9160a935e1299091b (patch)
tree8fe34a9a81745594476b77660c02c780794a02f4 /main/internal_functions_win32.c
parent05cf4423b9aa502682f9dd7d17e8a218b6e05b61 (diff)
downloadphp-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.c5
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,