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

PHP 7 Fixes #6

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

PHP 7 Fixes #6

wants to merge 2 commits into from

Conversation

timoid
Copy link

@timoid timoid commented Aug 23, 2018

No description provided.

@timoid timoid closed this Aug 23, 2018
@timoid timoid reopened this Aug 23, 2018
@@ -109,7 +109,19 @@ function unescape_quotes($value) {
$do_preg_replace = true;

// Replace serialized string values
$data = preg_replace('!s:(\d+):([\\\\]?"[\\\\]?"|[\\\\]?"((.*?)[^\\\\])[\\\\]?");!e', "'s:'.strlen(unescape_mysql('$3')).':\"'.unescape_quotes('$3').'\";'", $data);
$data = preg_replace_callback('!s:(\d+):([\\\\]?"[\\\\]?"|[\\\\]?"((.*?)[^\\\\])[\\\\]?");!',
function ($m)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$m -> $strResult

works fine in php 7.0.33

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