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

Issue 123 - Fix for 'unclosed bracket expression' error #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

W3ap0n-X
Copy link
Contributor

fixes #123

Several DreamHost customers are still seeing this error. Did a bit of digging and research and it turns out that there is a bug with version 8 of mysql that specifically has some issues with escapes on [ that was causing the sequence to error out.

Fixed the escape sequence and was able to clear the error on a customer's site. Also tested on my server with mysql version 10 with this fix and there are no errors. This was also the case for all older mysql versions I was able to test (5.5 through 5.8)

@bwmarkle
Copy link
Contributor

bwmarkle commented Dec 1, 2023

@jamesros161 can you review this one further for us please?

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.

[Bug] PHP 8 Warning: mysqli_query(): The regular expression contains an unclosed bracket expression.
2 participants