mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
* 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:
parent
67296f0704
commit
1fb61df8a5
14 changed files with 51 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue