tony2001 Thu Jan 24 23:01:48 2008 UTC
Modified files:
/php-src/ext/ereg/regex regerror.c regexec.c regfree.c
Log:
use local header when building bundled regex engine
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/regerror.c?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/ereg/regex/regerror.c
diff -u php-src/ext/ereg/regex/regerror.c:1.6
php-src/ext/ereg/regex/regerror.c:1.7
--- php-src/ext/ereg/regex/regerror.c:1.6 Fri Jul 29 23:31:59 2005
+++ php-src/ext/ereg/regex/regerror.c Thu Jan 24 23:01:47 2008
@@ -4,8 +4,8 @@
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
#include "utils.h"
#include "regerror.ih"
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/regexec.c?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/ereg/regex/regexec.c
diff -u php-src/ext/ereg/regex/regexec.c:1.4
php-src/ext/ereg/regex/regexec.c:1.5
--- php-src/ext/ereg/regex/regexec.c:1.4 Fri Aug 13 14:59:58 2004
+++ php-src/ext/ereg/regex/regexec.c Thu Jan 24 23:01:47 2008
@@ -11,8 +11,8 @@
#include <string.h>
#include <limits.h>
#include <ctype.h>
-#include <regex.h>
+#include "regex.h"
#include "utils.h"
#include "regex2.h"
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/regfree.c?r1=1.1.1.1&r2=1.2&diff_format=u
Index: php-src/ext/ereg/regex/regfree.c
diff -u php-src/ext/ereg/regex/regfree.c:1.1.1.1
php-src/ext/ereg/regex/regfree.c:1.2
--- php-src/ext/ereg/regex/regfree.c:1.1.1.1 Wed Apr 7 21:05:05 1999
+++ php-src/ext/ereg/regex/regfree.c Thu Jan 24 23:01:47 2008
@@ -1,8 +1,8 @@
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
#include "utils.h"
#include "regex2.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php