* 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.
This commit is contained in:
Zeev Suraski 1999-05-14 18:25:16 +00:00
parent 67296f0704
commit 1fb61df8a5
14 changed files with 51 additions and 1 deletions

View file

@ -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},