Skip to content

Releases: druidfi/mysqldump-php

1.1.0 Performance updates

03 Mar 10:22
df0e3bc
Compare
Choose a tag to compare

What's Changed

  • Test with PHP 8.3 and user MariaDB 10.11 LTS by @back-2-95 in #33
  • Trigger the dump info hook when max buffer length is reached by @guvra in #40
  • Update actions/checkout action to v4 by @renovate in #43
  • Update druidfi/mariadb Docker tag to v10.11 by @renovate in #42
  • Inline escape() method to improve performance by @staabm in #34
  • Remove unnecessary call_user_func() to be faster by @staabm in #36
  • Faster dump by less tiny writes() by @staabm in #37

New Contributors

Full Changelog: 1.0.3...1.1.0

2.0.0 Beta1 Drop support for PHP 7 and PHP 8.0

27 Nov 07:27
Compare
Choose a tag to compare

This is a pre-release for 2.x series which will drop support for EOL PHP versions.

1.0.3

19 Oct 08:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2 PHP 8.2, table limits and fix virtual columns

06 Jan 10:24
15da1dd
Compare
Choose a tag to compare

1.0.1 DumpSettings getDefaults as static

24 Aug 11:20
Compare
Choose a tag to compare
  • Change DumpSettings::getDefaults to static function for easier access

1.0.0 First stable release!

24 Aug 10:57
Compare
Choose a tag to compare
  • Works with MySQL 5.7 and 8.0
  • Works with PHP 7.4, 8.0 and 8.1
  • In this release last PHP 8.1/PDO item was fixed

1.0.0 RC3 - third release candidate

23 Aug 16:39
Compare
Choose a tag to compare
  • Fix on processing includedTables

1.0.0 RC2 - Second release candidate

23 Aug 16:26
de3b364
Compare
Choose a tag to compare
  • Sqlite classes removed
  • Dump options as a separate class
  • Most tests passing in GHA
  • Namespace changed

1.0.0 RC1 - First release candidate

19 Aug 10:13
6c1b79c
Compare
Choose a tag to compare
  • Initial release for a new version with updated PHP syntax