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 {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php