]> git.sesse.net Git - xml-template/commitdiff
Rename php -> php4.
authorsgunderson@bigfoot.com <>
Mon, 21 Apr 2008 19:18:42 +0000 (21:18 +0200)
committersgunderson@bigfoot.com <>
Mon, 21 Apr 2008 19:18:42 +0000 (21:18 +0200)
13 files changed:
php4/attribute-empty.php [moved from php/attribute-empty.php with 100% similarity]
php4/attribute.php [moved from php/attribute.php with 100% similarity]
php4/attribute2.php [moved from php/attribute2.php with 100% similarity]
php4/attribute3.php [moved from php/attribute3.php with 100% similarity]
php4/clone.php [moved from php/clone.php with 100% similarity]
php4/include.php [moved from php/include.php with 100% similarity]
php4/namespace.php [moved from php/namespace.php with 100% similarity]
php4/namespace2.php [moved from php/namespace2.php with 100% similarity]
php4/passthru.php [moved from php/passthru.php with 100% similarity]
php4/simple.php [moved from php/simple.php with 100% similarity]
php4/structure.php [moved from php/structure.php with 100% similarity]
php4/xml-template.php [moved from php/xml-template.php with 100% similarity]
tests/test.sh

similarity index 100%
rename from php/attribute.php
rename to php4/attribute.php
similarity index 100%
rename from php/attribute2.php
rename to php4/attribute2.php
similarity index 100%
rename from php/attribute3.php
rename to php4/attribute3.php
similarity index 100%
rename from php/clone.php
rename to php4/clone.php
similarity index 100%
rename from php/include.php
rename to php4/include.php
similarity index 100%
rename from php/namespace.php
rename to php4/namespace.php
similarity index 100%
rename from php/namespace2.php
rename to php4/namespace2.php
similarity index 100%
rename from php/passthru.php
rename to php4/passthru.php
similarity index 100%
rename from php/simple.php
rename to php4/simple.php
similarity index 100%
rename from php/structure.php
rename to php4/structure.php
similarity index 100%
rename from php/xml-template.php
rename to php4/xml-template.php
index 0b09ea4838f04de123a9ef297e129675d89829ce..ed601caf60981c8d7734503262e782e3162f3aa1 100755 (executable)
@@ -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