Made server wide switch for unicode on/off (according to PDM).

This commit is contained in:
Dmitry Stogov 2006-02-13 10:23:59 +00:00
parent 5a4b6845dc
commit 09ca61c125
59 changed files with 644 additions and 805 deletions

View file

@ -539,7 +539,7 @@ PHP_METHOD(TextIterator, __construct)
intern->flags = flags;
}
if (Z_OBJCE_P(this_ptr) == U_CLASS_ENTRY(rev_text_iterator_ce)) {
if (Z_OBJCE_P(this_ptr) == rev_text_iterator_ce) {
intern->flags |= ITER_REVERSE;
}