rrichards Thu Jul 20 22:40:44 2006 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: tsrmls fix http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.190&r2=1.191&diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.190 php-src/ext/pcre/php_pcre.c:1.191 --- php-src/ext/pcre/php_pcre.c:1.190 Thu Jul 20 22:07:09 2006 +++ php-src/ext/pcre/php_pcre.c Thu Jul 20 22:40:44 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pcre.c,v 1.190 2006/07/20 22:07:09 helly Exp $ */ +/* $Id: php_pcre.c,v 1.191 2006/07/20 22:40:44 rrichards Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -463,7 +463,7 @@ } PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, - zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_CC) + zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC) { zval *result_set, /* Holds a set of subpatterns after a global match */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php