[PHP-DOC] main() docs

2013-10-04 Thread Chris Wright
Does http://php.net/main really need to exist any more?

RE: [PHP-DOC] This PHP Manual build is broken

2013-09-19 Thread Chris Wright
> The en build of the PHP Manual is broken, so it does not validate or > build. Please fix it! ;) Fixed Thanks, Chris

RE: [PHP-DOC] Strict standards errors

2013-09-18 Thread Chris Wright
On Tue, Sep 17, 2013 at 5:08 PM, Yannick Torrès wrote: > I just push a patch for this : Great, thanks :-) On a related note, can you review https://github.com/php/web-doc-editor/pull/2 ? This has come about because I just reverted an invalid edit on en/make_chm_index.html and it is now showing

RE: [PHP-DOC] Strict standards errors

2013-09-17 Thread Chris Wright
On Tue, Sep 17, 2013 at 12:34 PM, Yannick Torrès wrote: > Could you please give me a filename as example for this ? en/reference/array/functions/array-intersect-ukey.xml en/reference/array/functions/array-multisort.xml Interestingly, the following file also has one but doesn't complain about it

Re: [PHP-DOC] Strict standards errors

2013-09-15 Thread Chris Wright
f the queue somewhat (i.e. ignoring arguments named as an ellipsis). I know the majority of array functions that have missingInitializer errors are suffering from this issue. Thoughts? Thanks, Chris On 10 September 2013 09:10, Chris Wright wrote: > OK great. I'll make a start on correctin

Re: [PHP-DOC] Docbook commits post messages to the wrong bugs

2013-09-14 Thread Chris Wright
On 13 September 2013 20:28, Yannick Torrès wrote: > Fixed ;) > Awesome, thanks :-) > http://git.php.net/?p=web/doc-editor.git;a=commit;h=a9d929f161ebf9a4685167d5b65367e42e81c592 > > Best, > Yannick > > > 2013/9/13 Yannick Torrès >> >> Hi guys, >> >> I'm on it. >> >> Best, >> Yannick >> >> >> 2

[PHP-DOC] Docbook commits post messages to the wrong bugs

2013-09-13 Thread Chris Wright
Hello all It has just been brought to my attention that these two commits: http://svn.php.net/viewvc/?view=revision&revision=331339 http://svn.php.net/viewvc/?view=revision&revision=331381 Automagically posted messages here: https://bugs.php.net/bug.php?id=33404 This is (I presume) because the

Re: [PHP-DOC] Documentation of ini directive 'file_uploads'

2013-09-10 Thread Chris Wright
I've updated the docs and removed the reference to the option being an integer, you should see the change when the next build happens :-) On 10 September 2013 07:22, Christian Stoller wrote: >> You are right. file_uploads is a boolean and has nothing to do with >> the allowed max upload size. >>

Re: [PHP-DOC] Strict standards errors

2013-09-10 Thread Chris Wright
t for the initializer argument. > > For others, I think we need to evaluate them on case by case bases what our > options are. > > -Hannes > > On Sep 9, 2013 5:08 PM, "Chris Wright" wrote: >> >> On 10 September 2013 00:28, Hannes Magnusson >> wr

Re: [PHP-DOC] Strict standards errors

2013-09-09 Thread Chris Wright
On 10 September 2013 00:28, Hannes Magnusson wrote: > IMO an optional argument should have a way to "skip it, using default value". > its annoying when in userland you have to do > if ($option) { > foo($arg1, $arg2, $option); > } else { > foo($arg1, $arg2); > } > > And I consider it a bug when I c

[PHP-DOC] Strict standards errors

2013-09-09 Thread Chris Wright
Some of you may have noticed that I've been on a bit of a crusade to nuke as many issues as possible in the OE - keep the patches list empty, evaluate changes that are left in "work in progress" by users who don't realise they need to create a patch (I know this is an issue as I have previously don

RE: [PHP-DOC] Documentation of ini directive 'file_uploads'

2013-09-09 Thread Chris Wright
> But the docs mentions that "file_uploads" accept integer values, too. > It says: "When an integer is used, the value is measured in bytes." The documentation here is indeed misleading/wrong. file_uploads is represented internally as a boolean: http://lxr.php.net/xref/PHP_5_5/main/php_globals.h#

RE: [PHP-DOC] php.ini directives removed in PHP 4

2013-09-05 Thread Chris Wright
On Wed, Sep 4, 2013 at 5:15 PM, Hannes Magnusson wrote: > On Wed, Sep 4, 2013 at 3:56 AM, Chris Wright wrote: > > > Didn't we archive the PHP4 explicit functionality like we did for PHP3 > > > (http://php.net/manual/php3.php) somewhere? > > > Stuff like

[PHP-DOC] The Misc Questions FAQ page

2013-09-04 Thread Chris Wright
al/en/security.globals.php I'm open to persuasion, but to me it just looks like some unnecessary duplicated/irrelevant content that's hard to find and therefore it's unlikely to help anyone. Thoughts? Thanks Chris Wright (DaveRandom)

RE: [PHP-DOC] php.ini directives removed in PHP 4

2013-09-04 Thread Chris Wright
net/manual/en/migration5.php I'd be tempted to say that they are no longer necessary in the main manual at all, but at the very least surely the two can be distilled to a single section? Thanks Chris Wright (DaveRandom)

Re: [PHP-DOC] Patch backlog on en

2013-08-31 Thread Chris Wright
could be submitted, The issue I'm most concerned with at the moment is the content. Thanks for sorting out the other two, hopefully in the next couple of days we'll have a clean slate to work with :-) On 31 August 2013 10:08, Peter Cowburn wrote: > Hi Chris, > > On 31 August

[PHP-DOC] Patch backlog on en

2013-08-30 Thread Chris Wright
hs). Thanks for any assistance you can offer on this --- Chris Wright (DaveRandom)

Re: [PHP-DOC] Hello world - another person who wants to get involved

2013-08-19 Thread Chris Wright
ry, the *last* thing I want to do is make the docs worse by committing duff patches. Thanks Chris On 19 August 2013 10:04, Peter Cowburn wrote: > On 19 August 2013 09:36, Chris Wright wrote: >> >> Hi Guys/Gals > > > Hi Chris! > >> >> I would like

[PHP-DOC] VCS Account Request: daverandom

2013-08-19 Thread Chris Wright
Contributing to the PHP documentation

Re: [PHP-DOC] Hello world - another person who wants to get involved

2013-08-19 Thread Chris Wright
by helping to document > new > features and changes as they are added to PHP. > - Chris Wright (DaveRandom) Also, I would like to note, per instructions from other contributors that I do in fact like kittens. They are totally awesome.

[PHP-DOC] Hello world - another person who wants to get involved

2013-08-19 Thread Chris Wright
added to PHP. - Chris Wright (DaveRandom)

RE: [PHP-DOC] PCRE missing pieces

2013-05-30 Thread Chris Wright
of to the syntax you show. See also #1 near the top of this page: http://www.asiteaboutnothing.net/regex/regex-conditionals.html I agree some things like (?(DEFINE)...) as well as other control verbs (*SKIP, *FAIL etc) could do with being documented. --- Best Regards Chris Wright (DaveR