sdsdsssd
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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]
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
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
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