]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make it work regardless of the php configuration.
authorBruno Haible <bruno@clisp.org>
Tue, 20 Mar 2007 02:12:09 +0000 (02:12 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:43 +0000 (12:14 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/lang-php

index 9b435b42edd5e47c91b2f3c734c4286691852753..7ceb154853852024783652506d75f6c9e80970f6 100644 (file)
@@ -1,3 +1,9 @@
+2007-03-19  Bruno Haible  <bruno@clisp.org>
+
+       * lang-php: Use <?php instead of <?, since the latter does not work
+       when php is configured with short_open_tag = off.
+       Patch by Jens Petersen <petersen@redhat.com>.
+
 2007-03-17  Bruno Haible  <bruno@clisp.org>
 
        * xgettext-php-1: Test that strings [ ] are not extracted for an outer
index 992c19200a22a47610a041d4082a9c6256d106a3..9460680aae5059c02661f98c82b2a0b47e3c2410 100755 (executable)
@@ -9,7 +9,7 @@ trap 'rm -fr $tmpfiles' 1 2 3 15
 
 tmpfiles="$tmpfiles prog.php"
 cat <<\EOF > prog.php
-<?
+<?php
   setlocale (LC_ALL, "");
   textdomain ("prog");
   bindtextdomain ("prog", ".");