Skip to content

Commit

Permalink
- Define these ones and declare them in modules.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Mar 12, 2000
1 parent 05cf442 commit d0b9a39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions main/internal_functions.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
/* SNMP has to be moved to ext */
/* #include "dl/snmp/php3_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[] = {
@EXT_MODULE_PTRS@
};
Expand Down
5 changes: 0 additions & 5 deletions main/internal_functions_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d0b9a39

Please sign in to comment.