Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Correcting minor test case incompatibility with XDebug 2.4.x#5547

Merged
Ocramius merged 1 commit into
masterfrom
hotfix/php7-xdebug-incompatibility-fixes
Dec 11, 2015
Merged

Correcting minor test case incompatibility with XDebug 2.4.x#5547
Ocramius merged 1 commit into
masterfrom
hotfix/php7-xdebug-incompatibility-fixes

Conversation

@Ocramius
Copy link
Copy Markdown
Member

In PHP 5.x + XDebug < 2.4, the output would be "string:..."
In PHP 7.x + XDebug >= 2.4, the output would be "the/file/name.php:11:string:..."

This is an improvement in XDebug that is quite annoying for our purposes, but is actually welcome to most users anyway.

This commit simply fixes that incompatibility

In PHP 5.x + XDebug < 2.4, the output would be "string:..."
In PHP 7.x + XDebug >= 2.4, the output would be "the/file/name.php:11:string:..."

This is an improvement in XDebug that is quite annoying for our purposes, but is actually welcome to most users anyway.

This commit simply fixes that incompatibility
@Ocramius Ocramius added the Bug label Dec 11, 2015
@Ocramius Ocramius self-assigned this Dec 11, 2015
@Ocramius Ocramius added this to the 2.5.3 milestone Dec 11, 2015
Ocramius added a commit that referenced this pull request Dec 11, 2015
…lity-fixes

Correcting minor test case incompatibility with XDebug 2.4.x
@Ocramius Ocramius merged commit 9ac7c3b into master Dec 11, 2015
@Ocramius
Copy link
Copy Markdown
Member Author

Backported into 2.5 via 65f5777

@Ocramius Ocramius deleted the hotfix/php7-xdebug-incompatibility-fixes branch December 11, 2015 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant