From: sgunderson@bigfoot.com <> Date: Mon, 21 Apr 2008 19:18:42 +0000 (+0200) Subject: Rename php -> php4. X-Git-Url: https://git.sesse.net/?p=xml-template;a=commitdiff_plain;h=c402a466eea6abecd4d7fcf1b7f80b8d2519e80f Rename php -> php4. --- diff --git a/php/attribute-empty.php b/php4/attribute-empty.php similarity index 100% rename from php/attribute-empty.php rename to php4/attribute-empty.php diff --git a/php/attribute.php b/php4/attribute.php similarity index 100% rename from php/attribute.php rename to php4/attribute.php diff --git a/php/attribute2.php b/php4/attribute2.php similarity index 100% rename from php/attribute2.php rename to php4/attribute2.php diff --git a/php/attribute3.php b/php4/attribute3.php similarity index 100% rename from php/attribute3.php rename to php4/attribute3.php diff --git a/php/clone.php b/php4/clone.php similarity index 100% rename from php/clone.php rename to php4/clone.php diff --git a/php/include.php b/php4/include.php similarity index 100% rename from php/include.php rename to php4/include.php diff --git a/php/namespace.php b/php4/namespace.php similarity index 100% rename from php/namespace.php rename to php4/namespace.php diff --git a/php/namespace2.php b/php4/namespace2.php similarity index 100% rename from php/namespace2.php rename to php4/namespace2.php diff --git a/php/passthru.php b/php4/passthru.php similarity index 100% rename from php/passthru.php rename to php4/passthru.php diff --git a/php/simple.php b/php4/simple.php similarity index 100% rename from php/simple.php rename to php4/simple.php diff --git a/php/structure.php b/php4/structure.php similarity index 100% rename from php/structure.php rename to php4/structure.php diff --git a/php/xml-template.php b/php4/xml-template.php similarity index 100% rename from php/xml-template.php rename to php4/xml-template.php diff --git a/tests/test.sh b/tests/test.sh index 0b09ea4..ed601ca 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -4,7 +4,7 @@ if [ -z "$TESTS" ]; then TESTS="passthru simple clone include attribute attribute2 attribute3 attribute-empty namespace namespace2 structure" fi if [ -z "$LANGUAGES" ]; then - LANGUAGES="perl perl-sax php python ruby" + LANGUAGES="perl perl-sax php4 python ruby" fi for L in $LANGUAGES; do @@ -18,8 +18,8 @@ for L in $LANGUAGES; do if [ "$L" = "perl-sax" ]; then perl -I../perl-sax ../perl-sax/$T.pl > $TEMPFILE fi - if [ "$L" = "php" ]; then - php4-cgi -q ../php/$T.php > $TEMPFILE + if [ "$L" = "php4" ]; then + php4-cgi -q ../php4/$T.php > $TEMPFILE fi if [ "$L" = "python" ]; then python ../python/$T.py > $TEMPFILE