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 extentions.

Do you know how to do that ?






On 12/27/05, Gustavo Narea [EMAIL PROTECTED] wrote:

 Hello, Edwin.



 I think that in chapter #15 of PHP 5 Power Programming you're going to
 find what you are looking for.

 Saludos!

 --
 Gustavo Narea.
 PHP Documentation - Spanish Translation Team.
 Valencia, Venezuela.

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




[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 API's .
I've read some docs about creating a php extension that appears as new
functions on PHP, but i can't find info to develop extensions that appear as
classes on PHP .

Thanks for your help. I'm really interested on this topic, especially to
collaborate in PHP extension projects as wxPHP.


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 extension following those
styles of API's .
I've read some docs about creating a php extension that appears as new
functions on PHP, but i can't find info to develop extensions that appear as
classes on PHP .



I think that in chapter #15 of PHP 5 Power Programming you're going to 
find what you are looking for.


Saludos!

--
Gustavo Narea.
PHP Documentation - Spanish Translation Team.
Valencia, Venezuela.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php