tony2001                Tue Aug 29 21:49:32 2006 UTC

  Modified files:              
    /php-src/ext/spl    spl_iterators.c 
  Log:
  fix build
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.148&r2=1.149&diff_format=u
Index: php-src/ext/spl/spl_iterators.c
diff -u php-src/ext/spl/spl_iterators.c:1.148 
php-src/ext/spl/spl_iterators.c:1.149
--- php-src/ext/spl/spl_iterators.c:1.148       Mon Aug 28 20:36:50 2006
+++ php-src/ext/spl/spl_iterators.c     Tue Aug 29 21:49:32 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_iterators.c,v 1.148 2006/08/28 20:36:50 andrei Exp $ */
+/* $Id: spl_iterators.c,v 1.149 2006/08/29 21:49:32 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1020,7 +1020,7 @@
                        }
                        intern->u.regex.mode = mode;
                        intern->u.regex.regex = estrndup(regex, regex_len);
-                       intern->u.regex.pce = 
pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC);
+                       intern->u.regex.pce = 
pcre_get_compiled_regex_cache(regex, regex_len, 0 TSRMLS_CC);
                        intern->u.regex.pce->refcount++;
                        break;;
                }

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

Reply via email to