Version 0.37b 2023-09-25
- PHP8 support
Version 0.36b 2015-04-30
- Change to mySQLi
- Fix typos in HTML
Version 0.35b 2012-12-26
- First ideas about adding plugin interface
- Fix // delimiter bug
- Minor fix to avoid Undefined variable curfilename notice
- Handle empty delimiter setting
- New way to determine the upload directory
- Set UTF8 as default connection charset
Version 0.34b 2011-09-04
- Fix ajax error on some OS
- Fix ajax bug on Google Chrome and Safari
- Query delimiter treatment added
- Only list SQL, GZ and CSV files
- Sort the file listing A-Z
- Add string quotes setting
Version 0.33b 2011-06-05
- Add CSV file delimiter, quotes and slashes handling
- Add SQL pre-queries (to be executed at the beginning of each session)
- Remove UTF8 Byte Order Mark
- Add security advice to the success message
Version 0.32b 2010-03-04
- Change fopen mode to “r” as workaround for Windows issues
Version 0.31b 2009-11-12
- Remove deprecated ereg()
- Add mysql module availability check
- Workaround for mysql_close() bug #48754 in PHP 5.3
- Fixing the timezone warning for date() in PHP 5.3
Version 0.30b 2009-09-02
- Add CSV preempty table feature
- Fix read whole line on Mac
- Fix Paypal code
Version 0.29b 2008-01-19
- Accurate current directory detection
- Accurate filename handling and urlencode in URLs
- Add Paypal button
Version 0.28b 2007-06-08
- Improved error message for file open errors
- Handle CSV files (you have to specify $csv_insert_table)
- Restart script in the background using AJAX
Version 0.27b 2006-11-24
- Restricted to handle only .sql and .gz files
- Accurate current directory detection
Version 0.26b 2006-10-02
- Improved statistics calculation and progress bar
Version 0.25b 2006-10-01
- Escape HTML entities in error message when showing query
- Improved statistics output with progress bar [Valerio Capello (aka ElfQrin) link ]
Version 0.24b 2006-06-25
- Accurate directory detection (use SCRIPT_FILENAME if PATH_TRANSLATED not set)
Version 0.23b 2006-06-04
- print the current mySQL connection character set
- specify special mySQL connection character set in $db_connection_char_set
- suppress warning by set_time_limit in safe mode
- PHP in CGI mode bugfix (SCRIPT_FILENAME replaced by PATH_TRANSLATED)
Version 0.22b 2006-04-15
- minor bugfix for gzip mode
- per cent progress indication
- try to set time limit to unlimited
- read dump lines longer than 65536 characters
- HTML related improvements
Version 0.21b 2005-02-08
- extended inserts giveup bugfix (don’t count linebreaks within text fields)
Version 0.20b 2005-01-05
- short_open_tag=off bugfix
- stop processing on extended insert
- disable upload of PHP files
- minor bugfixes
Version 0.19b 2004-05-31
- # comment in the text field bugfix
Version 0.18b 2004-03-18
- \\’ in the text field bugfix
Version 0.17b 2003-12-14
- MySQL deprecated ‘– ‘ comment bugfix
- Drop user-defined proprietary comment lines
- Improved anti-cache headers
Version 0.16b 2003-11-20
- Register globals bugfix
Version 0.15b 2003-11-02
- Dump file browser upload feature added (for dump files up to upload_max_filesize)
- Dump file mini-browser for the working directory added
Version 0.14b 2003-10-12
- GZip compressed files support added (available with PHP 4.3.0)
Version 0.13b 2003-10-09
- Query definition bugfix: don’t stop query inside a text field ending by ‘;’
- Query definition bugfix: don’t trim queries since spaces can be useful 🙂
- $delaypersession setting added
Version 0.12 2003-07-11
- File seek by fseek() instead of line skipping should avoid time loss when skipping lines. Thanks to Anton Hummel for this idea
Version 0.11 2003-03-11
- Table definition bugfix: don’t stop session inside an SQL query
- Queries statistics added