Hello Moriyoshi,
sorry for the confusion. They were. Only for some reason I got those
mails too late.
marcus
Tuesday, July 29, 2008, 1:14:31 AM, you wrote:
> I thought these were fixed in the subsequent commit. Weren't they?
> Moriyoshi
> Marcus Boerger wrote:
>>> /* calculate current position */
>>> offset = original_offset = YYCURSOR - SCNG(yy_start);
>>> - if (old_input_filter && original_offset > 0) {
>>> - new_encoding = SCNG(script_encoding);
>>> + if (old_input_filter && offset > 0) {
>>> + zend_encoding *new_encoding = SCNG(script_encoding);
>>> + zend_encoding_filter new_filter = SCNG(input_filter);
>>
>> You broke indentation here and at severl other places.
>>
>>> SCNG(script_encoding) = old_encoding;
>>> - do {
Best regards,
Marcus
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php