diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-17 20:55:32 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-17 20:55:32 +0000 |
commit | 2d0b84ee3021e171007fe2f35043c012580483cf (patch) | |
tree | a107ab723fcd73e97f32bc070ab3da150f5b3562 /ext/standard/basic_functions.c | |
parent | fb1c77bd4f8a636ba47d720f8ca65fc6baae836d (diff) | |
download | php-git-2d0b84ee3021e171007fe2f35043c012580483cf.tar.gz |
More work on php3_ annihilation...
Diffstat (limited to 'ext/standard/basic_functions.c')
-rw-r--r-- | ext/standard/basic_functions.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 2a349b75fe..59e7fe1df1 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -50,14 +50,6 @@ #include "php_globals.h" #include "SAPI.h" -#if APACHE -/* - ap_compat.h does a - #define md5 ap_md5 - which "kills" out md5 function. -*/ -#undef md5 -#endif #ifdef ZTS int basic_globals_id; @@ -114,7 +106,7 @@ function_entry basic_functions[] = { PHP_FE(htmlentities, NULL) PHP_FE(get_html_translation_table, NULL) - PHP_FE(md5, NULL) + PHP_NAMED_FE(md5, php_if_md5, NULL) PHP_FE(iptcparse, NULL) PHP_FE(iptcembed, NULL) |