Documentation needed to write PHP5 extensions

php.internals

Diego do Nascimento Feitosa

20 years ago
Hi all, I would like to know, where can I find documentation of Zend API to create fully object oriented extensions to PHP5?? I found at www.zend.com an article from Sara Golemon (but the object creation wasn't covered yet) and the Zend API docs, but it wasn't helpfull... Thanks all! []'s Diego www.dnfeitosa.com

Sebastian Bergmann

20 years ago
Diego do Nascimento Feitosa wrote:
> I would like to know, where can I find documentation of Zend API > to create fully object oriented extensions to PHP5?
The only reference for this is Sara Golemon's book on the topic: http://slashdot.org/article.pl?sid=06/07/31/1416207
-- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Steph

20 years ago
1) chapter 4's coming out as soon as Sara's real life slows down 2) Sorry, it's been on my TODO forever to update the Zend API docs in the manual :( ----- Original Message ----- From: "Sebastian Bergmann" <sb@sebastian-bergmann.de> To: <internals@lists.php.net> Sent: Monday, September 04, 2006 1:31 PM Subject: Re: [PHP-DEV] Documentation needed to write PHP5 extensions

Pierre Joye

20 years ago
On 9/4/06, Diego do Nascimento Feitosa <diego@dnfeitosa.com> wrote:
> Hi all, > > I would like to know, where can I find documentation of Zend API > to create fully object oriented extensions to PHP5?? > I found at www.zend.com an article from Sara Golemon (but the > object creation wasn't covered yet) and the Zend API docs, but it > wasn't helpfull...
A couple of presentations have been done about this topic: http://somabo.de/talks/ http://talks.php.net/index.php/Internals --Pierre