I have used PHP a lot , and now i want to give back PHP community some contribution but for this I need help from experts ,
What i want to know is how to develop PHP pears in C++ or can suggest links or path way for it
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In case you want to develop an extension module for php in C/C++ take a look at PHP at the Core: A Hacker’s Guide to the Zend Engine.
If you have existing C/C++ code you might also be interested in SWIG: