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

"Old-school" PHP code weaving #95

Open
kfrajtak opened this issue Jan 26, 2016 · 2 comments
Open

"Old-school" PHP code weaving #95

kfrajtak opened this issue Jan 26, 2016 · 2 comments

Comments

@kfrajtak
Copy link

Hi,
this is not an issue, I'd like to know whether it is possible to weave "old-school" classless PHP code? I am talking about code with lots of include(file) statements and global functions.
Thanks for an answer,
Karel

@juliens
Copy link
Member

juliens commented Jan 27, 2016

As we can weave global function (and internal function too), I think you can weave your old school php code.

@kfrajtak
Copy link
Author

Ok. Cool!
I am giving it a try, I built the extension, added it to php.ini, but it is not loaded and in the error.log there's a message saying PHP Startup: Unable to load dynamic library '/home/modules/aop.so' - /home/modules/aop.so: undefined symbol: php_pcre_exec in Unknown on line 0.
Any help?
Thanks,
Karel

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

No branches or pull requests

2 participants