From c402a466eea6abecd4d7fcf1b7f80b8d2519e80f Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Mon, 21 Apr 2008 21:18:42 +0200 Subject: [PATCH] Rename php -> php4. --- {php => php4}/attribute-empty.php | 0 {php => php4}/attribute.php | 0 {php => php4}/attribute2.php | 0 {php => php4}/attribute3.php | 0 {php => php4}/clone.php | 0 {php => php4}/include.php | 0 {php => php4}/namespace.php | 0 {php => php4}/namespace2.php | 0 {php => php4}/passthru.php | 0 {php => php4}/simple.php | 0 {php => php4}/structure.php | 0 {php => php4}/xml-template.php | 0 tests/test.sh | 6 +++--- 13 files changed, 3 insertions(+), 3 deletions(-) rename {php => php4}/attribute-empty.php (100%) rename {php => php4}/attribute.php (100%) rename {php => php4}/attribute2.php (100%) rename {php => php4}/attribute3.php (100%) rename {php => php4}/clone.php (100%) rename {php => php4}/include.php (100%) rename {php => php4}/namespace.php (100%) rename {php => php4}/namespace2.php (100%) rename {php => php4}/passthru.php (100%) rename {php => php4}/simple.php (100%) rename {php => php4}/structure.php (100%) rename {php => php4}/xml-template.php (100%) 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 -- 2.39.2