Re: [PHP-DOC] Getting more people involved.. bye bye Docbook

2013-08-12 Thread Stas Malyshev
Hi! > This means that the users/writers of doc have to learn the syntax > anyway. So in my opinion it would be easier to teach them > rST+Less-Extra-Rules than Mardown+More-Extra-Rules. >From what I see in rST (and please correct me if I am wrong) this is purely presentational markup, as is markd

Re: [PHP-DOC] Documenting 5.5

2013-06-25 Thread Stas Malyshev
Hi! > I thought we agreed long time ago that in the event the RFCs had not > been documented by the time of a release the Release Managers > responsibility would be to loudly mention this to our documentation > team to attempt pushing better documentations out to the public before > an release. I

Re: [PHP-DOC] PHP.net tutorials improvements

2012-12-31 Thread Stas Malyshev
Hi! > I, for one, could help out in writing a new tutorial section for the > website, give the chance for it. This is an great proposal, and of course having better tutorial is always great. I would recommend though starting with a plan for the tutorial - i.e., what it would cover, etc. - like ta

[PHP-DOC] missing docs for 5.4

2011-11-22 Thread Stas Malyshev
Hi! We're still missing some docs for new 5.4 stuff, and I think it'd be great to have it covered by the time of the release. These parts are completely missing from the manual: - Syntax: Short array notation, callable type in function args - Classes: ReflectionZendExtension, SessionHandler

[PHP-DOC] Fwd: [PHP-DEV] 5.4 undocumented stuff

2011-10-17 Thread Stas Malyshev
Hi! FYI the report of the undocumented new stuff in 5.4. Original Message Subject: [PHP-DEV] 5.4 undocumented stuff Date: Sat, 15 Oct 2011 21:15:23 -0500 From: Stas Malyshev To: Hannes Magnusson CC: intern...@lists.php.net Hi! Following Hanness' mail a week or so a

Re: [PHP-DOC] Official movement to clean old PHP versions from the documentation

2011-01-16 Thread Stas Malyshev
Hi! I think we should only get rid of<< php 5.0. I wonder if it would be possible to generate the PHP 4 manual and have it sitting somewhere separate and the same thing for 5.0 and 5.1? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227

[PHP-DOC] Re: [PECL-CVS] svn: /pecl/

2010-08-05 Thread Stas Malyshev
Hi! Also keep in mind that PECL extensions are often updated when the API in PHP changes drastically, and various people help out making sure they build on newer PHP versions. We cannot do that with extensions hosted outside of PHP SVN. With github it's supposed to be quite easy - fork it, mak