helly Thu Jul 20 22:07:09 2006 UTC
Modified files:
/php-src/ext/pcre php_pcre.c
Log:
- TSRM fixes
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.189&r2=1.190&diff_format=u
Index: php-src/ext/pcre/php_pcre.c
diff -u php-src/ext/pcre/php_pcre.c:1.189 php-src/ext/pcre/php_pcre.c:1.190
--- php-src/ext/pcre/php_pcre.c:1.189 Thu Jul 20 21:52:40 2006
+++ php-src/ext/pcre/php_pcre.c Thu Jul 20 22:07:09 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_pcre.c,v 1.189 2006/07/20 21:52:40 helly Exp $ */
+/* $Id: php_pcre.c,v 1.190 2006/07/20 22:07:09 helly 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_DC)
+ zval *subpats, int global, int use_flags, long flags, long start_offset
TSRMLS_CC)
{
zval *result_set, /* Holds a set of
subpatterns after
a global match */
@@ -926,7 +926,7 @@
}
return php_pcre_replace_impl(pce, subject, subject_len, replace_val,
- is_callable_replace, result_len, limit, replace_count
TSRMLS_DC);
+ is_callable_replace, result_len, limit, replace_count
TSRMLS_CC);
}
PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int
subject_len, zval *replace_val,
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php