Re: [PHP] how to create a php5 extensions on C/C++, reflecting php Class Api's ?

2005-12-30 Thread Edwin Barrios
Hello Gustavo. ! Thanks for your suggestion, that book it's a interesting material to learn more advanced features of PHP5 and to begin on the C extentions world. The chapter 15 only take a look to extends PHP5 funtions, but there is none section on how to create a PHP5 Class on the C

[PHP] how to create a php5 extensions on C/C++, reflecting php Class Api's ?

2005-12-27 Thread Edwin Barrios
Hi,I'm a PHP web programing, but i wanna learn how to develop php5 extensions on C/C++. I found php5 a good language to apply Objects programing, and it has very usefull examples of OO extensions as SimpleXML, DOM, Sqlite; for this reason i wanna develope my extension following those styles of

Re: [PHP] how to create a php5 extensions on C/C++, reflecting php Class Api's ?

2005-12-27 Thread Gustavo Narea
Hello, Edwin. Edwin Barrios wrote: Hi,I'm a PHP web programing, but i wanna learn how to develop php5 extensions on C/C++. I found php5 a good language to apply Objects programing, and it has very usefull examples of OO extensions as SimpleXML, DOM, Sqlite; for this reason i wanna develope my