Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of Symfony 6 #92

Closed
Johnmeurt opened this issue May 27, 2022 · 3 comments
Closed

Add support of Symfony 6 #92

Johnmeurt opened this issue May 27, 2022 · 3 comments

Comments

@Johnmeurt
Copy link

Hello,

the library has 2 dependencies on Symfony < 6 which makes the migration impossible for project.

  • symfony/dependency-injection: I did not find usage on the source and test. Should it be removed ?
  • symfony/event-dispatcher: seems compatible with Sf6.

Regards

@Moln
Copy link
Contributor

Moln commented Jan 10, 2023

You can try this fork https://github.com/Moln/php-mysql-replication .

Resolve these issues:

  • Add regular expression matching support for DatabasesOnly or TablesOnly of Config.
  • Resolve Let's Config static properties to non-static. #94, change static config properties to non-static.
  • Add retry feature.
    (new ConfigBuilder())
      ->withRetry(-1) // Retry always.
      ->withRetry(0)  // Disable retry feature. (Default)
      ->withRetry(2)  // Retry twice.
  • PHP 8.1,8.2 supports.

@huangdijia
Copy link
Contributor

Can you submit a PR to the official?

@krowinski
Copy link
Owner

fixed in #113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants