tony2001 Thu Jan 24 23:02:07 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/ereg/regex regerror.c regexec.c regfree.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/regerror.c?r1=1.6.6.2&r2=1.6.6.3&diff_format=u
Index: php-src/ext/ereg/regex/regerror.c
diff -u php-src/ext/ereg/regex/regerror.c:1.6.6.2
php-src/ext/ereg/regex/regerror.c:1.6.6.3
--- php-src/ext/ereg/regex/regerror.c:1.6.6.2 Fri Oct 5 15:00:06 2007
+++ php-src/ext/ereg/regex/regerror.c Thu Jan 24 23:02:07 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.6.2&r2=1.4.6.3&diff_format=u
Index: php-src/ext/ereg/regex/regexec.c
diff -u php-src/ext/ereg/regex/regexec.c:1.4.6.2
php-src/ext/ereg/regex/regexec.c:1.4.6.3
--- php-src/ext/ereg/regex/regexec.c:1.4.6.2 Fri Oct 5 15:00:07 2007
+++ php-src/ext/ereg/regex/regexec.c Thu Jan 24 23:02:07 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.38.2&r2=1.1.1.1.38.3&diff_format=u
Index: php-src/ext/ereg/regex/regfree.c
diff -u php-src/ext/ereg/regex/regfree.c:1.1.1.1.38.2
php-src/ext/ereg/regex/regfree.c:1.1.1.1.38.3
--- php-src/ext/ereg/regex/regfree.c:1.1.1.1.38.2 Fri Oct 5 15:00:07 2007
+++ php-src/ext/ereg/regex/regfree.c Thu Jan 24 23:02:07 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