[PHP-DEV] CVS Account Request: aas

2006-09-04 Thread aassa aassa
sdsdsssd -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: shin

2006-09-04 Thread Pierre
On 9/4/06, Shin OHNO <[EMAIL PROTECTED]> wrote: I proposed PEAR package, and accepted by PEPr. The following links are the packages accepted: http://pear.php.net/pepr/pepr-proposal-show.php?id=435 http://pear.php.net/pepr/pepr-proposal-show.php?id=413 Confirmed, can someone approve it? I will g

[PHP-DEV] CVS Account Request: shin

2006-09-04 Thread Shin OHNO
I proposed PEAR package, and accepted by PEPr. The following links are the packages accepted: http://pear.php.net/pepr/pepr-proposal-show.php?id=435 http://pear.php.net/pepr/pepr-proposal-show.php?id=413 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php

Re: [PHP-DEV] Documentation needed to write PHP5 extensions

2006-09-04 Thread Pierre
On 9/4/06, Diego do Nascimento Feitosa <[EMAIL PROTECTED]> 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 th

Re: [PHP-DEV] Documentation needed to write PHP5 extensions

2006-09-04 Thread Steph Fox
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" <[EMAIL PROTECTED]> To: Sent: Monday, September 04, 2006 1:31 PM Subject: Re: [PHP-DEV]

Re: [PHP-DEV] Documentation needed to write PHP5 extensions

2006-09-04 Thread Sebastian Bergmann
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

[PHP-DEV] Documentation needed to write PHP5 extensions

2006-09-04 Thread Diego do Nascimento Feitosa
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

[PHP-DEV] PHP6 output control layer status

2006-09-04 Thread Michael Wallner
Hi, after re-implementing the output handler of ext/zlib I'm quite satisfied and think the majority of the output API is fine now. I still need to test it as web server module, though. Did anybody already run PHP6 that way? Remaining output handlers: - ob_tidyhandler:looks very easy