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

Replace removed eregi calls with preg_match. #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jmichaelward
Copy link
Collaborator

@jmichaelward jmichaelward commented Apr 24, 2023

This PR replaces calls to eregi in favor of preg_match. eregi was deprecated in PHP 5.3 and removed altogether in PHP 7.0.

Merging this change should be the last updated required to make the board's PHP code fully compatible with PHP 8.2.

@tkellen
Copy link
Member

tkellen commented Apr 24, 2023

thank you!

@jmichaelward
Copy link
Collaborator Author

@tkellen I'm glad you didn't merge this way back in April - I finally had some time to stand up the board locally today discovered when trying to go through the signup flow that I didn't have delimiters set on the regular expressions. That's been fixed so this should be good to go.

Now that I've got the board running locally in Docker I should be able to start tackling some other items, including getting Sphinx updated in prep for an upgrade to PHP 8.

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.

None yet

2 participants