no more support for php3

This commit is contained in:
Michal Čihař
2003-11-18 15:20:45 +00:00
parent 4edf711ada
commit 6884f9701a
250 changed files with 1145 additions and 1104 deletions

View File

@@ -13,7 +13,7 @@ $passed = array();
// 1. Do check
$languageDirectory = dir('../lang');
while ($name = $languageDirectory->read()) {
if (strpos($name, '.inc.php3')) {
if (strpos($name, '.inc.php')) {
// 1.1 Checks parse errors and extra blank line
include('../lang/' . $name);
header('X-Ping: pong');

View File

@@ -2,9 +2,13 @@
#
# $Id$
#
# 2003-11-18, nijel@users.sourceforge.net:
# - switch php3 -> php
#
# 2003-10-10, nijel@users.sourceforge.net:
# - cvsserver set on just one place to ease testing
# - echoes md5 sums to include on download page
#
# 2003-06-22, robbat2@users.sourceforge.net:
# - Moved to using updatedocs.sh for updating documentation
# - Make tarring faster by re-arranging ops
@@ -60,7 +64,7 @@ cat <<END
Please ensure you have:
1. incremented rc count or version in CVS :
- in libraries/defines_php.lib.php3 the line
- in libraries/defines_php.lib.php the line
" define('PMA_VERSION', '$1'); "
- in Documentation.html the 2 lines
" <title>phpMyAdmin $1 - Documentation</title> "
@@ -73,7 +77,7 @@ Please ensure you have:
cd lang
./sync_lang.sh
and checked all language files are valid (use
the "./scripts/check_lang.php3" script to do it).
the "./scripts/check_lang.php" script to do it).
Continue (y/n)?
END
@@ -112,21 +116,12 @@ find phpMyAdmin -type f -print0 | xargs -0 chmod 644
find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755
mv phpMyAdmin phpMyAdmin-$1
# Roll up '.php3' release
zip -9 -r phpMyAdmin-$1-php3.zip phpMyAdmin-$1
tar cvf phpMyAdmin-$1-php3.tar phpMyAdmin-$1
bzip2 -9kv phpMyAdmin-$1-php3.tar
gzip -9v phpMyAdmin-$1-php3.tar
# Setup for '.php' release
cd phpMyAdmin-$1
./scripts/extchg.sh php3 php
cd ..
# Roll up '.php' release
zip -9 -r phpMyAdmin-$1-php.zip phpMyAdmin-$1
tar cvf phpMyAdmin-$1-php.tar phpMyAdmin-$1
bzip2 -9kv phpMyAdmin-$1-php.tar
gzip -9v phpMyAdmin-$1-php.tar
zip -9 -r phpMyAdmin-$1.zip phpMyAdmin-$1
tar cvf phpMyAdmin-$1.tar phpMyAdmin-$1
bzip2 -9kv phpMyAdmin-$1.tar
gzip -9v phpMyAdmin-$1.tar
echo ""
echo ""
@@ -177,7 +172,7 @@ Todo now:
phpmyadmin-news@lists.sourceforge.net
phpmyadmin-users@lists.sourceforge.net
8. increment rc count or version in CVS :
- in libraries/defines_php.lib.php3 the line
- in libraries/defines_php.lib.php the line
" define('PHPMYADMIN_VERSION', '2.2.2-rc1'); "
- in Documentation.html the 2 lines
" <title>phpMyAdmin 2.2.2-rc1 - Documentation</title> "

View File

@@ -9,7 +9,7 @@
-- up with having the same password for the controluser) #
-- #
-- Please dont forget to set up the tablenames in #
-- config.inc.php3 #
-- config.inc.php #
-- #
-- Please note that the table names might be converted #
-- to lower case, if the MySQL option #

View File

@@ -45,7 +45,7 @@
<h1>Parser BUG decoder</h1>
<br />
<form method="post" action="./decode_bug.php3">
<form method="post" action="./decode_bug.php">
<input type="hidden" name="bar" value="<?php echo rand(); ?>" />
Encoded bug report:<br />
<textarea name="bug_encoded" cols="72" rows="10"></textarea>