+2006-05-14 Bruno Haible <bruno@clisp.org>
+
+ * x-php.c (x_php_lex): Fix handling of here documents.
+ Reported by Gaƫtan Frenoy <gaetan@frenoy.net>.
+
2006-05-12 Bruno Haible <bruno@clisp.org>
* write-csharp.c [MINGW]: Include <io.h>.
phase1_ungetc (c);
break;
}
+ bufidx++;
+ }
+ if (bufidx == bufpos)
+ {
+ c = phase1_getc ();
+ if (c != ';')
+ phase1_ungetc (c);
+ c = phase1_getc ();
+ if (c == '\n' || c == '\r')
+ break;
}
- c = phase1_getc ();
- if (c != ';')
- phase1_ungetc (c);
- c = phase1_getc ();
- if (c == '\n' || c == '\r')
- break;
}
}
+2006-05-14 Bruno Haible <bruno@clisp.org>
+
+ * xgettext-php-2: New file.
+ * Makefile.am (TESTS): Add it.
+
2006-04-02 Bruno Haible <bruno@clisp.org>
* tstgettext.c: Include propername.h.
xgettext-objc-1 xgettext-objc-2 \
xgettext-perl-1 xgettext-perl-2 xgettext-perl-3 xgettext-perl-4 \
xgettext-perl-5 \
- xgettext-php-1 \
+ xgettext-php-1 xgettext-php-2 \
xgettext-po-1 \
xgettext-properties-1 \
xgettext-python-1 xgettext-python-2 xgettext-python-3 \