-
Notifications
You must be signed in to change notification settings - Fork 337
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
A way to distribute .so file #322
Comments
Just make sure to link your PHP extension against |
Hi @sjinks, Thanks for your awnser. My Makefile for PHP-CPP consists of:
and the Makefile of the php extention I want to comple consists:
What else do I need to change? Thanks in adcance, Ramon Smit |
Well, just try to build the extension and check with |
Alright, I get the following results:
So from my perspective it links libphpcpp.a correctly to my plugin? Now I need to find out how to require the other ones |
Hi all,
Thanks for the lovely project! I'm really going to learn alot from this.
One question. I'm wondering how i'm going to include the phpcpp.so or libphpcpp.a file
into my project so I can just distribute only my compiled .so file.
Is there a way to do this?
Cheers,
Ramon Smit
The text was updated successfully, but these errors were encountered: