nlopess         Mon Aug 11 15:40:41 2008 UTC

  Modified files:              
    /php-src/ext/mbstring       mbstring.c 
  Log:
  fix build when host machine doest has pcre installed
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.295&r2=1.296&diff_format=u
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.295 
php-src/ext/mbstring/mbstring.c:1.296
--- php-src/ext/mbstring/mbstring.c:1.295       Mon Aug  4 21:10:17 2008
+++ php-src/ext/mbstring/mbstring.c     Mon Aug 11 15:40:41 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.295 2008/08/04 21:10:17 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.296 2008/08/11 15:40:41 nlopess Exp $ */
 
 /*
  * PHP 4 Multibyte String module "mbstring"
@@ -86,7 +86,7 @@
 #include <oniguruma.h>
 #undef UChar
 #elif HAVE_PCRE || HAVE_BUNDLED_PCRE
-#include <pcre.h>
+#include "ext/pcre/php_pcre.h"
 #endif
 /* }}} */
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to