hirokawa Sun, 19 Sep 2010 01:28:32 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303539
Log:
fixed compilation error.
Changed paths:
U php/php-src/trunk/ext/mbstring/mbstring.c
Modified: php/php-src/trunk/ext/mbstring/mbstring.c
===================================================================
--- php/php-src/trunk/ext/mbstring/mbstring.c 2010-09-19 00:14:26 UTC (rev
303538)
+++ php/php-src/trunk/ext/mbstring/mbstring.c 2010-09-19 01:28:32 UTC (rev
303539)
@@ -1344,7 +1344,7 @@
REGISTER_INI_ENTRIES();
/* This is a global handler. Should not be set in a per-request
handler. */
- sapi_register_treat_data(mbstr_treat_data);
+ sapi_register_treat_data(mbstr_treat_data TSRMLS_CC);
/* Post handlers are stored in the thread-local context. */
if (MBSTRG(encoding_translation)) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php