diff options
author | foobar <sniper@php.net> | 2002-04-08 07:47:17 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-08 07:47:17 +0000 |
commit | 77c058a06a0f2f643a0343a9d5a670514f6274ce (patch) | |
tree | eb7c08914364935ab52238113e56283fc3f47bc3 /ext/ereg | |
parent | 23a3cc71e3e321308fe6c28302a51a689dab1745 (diff) | |
download | php-git-77c058a06a0f2f643a0343a9d5a670514f6274ce.tar.gz |
There's really no point in allowing using the system regex library.
Diffstat (limited to 'ext/ereg')
-rw-r--r-- | ext/ereg/ereg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/ereg/ereg.c b/ext/ereg/ereg.c index 02e39e401f..0627589bbc 100644 --- a/ext/ereg/ereg.c +++ b/ext/ereg/ereg.c @@ -98,11 +98,7 @@ PHP_MSHUTDOWN_FUNCTION(regex) PHP_MINFO_FUNCTION(regex) { -#if HSREGEX php_info_print_table_row(2, "Regex Library", "Bundled library enabled"); -#else - php_info_print_table_row(2, "Regex Library", "System library enabled"); -#endif } |