Re: [PHP-DEV] internal API documentation

2004-01-09 Thread david
Rasmus Lerdorf wrote: > > Is there some reason you don't want to look at the source? > i will look at the source if i don't have any other option such as a well written doc somewhere online. i hope zend.com has what i am looking for but after browsing for a few minutes, it doesn't look like so

Re: [PHP-DEV] internal API documentation

2004-01-09 Thread Sterling Hughes
George Schlossnagle's upcoming book (Advanced PHP), will have 3 chapters entirely devoted to PHP Internals and the Zend API; I highly recommend it. -Sterling > > -Original Message- > From: david [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 08, 2004 5:39 PM > To: [EMAIL PROTECTED]

RE: [PHP-DEV] internal API documentation

2004-01-09 Thread Blake Schwendiman
Try my book, Building Custom PHP Extensions: http://www.lulu.com/intechrabooks This is a PHP 4 version. I am working on updating for PHP 5 and will have something available for PHP 5 shortly after its release. There is customer feedback at the Lulu site and on Amazon (http://www.amazon.

Re: [PHP-DEV] internal API documentation

2004-01-09 Thread Thomas Seifert
Rasmus Lerdorf wrote: Is there some reason you don't want to look at the source? Heh, its nice to have docs to look at without NEEDing to look at the source. Isn't it? I can surely understand his question. Thomas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt

Re: [PHP-DEV] internal API documentation

2004-01-09 Thread Ivan Rodriguez
Hi David, you can view more information about Zend API in www.zend.com/apidoc/ Regards - Original Message - From: "david" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 09, 2004 1:39 AM Subject: [PHP-DEV] internal API documentation > does anyone know where i can find d

Re: [PHP-DEV] internal API documentation

2004-01-08 Thread Rasmus Lerdorf
Is there some reason you don't want to look at the source? On Thu, 8 Jan 2004, david wrote: > does anyone know where i can find documentation for PHP's internal API? > functions/macros like: > > zend_hash_next_index_insert > zend_register_functions > zend_make_printable_zval > ...etc > > i am wri