Writing PHP extensions in C++ using zend API
Posted: Thu Mar 06, 2008 8:45 pm
Hi
I am very good in C and C++. I have to write php extension in C++ using Zend API and load it through php.ini . I am new to zend API and writing php extensions in C++. I have written my first basic extension and called the function in it through php code.
Actual Problem
My extension will process the JSON object on the server , parse through it and has to produce another text file which can be used by another program running on the server.
Any help on how to design my code is appreciated as I am new to Zend API. Do I have to write classes or just the functions are enough?
I downloaded php_manual.chm but its Zend API part is empty. If anyone knows from where can I find the documentation of Zend.
Thanks
Owais
I am very good in C and C++. I have to write php extension in C++ using Zend API and load it through php.ini . I am new to zend API and writing php extensions in C++. I have written my first basic extension and called the function in it through php code.
Actual Problem
My extension will process the JSON object on the server , parse through it and has to produce another text file which can be used by another program running on the server.
Any help on how to design my code is appreciated as I am new to Zend API. Do I have to write classes or just the functions are enough?
I downloaded php_manual.chm but its Zend API part is empty. If anyone knows from where can I find the documentation of Zend.
Thanks
Owais