Re: [PHP-DEV] Documentation for Zend API for PHP Extensions

2002-11-07 Thread Maxim Maletsky
Yeah, Zeev just mentioned me a few days ago that it was not up2date -- Maxim Maletsky [EMAIL PROTECTED] "Diggy Bell" <[EMAIL PROTECTED]> wrote... : > Thanks Maxim... I had found that page, but there are a number of functions > (add_assoc_*()) that aren't covered there. But after a bit of he

Re: [PHP-DEV] Documentation for Zend API for PHP Extensions

2002-11-06 Thread Diggy Bell
Thanks Maxim... I had found that page, but there are a number of functions (add_assoc_*()) that aren't covered there. But after a bit of header file scrambling, I managed to get it working. Thanks again! "Maxim Maletsky" <[EMAIL PROTECTED]> wrote in message news:20021105125029.1C09.MAXIM@;php.n

Re: [PHP-DEV] Documentation for Zend API for PHP Extensions

2002-11-05 Thread Maxim Maletsky
There is one here: http://www.php.net/manual/en/zend.php -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 "Diggy Bell" <[EMAIL PR

[PHP-DEV] Documentation for Zend API for PHP Extensions

2002-11-02 Thread Diggy Bell
I've been looking through the ./ext dir for php-4.2.3 and trying to figure out how to revive the Birdstep (Velocis) database extension. Where I'm running into problems is with the Zend API fnctions. Is there any reference material that describes the functionality and API of the TSRM module? Also