summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-14 18:25:16 +0000
committerZeev Suraski <zeev@php.net>1999-05-14 18:25:16 +0000
commit1fb61df8a5d7f801be8fb5850ff639b26fc7dd0c (patch)
treeac5415670848e3834080e57c11be0a2fcaf03b64 /ext/standard/basic_functions.c
parent67296f0704403c84a5921011dbe44d4fee578cc5 (diff)
downloadphp-git-1fb61df8a5d7f801be8fb5850ff639b26fc7dd0c.tar.gz
* Include all of the standard modules in internal_functions.c.in. Stig - is that
the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future.
Diffstat (limited to 'ext/standard/basic_functions.c')
-rw-r--r--ext/standard/basic_functions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c
index b908e96a41..ed3ac07041 100644
--- a/ext/standard/basic_functions.c
+++ b/ext/standard/basic_functions.c
@@ -122,7 +122,6 @@ function_entry basic_functions[] = {
{"rtrim", php3_chop, NULL},
{"pos", array_current, first_arg_force_ref},
- {"fsockopen", php3_fsockopen, third_and_fourth_args_force_ref},
{"getimagesize", php3_getimagesize, NULL},
{"htmlspecialchars", php3_htmlspecialchars, NULL},
{"htmlentities", php3_htmlentities, NULL},