[PHP] more information about the php-/zend-api

2003-06-15 Thread Thomas Seifert
Hi folks, I'm currently trying to work my way through an extension. Using the tutorials on the php.net/zend.com ... and other sites it works so far to do some work, return values and getting parameters. But how can I get access to the variables defined in php or add other variables without the n

Re: [PHP] ZEND API

2001-08-29 Thread Rasmus Lerdorf
> Hopefully someone here can help... > > I'm writing my own extension and using the Zend API docs at Zend.com. They > are very vague on using resources. I can create them just fine, but the docs > leave out exactly how access the resource data later. I've been looking at > ext/curl/curl.c and ext/

[PHP] ZEND API

2001-08-29 Thread Ricky Dhatt
Hopefully someone here can help... I'm writing my own extension and using the Zend API docs at Zend.com. They are very vague on using resources. I can create them just fine, but the docs leave out exactly how access the resource data later. I've been looking at ext/curl/curl.c and ext/crack/crack