summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-09-03 21:12:10 +0000
committerAndrey Hristov <andrey@php.net>1999-09-03 21:12:10 +0000
commit5e4a85f2e3c2223de9aee7d123688a0fc75ab3f5 (patch)
treee7d5237e8445c87bacc87fe3b9b52caa7a23e701 /ext/pcre/php_pcre.h
parent3160cab22bb242c3746fe770b385279f5967bc45 (diff)
downloadphp-git-5e4a85f2e3c2223de9aee7d123688a0fc75ab3f5.tar.gz
Static is good...
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index e4df8f07e0..9ddd1f1755 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -39,11 +39,6 @@
#include <locale.h>
#endif
-PHP_MINFO_FUNCTION(pcre);
-PHP_MINIT_FUNCTION(pcre);
-PHP_MSHUTDOWN_FUNCTION(pcre);
-PHP_RINIT_FUNCTION(pcre);
-
PHP_FUNCTION(preg_match);
PHP_FUNCTION(preg_match_all);
PHP_FUNCTION(preg_replace);