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

removed preg_replace with /e modifier #123

Merged
merged 2 commits into from
Jun 13, 2013
Merged

removed preg_replace with /e modifier #123

merged 2 commits into from
Jun 13, 2013

Commits on Jun 5, 2013

  1. removed preg_replace with /e modifier

    switched from using preg_replace with /e as it's deprecated in 5.5 and
    not supported in some environments;
    while an anonymous function would work, by using create_function we can
    stay 5.2 compatible
    caseysoftware committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    e975ffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c55c8c1 View commit details
    Browse the repository at this point in the history