projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208aa10
)
fixed compilation error.
author
Rui Hirokawa
<hirokawa@php.net>
Sun, 19 Sep 2010 01:28:32 +0000
(
01:28
+0000)
committer
Rui Hirokawa
<hirokawa@php.net>
Sun, 19 Sep 2010 01:28:32 +0000
(
01:28
+0000)
ext/mbstring/mbstring.c
patch
|
blob
|
history
diff --git
a/ext/mbstring/mbstring.c
b/ext/mbstring/mbstring.c
index 9b01edbe2605b7be41b1ef6ad1be1f4e5f723950..1d4a0ec60ccd25132f04041ded21a73c57c75f6b 100644
(file)
--- a/
ext/mbstring/mbstring.c
+++ b/
ext/mbstring/mbstring.c
@@
-1344,7
+1344,7
@@
PHP_MINIT_FUNCTION(mbstring)
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)) {