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

Re: [PHP-DEV] documentation revisioning (was Re: sockets extension...pecl it)

2002-09-12 Thread Markus Fischer
As long as the extension is marked EXPERIMENTAL so are the docs and so they may be out of date for current version and also up to date with current versions and not reflect the behaviour of any of the older versions. As it has been mentioned numerous times, volunteers are

[PHP-DEV] documentation revisioning (was Re: sockets extension...pecl it)

2002-09-12 Thread Brian Lalor
[EMAIL PROTECTED] writes: > > Thanks for bringing that up, Jon. How do I know which version of the > > documentation applies to a particular released version of PHP? We're still > > using php 4.0.6 where I work, but the documentation for the sockets library > > (for example) reflects some newer

[PHP-DEV] Documentation for How to write php extensions

2001-08-08 Thread Shao Zhang
Hi, Where can I find the latest documentation on how to write php extensions? The only documentation I found is: http://www.zend.com/zend/api.php But the api documentation is outdated. Thanks for your help very much. Regards, Shao. -- Shao Zhang Tel: (02) 9209 4838

Re: [PHP-DEV] documentation

2001-05-09 Thread Stig Sæther Bakken
["Harald Radi" <[EMAIL PROTECTED]>] > hi, > > how should classes be documented ? since they are not really a function they > only have a return value together with new and seems > to be illogical. > is there also a way to document members and attributes ? > is there a list of tags that are avail

[PHP-DEV] documentation

2001-05-07 Thread Harald Radi
hi, how should classes be documented ? since they are not really a function they only have a return value together with new and seems to be illogical. is there also a way to document members and attributes ? is there a list of tags that are available ? -harald -- PHP Development Mailing List