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

Steath loading #75

Closed
wants to merge 5 commits into from
Closed

Steath loading #75

wants to merge 5 commits into from

Conversation

NewEraCracker
Copy link
Contributor

This merge request includes previous merge request #74 and changes in xdebug loading behavior. Feel free to integrate this in the next major version.

Extension loading scheme was changed from zend_extension to just extension and then it 'goes up' to a zend extension. It is based in suhosin stealth behavior to defeat closed source zend extensions such as ioncube and zend optimizer.

If you intend to apply this 'stealth' code I think you should speak to Steffan Esser regarding if you can use it or not as I am not sure of Suhosin licensing.

Thanks in advance.

…nsion but a normal php extension that goes up to a zend extension when loaded - Thanks to suhosin stealth loading code
@NewEraCracker
Copy link
Contributor Author

I have added a commit to fix building issues with a C89 compiler such as Visual Studio 6 that could be added in next bug fix version.

@derickr
Copy link
Contributor

derickr commented May 20, 2014

Hi,

thanks for this patch, I know it has been a while since you've submitted it. I have decided not to merge this one, as it looks kinda hacky and IMO, it's not really a problem. Xdebug can't really be used safely with ioncube or zendoptimiser anyway, and now with opcode cache it works just fine.

I'll merge #74 though.

cheers,
Derick

@derickr derickr closed this May 20, 2014
@NewEraCracker NewEraCracker deleted the xdebug_2_2 branch June 11, 2014 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants