Releases: ifsnop/mysqldump-php
mysqldump-php v2.2 (Gray Zing Corgi)
Added geometry types to hexblobs
Added tests for PHP 7.0 (although nightly is also tested)
Added destructor logic
Added complete-insert
Added support for regexps within exclude-table strings
Clean include-views and include-tables logic
Describe mysqldump-php as cross platform
skip-dump-date option fixed
mysqldump-php v2.1 (yellow lead husky)
Remove duplicated code, make code
Dump user procedures.
Lower case option names, not parameters (bug)
mysqldump-php v2.0 (lime tin edition)
New DSN options, easier to create new connections (brokes compatibility with older releases)
Create Stand-Ins tables when dumping views (fixes a bug with related views)
Improved speed when dumping hex-blobs
mysqldump-php v1.6 (steel bee edition)
Privilege fix, no more SUPER privilege needed
Added port settings to connection string
Some warnings suppressed
Added skip-comments and skip-dump-date
mysqldump-php v1.5 (lavender lustre edition)
Added support for utf8mb4
Output fllename provided by user won't be changed, so provide a filename extension if you are compressing output!
Mysqldump-php will refuse to overwrite a file if it exists, and it will raise an exception.
mysqldump-php v1.4
Merge pull request #67 from ifsnop/devel merge devel branch
mysqldump-php v1.3.1
Merge branch 'devel'
mysqldump-php v1.3
store numeric without quotes, as mysqldump
mysqldump-php v1.0
Update composer.json