home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 March / PCWorld_2003-03_cd.bin / Software / Vyzkuste / phptriad / phptriad2-2-1.exe / htdocs / phpmyadmin / ANNOUNCE.txt next >
Encoding:
Text File  |  2001-08-30  |  6.8 KB  |  183 lines

  1.        _           __  __          _       _           _       
  2.  _ __ | |__  _ __ |  \/  |_   _   / \   __| |_ __ ___ (_)_ __  
  3. | '_ \| '_ \| '_ \| |\/| | | | | / _ \ / _` | '_ ` _ \| | '_ \ 
  4. | |_) | | | | |_) | |  | | |_| |/ ___ \ (_| | | | | | | | | | |
  5. | .__/|_| |_| .__/|_|  |_|\__, /_/   \_\__,_|_| |_| |_|_|_| |_|
  6. |_|         |_|           |___/                                  2.2.0
  7.  
  8.  
  9. phpMyAdmin 2.2.0 - 30. August 2001
  10. ==================================
  11.  
  12.   A set of PHP-scripts to administrate MySQL over the WWW.
  13.   -----------------------------------------
  14.   http://phpwizard.net/projects/phpMyAdmin/
  15.   http://phpmyadmin.sourceforge.net/
  16.  
  17.  
  18. Announcement
  19. ------------
  20.  
  21.    After 5 months, 5 beta releases and 4 release candidate versions,
  22.    the phpMyAdmin developers are pleased to announce the availability
  23.    of phpMyAdmin 2.2.0.
  24.  
  25.    phpMyAdmin is intended to handle the administration of MySQL over
  26.    the Web. The project was started by Tobias Ratschiller in 1998,
  27.    and is now one of the most popular PHP script used worldwide.
  28.  
  29.    (Un)fortunately, Tobias then stopped to work on phpMyAdmin last
  30.    year: the last version (2.1.0) was released on 6. August 2000. In
  31.    the mean time, there were many suggestions and good ideas around,
  32.    as well as a security advisory. 
  33.  
  34.    That is why on 31st March 2001, Olivier Mⁿller (Switzerland),
  35.    supported by Marc Delisle (QuΘbec), Lo∩c Chapeaux (France) and a
  36.    team of 8 other developers re-started the phpmyadmin project on
  37.    SourceForge.net, with the authorization of the original package
  38.    maintainer. And now, after 5 months of patches, bugfixes, new
  39.    features and testing, the version 2.2.0 is finally ready.
  40.  
  41.    Available at http://phpmyadmin.sourceforge.net, it includes the
  42.    following highlights:
  43.  
  44.  
  45. Highlights
  46. ----------
  47.  
  48.      * Security fixes
  49.      * New languages: Thai, Swedish, Galician, Romanian, Slovak, 
  50.        Japanese, Korean
  51.      * Dynamic multiple language support, with automatic browser 
  52.        language detection
  53.      * Improved documentation
  54.      * Better file import/export possibilities
  55.      * PEAR, CSS2 and XHTML 1.0 compliant (as far as possible)
  56.      * User and Database administration page
  57.      * Gzip and HTTP compression support
  58.      * Removed necessity of magic_quotes_gpc (autodetection)
  59.      * Bookmarks (sql queries) feature
  60.      * Database usage statistics
  61.      * Javascript compatibility improvements
  62.      * Table maintenance features (repair, check, optimize)
  63.      * Maintained PHP3 compatibility
  64.      * Better BLOB support
  65.      * Table usage and row statistics
  66.      * Multiple table types
  67.      * Now backed by a full-time development team! :)
  68.  
  69.   Detailed list of changes since version 2.1 is available under 
  70.   http://phpmyadmin.sourceforge.net/ChangeLog.txt
  71.  
  72.  
  73. Availability
  74. ------------
  75.     This software is available under the GNU General Public License V2.0.
  76.  
  77.     You can get the newest version at http://phpmyadmin.sourceforge.net/
  78.     Available file formats are: .zip, .tar.gz and .tar.bz2. 
  79.  
  80.     If you install phpMyAdmin on your system, it's recommended to
  81.     subscribe to the news mailing list by adding your address under
  82.        http://lists.sourceforge.net/lists/listinfo/phpmyadmin-news 
  83.     This way, you will be informed of new updates and security fixes.
  84.     It is a read only list, and traffic is not greater than a few 
  85.     mail every year.
  86.  
  87.  
  88. Support and Documentation
  89. -------------------------
  90.  
  91.     The documentation is included in the software package as text and
  92.     HTML file, but can also be downloaded from:
  93.  
  94.        http://phpmyadmin.sourceforge.net/documentation/
  95.  
  96.  
  97.     The software is provided as is without any express or implied
  98.     warranty, but there is a bugs tracker page under:
  99.  
  100.        http://sourceforge.net/projects/phpmyadmin/   [click on "Bugs"]
  101.  
  102.     In addition, there are also a number of discussion lists
  103.     related to phpMyAdmin.  A list of mailing lists with archives 
  104.     is available at:
  105.  
  106.        http://sourceforge.net/mail/?group_id=23067  or
  107.        http://sourceforge.net/projects/phpmyadmin/   [click on "Lists"]
  108.  
  109.     Finally, an users support forum is also available under:
  110.  
  111.        http://www.phpwizard.net/phorum/list.php?f=1
  112.  
  113.  
  114. Known bugs
  115. ----------
  116.  
  117.   There are still a few annoying but hard to fix bugs:
  118.  
  119.   * some browsers (IE5.0, Mozilla 0.8+) doesn't like to play with
  120.     binary data
  121.   * importing csv data may fail under very perticular circumstances
  122.   * aliases in sql queries aren't yet well handled
  123.   * out of memory error, when trying to create a table with more 
  124.     than 14 fields (check the FAQ)
  125.  
  126.   To be informed about new releases fixing these problems, please 
  127.   subscribe to the news mailing list under
  128.     http://lists.sourceforge.net/lists/listinfo/phpmyadmin-news
  129.   or regularly check the sourceforge bugs tracker.
  130.  
  131.  
  132. Description
  133. -----------
  134.  
  135. phpMyAdmin is intended to handle the administration of MySQL over the WWW.
  136.     Currently it can:
  137.       - create and drop databases
  138.       - create, copy, drop and alter tables
  139.       - delete, edit and add fields
  140.       - execute any SQL-statement, even batch-queries
  141.       - manage keys on fields
  142.       - load text files into tables
  143.       - create and read dumps of tables
  144.       - export and import CSV data
  145.       - support single- and multi-user configuration
  146.       - communicate in more than 20 different languages
  147.  
  148.  
  149. Author & Copyright
  150. ------------------
  151.  
  152.     Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_phpwizard.net>
  153.     Copyright (C) 2001-     Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
  154.                             Olivier Mⁿller <om_at_omnis.ch>
  155.                             Lo∩c Chapeaux <lolo_at_phpHeaven.net>
  156.                             Robin Johnson <robbat2_at_users.sourceforge.net>
  157.                             Armel Fauveau <armel.fauveau_at_globalis-ms.com>
  158.                             Geert Lund <glund_at_silversoft.dk>
  159.                             Korakot Chaovavanich <korakot_at_iname.com>
  160.                             Pete Kelly <webmaster_at_trafficg.com>
  161.                             Steve Alberty <alberty_at_neptunlabs.de>
  162.                             Benjamin Gandon <gandon_at_isia.cma.fr>
  163.                             + many other people (check the CREDITS file)
  164.  
  165.     This program is free software; you can redistribute it and/or modify
  166.     it under the terms of the GNU General Public License as published by
  167.     the Free Software Foundation; either version 2 of the License, or
  168.     (at your option) any later version.
  169.  
  170.     This program is distributed in the hope that it will be useful,
  171.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  172.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  173.     GNU General Public License for more details.
  174.  
  175.     You should have received a copy of the GNU General Public License
  176.     along with this program; if not, write to the Free Software
  177.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  178.  
  179.  
  180.  
  181. EOF -- Olivier Mⁿller / 2001.08.30
  182.  
  183.