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

[BUGFIX] Fix PHP warnings with PHP 5.5. #26

Merged
merged 1 commit into from
Jan 26, 2014
Merged

[BUGFIX] Fix PHP warnings with PHP 5.5. #26

merged 1 commit into from
Jan 26, 2014

Conversation

oliverklee
Copy link
Contributor

The /e modifier for preg_replace is deprecated since PHP 5.5.
We need to replace it with preg_replace_callback.

This fixes #3 and fixes #25.

The /e modifier for preg_replace is deprecated since PHP 5.5.
We need to replace it with preg_replace_callback.

This fixes #3 and fixes #25.
@oliverklee
Copy link
Contributor Author

This pull request replaces the pull request 25.

jjriv added a commit that referenced this pull request Jan 26, 2014
[BUGFIX] Fix PHP warnings with PHP 5.5.
@jjriv jjriv merged commit e9565df into master Jan 26, 2014
@oliverklee oliverklee deleted the pr/25 branch January 26, 2014 15:57
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.

PHP 5.5 compatibility
3 participants