Garvin Hicking 133384a8e3 The case when you could edit binary data because of the ProtectBinary
variable is now handled as well. In this case, the (maybe edited) value is
kept, when no file was uploaded. I easified the IF/ELSE-Logic into those
parts:

1. If the file is valid, always use the data of the file and
overwrite any existing data or any input made in the textarea, if
ProtectBinary is set to FALSE.

2. If the file is malicious, the previous data will not be overwritten. If
ProtectBinary is set to FALSE, the input of the textarea will be used
instead.

3. If the file is empty, the previous data will be erased.

Please double-check, even though it's okay for me and I checked all
edit/insert actions with both ProtectBinary set to blob and to false.
2003-02-17 16:41:34 +00:00
2003-02-17 01:26:01 +00:00
2003-02-01 16:27:39 +00:00
2002-08-26 11:58:24 +00:00
2003-02-16 23:24:26 +00:00
2003-02-09 16:03:20 +00:00
2003-02-04 11:29:25 +00:00
2003-02-16 21:20:08 +00:00
rc3
2003-02-17 01:58:36 +00:00
2003-02-17 01:32:48 +00:00
2003-02-02 08:17:00 +00:00
2001-08-03 09:19:35 +00:00
2003-02-04 21:44:04 +00:00
2001-05-03 17:25:09 +00:00
2003-02-09 16:03:20 +00:00
2003-01-15 13:22:33 +00:00
2003-02-16 11:25:46 +00:00
2003-01-11 12:52:42 +00:00
2003-02-14 14:47:41 +00:00
2003-01-11 12:52:42 +00:00
2003-01-11 12:52:42 +00:00
2003-02-16 11:09:58 +00:00
2003-02-03 21:02:11 +00:00
2003-01-19 13:48:15 +00:00
2003-02-07 17:44:22 +00:00
2003-01-29 11:28:12 +00:00
2001-07-07 08:41:54 +00:00
rc3
2003-02-17 01:58:36 +00:00

$Id$

phpMyAdmin - Readme
===================

  A set of PHP-scripts to administrate MySQL over the WWW.

  Version 2.3.0 - August 2002
  ---------------------------
  http://www.phpmyadmin.net/

    Copyright (C) 1998-2000 Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
    Copyright (C) 2001-     Olivier Müller <om_at_omnis.ch>
                            Loïc Chapeaux <lolo_at_phpHeaven.net>
                Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
                [check Documentation.txt/.html file for more details]

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

    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, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

  Requirements:
    PHP3 (>= 3.0.8) or PHP4
    MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x)
    a web-browser (doh!)

  Summary:
    phpMyAdmin is intended to handle the adminstration of MySQL over the WWW.
    Currently it can:
      - create and drop databases
      - create, copy, drop and alter tables
      - delete, edit and add fields
      - execute any SQL-statement, even batch-queries
      - manage keys on fields
      - load text files into tables
      - create and read dumps of tables
      - export and import CSV data
      - administer one single database
      - communicate in more than 38 different languages

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

  Credits:
    Please see the Documentation.txt/.html file.

  Installation:
    Please see the Documentation.txt/.html file.

  ChangeLog:
    Now in ChangeLog

  Documentation:
    Basic documentation available in Documentation.txt/.html

  Support:
    There is are 2 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
      PHP3 with MySQL-support". We do answer all emails regarding
      phpMyAdmin, but we just don't have the time to be your free helpdesk.
      Please send your questions to the appropiate mailinglists / forums.
      Before contacting us, please read the Documentation.html (esp. the
      FAQ part).

Description
No description provided
Readme GPL-2.0 108 MiB
Languages
PHP 85.6%
JavaScript 8.3%
HTML 5.6%
CSS 0.5%