From 5b983c944f66b55192c901ce3fa38fcce6ca21e3 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 4 Dec 1999 19:19:57 +0000 Subject: Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. --- ext/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 22bc7638f3..1dd70ec31a 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -29,7 +29,7 @@ #if HAVE_PCRE || HAVE_BUNDLED_PCRE -#include "ext/standard/php3_string.h" +#include "ext/standard/php_string.h" #define PREG_PATTERN_ORDER 0 #define PREG_SET_ORDER 1 -- cgit v1.2.1