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

Update regex to avoid /e depreciation #1

Merged
merged 2 commits into from
Nov 19, 2015
Merged

Update regex to avoid /e depreciation #1

merged 2 commits into from
Nov 19, 2015

Conversation

felipeumpierre
Copy link
Contributor

Update the regex line to avoid the notice message:

The /e modifier is deprecated, use preg_replace_callback

php version: 5.6.13

@miladrahimi
Copy link
Owner

Thanks for checking, yes, it seems, that's gonna be not supported soon, but the solution is not what is pulled, It need to be changed to preg_replace_callback(). I will fix it as soon as possible.

@felipeumpierre
Copy link
Contributor Author

I updated my commit changing the pre_replace to preg_replace_callback.

@felipeumpierre
Copy link
Contributor Author

@miladrahimi ping

miladrahimi added a commit that referenced this pull request Nov 19, 2015
Update regex to avoid /e depreciation
@miladrahimi miladrahimi merged commit 642b5c4 into miladrahimi:master Nov 19, 2015
@miladrahimi
Copy link
Owner

Done! Thanks for your forking dude.

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