sebastian Sun Oct 6 05:29:55 2002 EDT
Modified files:
/php4/ext/mbstring mbregex.c
Log:
HAVE_MBREGEX awareness.
Index: php4/ext/mbstring/mbregex.c
diff -u php4/ext/mbstring/mbregex.c:1.9 php4/ext/mbstring/mbregex.c:1.10
--- php4/ext/mbstring/mbregex.c:1.9 Tue Aug 27 22:08:57 2002
+++ php4/ext/mbstring/mbregex.c Sun Oct 6 05:29:54 2002
@@ -23,6 +23,8 @@
#include "php.h"
+#if HAVE_MBREGEX
+
#define re_compile_pattern mbre_compile_pattern
#define re_free_pattern mbre_free_pattern
#define re_adjust_startpos mbre_adjust_startpos
@@ -4699,3 +4701,5 @@
return p;
}
+
+#endif /* HAVE_MBREGEX */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php