[PHP-DEV] PHP Extension Help

2002-06-26 Thread Joao Prado Maia
Hi, Before starting up on this email, please be aware that I'm a newbie in C programming and especially in PHP extension coding. I tried researching about my doubt (and even talked with Joey Smith) but couldn't really have a definite answer. My ultimate goal for my little PHP extension is to

Re: [PHP-DEV] PHP Extension Help

2002-06-26 Thread Alan Knowles
this is a good starting place http://www.php.net/manual/en/zend.php although it doesnt cover the class stuff that well (which can be done : ming, domxml, gtk, xmms - to name a few that do it ) - for a nice example have a look at the xmms extension http://cvs.php.net/cvs.php/pear/PECL/xmms

Re: [PHP-DEV] PHP Extension Help

2002-06-26 Thread fabwash
The new operator works fine for builtin functions. Look at the domxml extension (INIT_*) for some hints. Fab. - Original Message - From: Joao Prado Maia [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 8:10 PM Subject: [PHP-DEV] PHP Extension Help Hi, Before

Re: [PHP-DEV] PHP Extension Help

2002-06-26 Thread Joao Prado Maia
On Thu, 27 Jun 2002, Alan Knowles wrote: this is a good starting place http://www.php.net/manual/en/zend.php Yes, I looked on the manual before asking. There isn't a good introduction on how to do what I want to do in there, and thats why I asked around before sending the email here.

Re: [PHP-DEV] PHP Extension Help

2002-06-26 Thread Joao Prado Maia
Ack, sorry. I just found xmms's implementation of the class on the xmms.c file. Seems like it is exactly what I was looking for. Thanks for the pointers, I appreciate it. Cheers, Joao -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php