[PHP-DOC] Re: namespaces docs

2008-11-17 Thread Gregory Beaver
Stanislav Malyshev wrote: > Hi! > >> instantiates a class in the foo\bar namespace named buh. In other >> words, it instantiates class buh from the sub-namespace bar of namespace >> foo. > > Why there's "subnamespace bar of namespace foo" and not just "namespace > foo\bar"? When such notation is

Re: [PHP-DOC] Re: cvs: ZendEngine2(PHP_5_3) / zend.h zend_compile.c zend_compile.h zend_constants.c zend_execute_API.c zend_language_parser.y zend_vm_def.h zend_vm_execute.h /tests bug42802.phpt bug42

2008-11-14 Thread Gregory Beaver
Hannes Magnusson wrote: > And basically duplicate the name resolution rules page in the form of > braindead Q&A. Not sure how best to do this. Any examples? Greg

[PHP-DOC] Re: Categorizing SPL

2008-11-14 Thread Gregory Beaver
Hannes Magnusson wrote: > Hi all > > What do you all think about categorizing SPL? +1 Greg P.S. is this email short enough for you? ;)

[PHP-DOC] Re: cvs: ZendEngine2(PHP_5_3) / zend.h zend_compile.c zend_compile.hzend_constants.c zend_execute_API.c zend_language_parser.y zend_vm_def.hzend_vm_execute.h /tests bug42802.phpt bug42819.p

2008-11-13 Thread Gregory Beaver
Stanislav Malyshev wrote: > Hi! > >> 1) commit of namespace brackets support >> 2) review by Stas for any problems >> >> Once these two things are done, I'll commit. For those interested, I >> have a draft up at >> >> http://pear.php.net/~greg/nsdocs/language.namespaces.html > > In general, good

[PHP-DOC] Re: cvs: ZendEngine2(PHP_5_3) / zend.h zend_compile.c zend_compile.h zend_constants.c zend_execute_API.c zend_language_parser.y zend_vm_def.h zend_vm_execute.h /tests bug42802.phpt bug42819

2008-11-11 Thread Gregory Beaver
Stanislav Malyshev wrote: > stas Tue Nov 11 19:45:34 2008 UTC > > Modified files: (Branch: PHP_5_3) > /ZendEngine2 zend.h zend_compile.c zend_compile.h zend_constants.c > zend_execute_API.c zend_language_parser.y > zend

Re: [PHP-DOC] Re: cvs: php-src(PHP_5_3) / NEWS /ext/bz2 bz2_filter.c /ext/zlib zlib_filter.c

2008-10-11 Thread Gregory Beaver
Hannes Magnusson wrote: > On Sat, Oct 11, 2008 at 21:35, Gregory Beaver <[EMAIL PROTECTED]> wrote: > >> Greg Beaver wrote: >> >>> cellogSat Oct 11 19:14:08 2008 UTC >>> >>> Modified files: (Branch: PHP_5_

[PHP-DOC] Re: cvs: php-src(PHP_5_3) / NEWS /ext/bz2 bz2_filter.c /ext/zlib zlib_filter.c

2008-10-11 Thread Gregory Beaver
Greg Beaver wrote: > cellogSat Oct 11 19:14:08 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src NEWS > /php-src/ext/zlib zlib_filter.c > /php-src/ext/bz2 bz2_filter.c > Log: > fix Bug #46026: bz2.decompress/zlib.inflate filter tries to d

[PHP-DOC] Re: Fwd: [DOC-CVS] cvs: phpdoc / configure.php

2008-01-28 Thread Gregory Beaver
Hannes Magnusson wrote: > Hi all! > > As of this commit you no longer need 1GB RAM to run "php > configure.php", peaks at few mbs now. Hannes, would it be too strong to say I love you after this commit? OK, well my computer's fan and heat sink loves you at least :). Greg

[PHP-DOC] improvement to instanceof docs

2007-02-13 Thread Gregory Beaver
Hi all, Etienne was asking about wording of the instanceof docs, and I got inspired by their, um, greatness to improve them. Attached is a patch for review. An earlier version I sent to Etienne had a small but significant typo in the instanceof parentclass example, which is fixed. Thanks, Greg

[PHP-DOC] need a changelog?

2007-02-06 Thread Gregory Beaver
Hi, an optional parameter has been added to Phar::canCompress() as of 1.0.0RC2, is there any objection if I simply add the documentation, and don't put in a changelog for the method? 1.0.0RC1 was released today, and RC2 will follow in a few days, so it won't likely confuse users (the manual will

[PHP-DOC] adding user notes to peardoc

2007-02-03 Thread Gregory Beaver
Hi, I'd like to ask for help from phpdoc gurus. peardoc is in desperate need of an efficient user notes system so we can start pulling in contributors to the documentation, and help to remedy the appearance of laziness on the part of PEAR developers documenting their packages. OK, OK, the act

[PHP-DOC] sanity check for phar extension docs

2007-01-17 Thread Gregory Beaver
Hi, Could someone with more phpdoc experience take a look at the docs for the phar extension I just committed? I did the usual make test etc. but it is my first time doing phpdoc (I'm used to peardoc), and I don't want to screw anything up, if possible. Thanks, Greg