[Phpmyadmin-devel] Question about URL in dump

Robin Johnson robbat2 at fermi.orbis-terrarum.net
Sun Jul 7 03:05:04 CEST 2002


Hi List,

Just a question,
All dumps from PMA currently make this header:
# phpMyAdmin MySQL-Dump
# version 2.3.0-rc2
# http://phpwizard.net/phpMyAdmin/
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generation Time: Jun 19, 2002 at 09:12 PM
# Server version: 3.23.49
# PHP Version: 4.3.0-dev

Of this, I have a few questions
1. Can we simplify the URLs to just our main URL:
# http://www.phpmyadmin.net

2. Can we change the generation time format to RFC-822 formatted date?

3. Can we change the entire comment style to ANSI-ISO complaint SQL using
/* */ ?

4. Could the headers get tidied up some?

So it would become with all my suggestions:
/**
 * phpMyAdmin MySQL-Dump
 * version 2.3.0-rc2
 * http://www.phpmyadmin.net/
 *
 * Host: localhost
 * Time: Wed, 19 Jun 2002 21:12:07 -0800
 * Server: MySQL-3.23.49
 * PHP: 4.3.0-dev
 */

-- 
Robin Hugh Johnson
E-Mail     : robbat2 at orbis-terrarum.net
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#       : 30269588 or 41961639





More information about the Developers mailing list