Skip to content

Commit

Permalink
Adding phpMyAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
seantomburke committed Feb 19, 2013
1 parent 2be9e23 commit 8541908
Show file tree
Hide file tree
Showing 963 changed files with 183,964 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpMyAdmin/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: php
php:
- "5.4"
- "5.3"
before_script: ./scripts/generate-mo --quiet
script: phpunit --configuration phpunit.xml.nocoverage
560 changes: 560 additions & 0 deletions phpMyAdmin/ChangeLog

Large diffs are not rendered by default.

5,247 changes: 5,247 additions & 0 deletions phpMyAdmin/Documentation.html

Large diffs are not rendered by default.

3,797 changes: 3,797 additions & 0 deletions phpMyAdmin/Documentation.txt

Large diffs are not rendered by default.

340 changes: 340 additions & 0 deletions phpMyAdmin/LICENSE

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions phpMyAdmin/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
phpMyAdmin - Readme
===================

Version 3.5.7

A set of PHP-scripts to manage MySQL over the web.

http://www.phpmyadmin.net/

Copyright
---------

Copyright (C) 1998-2000
Tobias Ratschiller <tobias_at_ratschiller.com>

Copyright (C) 2001-2013
Marc Delisle <marc_at_infomarc.info>
Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net>
Alexander M. Turek <me_at_derrabus.de>
Michal Čihař <michal_at_cihar.com>
Garvin Hicking <me_at_supergarv.de>
Michael Keck <mkkeck_at_users.sourceforge.net>
Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
[check Documentation.txt/.html file for more details]

License
-------

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the
Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Requirements
------------

* PHP 5.2 or later
* MySQL 5.0 or later
* a web-browser (doh!)

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, please see the Documentation.txt/.html file.

Download
--------

You can get the newest version at http://www.phpmyadmin.net/.

More Information
----------------

Please see the Documentation.txt/.html file.

Support
-------

See reference about support forums under http://www.phpmyadmin.net/


Enjoy!
------

The phpMyAdmin Devel team


PS:

Please, don't send us emails with question like "How do I compile PHP with
MySQL-support". We just don't have the time to be your free help desk.

Please send your questions to the appropriate mailing lists / forums. Before
contacting us, please read the Documentation.html (esp. the FAQ part).

35 changes: 35 additions & 0 deletions phpMyAdmin/README.VENDOR
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
phpMyAdmin - hints for distributing phpMyAdmin
==============================================

This document is intended to give advices to people who want to
redistribute phpMyAdmin inside other software package such as Linux
distribution or some all in one package including web server and MySQL
server.

Generally you can customize some basic aspects (paths to some files and
behavior) in libraries/vendor_config.php.

For example if you want setup script to generate config file in var,
change SETUP_CONFIG_FILE to /var/lib/phpmyadmin/config.inc.php and you
will also probably want to skip directory writable check, so set
SETUP_DIR_WRITABLE to false.

External libraries
------------------

phpMyAdmin includes several external libraries, you might want to
replace them with system ones if they are available, but please note
that you should test whether version you provide is compatible with the
one we ship.

Currently known list of external libraries:

js/jquery
jQuery js framework and various jQuery based libraries.

libraries/php-gettext
php-gettext library
libraries/tcpdf
tcpdf library, stripped down of not needed files

# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us
1 change: 1 addition & 0 deletions phpMyAdmin/RELEASE-DATE-3.5.7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fri Feb 15 12:28:57 UTC 2013
Loading

0 comments on commit 8541908

Please sign in to comment.