Skip to content

Conversation

zluiten
Copy link
Contributor

@zluiten zluiten commented Jan 30, 2021

  • Allow PHP 8
  • Updated (dev) dependencies
  • Updated doc header with copyright year
  • Bugfix: replaced substr_replace with str_replace

https://github.com/event-engine/php-postgres-document-store/pull/19/files#diff-ad1ae52731163ed5a6715e9d147add200190335b38be36753cbc0c43e5689e73L830

- substr_replace(' 1 != 1 ', ' 1 = 1 ', $innerFilterStr),
+ str_replace(' 1 != 1 ', ' 1 = 1 ', $innerFilterStr),

This might affect #18, but that is purely based on looking at the code.

- Updated (dev) dependencies
- Bugfix: replaced substr_replace with str_repalce
- Updated doc header with copyright year
@codeliner
Copy link

codeliner commented Feb 6, 2021

👍 good catch

@codeliner codeliner merged commit 51cdac6 into event-engine:master Feb 6, 2021
@zluiten zluiten deleted the feature/php8 branch February 6, 2021 22:34
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

Successfully merging this pull request may close these issues.

2 participants