tony2001 Thu Jan 24 23:11:15 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/regex regerror.c regexec.c regfree.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/regex/regerror.c?r1=1.6&r2=1.6.4.1&diff_format=u Index: php-src/regex/regerror.c diff -u php-src/regex/regerror.c:1.6 php-src/regex/regerror.c:1.6.4.1 --- php-src/regex/regerror.c:1.6 Fri Jul 29 23:31:59 2005 +++ php-src/regex/regerror.c Thu Jan 24 23:11:15 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/regex/regexec.c?r1=1.4&r2=1.4.4.1&diff_format=u Index: php-src/regex/regexec.c diff -u php-src/regex/regexec.c:1.4 php-src/regex/regexec.c:1.4.4.1 --- php-src/regex/regexec.c:1.4 Fri Aug 13 14:59:58 2004 +++ php-src/regex/regexec.c Thu Jan 24 23:11:15 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/regex/regfree.c?r1=1.1.1.1&r2=1.1.1.1.36.1&diff_format=u Index: php-src/regex/regfree.c diff -u php-src/regex/regfree.c:1.1.1.1 php-src/regex/regfree.c:1.1.1.1.36.1 --- php-src/regex/regfree.c:1.1.1.1 Wed Apr 7 21:05:05 1999 +++ php-src/regex/regfree.c Thu Jan 24 23:11:15 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