Changes:
- Fixed: Test suite compatibility on PHP >= 7.2.
- Added: Create database statement.
- Added: Safe SQL delimiter generation. Checks that the contained query does not contain the delimiter rather than using hard-coded slash or semicolon.
- Added: Invokes informative
E_USER_DEPRECATED
messages when using deprecated configuration options. - Added: Supports dumping events.
- Added: Checks MySQL version before dumping triggers or events.
- Changed: All configuration values are now strictly type strict.
Install using Composer:
$ composer require rah/danpu:2.7.0