[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
now showing up as a documentNotUTF8 error, because the current check only looks for . As it happens the patch wouldn't pass this particular file because its tag is wrong as well, but I'd like it to pass once I fix this :-P Cheers, Chris

RE: [PHP-DOC] Strict standards errors

2013-09-17 Thread Chris Wright
in about it (although it does complain about $args, this is also unresolvable is more like expected behaviour): en/language/oop5/decon.xml The only visible difference here is that the ellipsis arg in __construct() is untyped. Thanks, Chris

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
ld also be good. I'd open a bug, but since this is a bug in the bug tracker it would need to be reported on bugs.bugs.php.net which doesn't exist. Perhaps this is a bug. :-) Thanks, Chris

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
ingInitializer error. Obviously this would only be valid for choice="opt" parameters. This may be a really bad idea, so please feel free to send any comments/alternative ideas/abuse in my general direction. Cheers, Chris

[PHP-DOC] Strict standards errors

2013-09-09 Thread Chris Wright
ok in a fortnight, and I want to make sure that the community is agreed with the direction any work I/we do put in. Sorry for the giant essay :-) Cheers, Chris

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

2013-09-09 Thread Chris Wright
mean for example: > ;php.ini > file_uploads = 1024 According to what I see at first glance, this would be the same as On I'll try and take a closer look at this later today. Cheers, Chris

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

Re: [PHP-DOC] PHP Manual License

2009-01-05 Thread Chris Shiflett
een or even can be done for the PHP Documentation Group.) A single copyright holder can distribute something under multiple licenses, so I don't think the "all rights reserved" and CC license conflict. Again, this isn't my area of expertise; I'm just trying to act as a responsible conduit. Thanks again, Chris

[PHP-DOC] PHP Manual License

2009-01-05 Thread Chris Shiflett
s on the actual manual pages, gives us pause. Thanks for any clarification you can offer. Chris

[PHP-DOC] #41704 [NEW]: gnupg Functions doc issue

2007-06-15 Thread chris dot stdenis at smartt dot com
From: chris dot stdenis at smartt dot com Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: gnupg Functions doc issue Description: gnupg Functions main page lists them as exparimental with a big warning

[PHP-DOC] Missing: mysql_set_charset

2007-06-09 Thread Chris
Hi, How come there isn't any documentation for the new mysql_set_charset function? Thanks.

[PHP-DOC] #36705 [Com]: Location header results in duplicate Status header ([f]cgi only)

2006-12-07 Thread chris at vault5 dot com
ID: 36705 Comment by: chris at vault5 dot com Reported By: alisencer at gmail dot com Status: Open Bug Type: Documentation problem Operating System: FreeBSD PHP Version: 5.1.2 New Comment: This bug is filed against FreeBSD but it is

[PHP-DOC] #35953 [NEW]: Missing extension when adding SQLite to php.ini

2006-01-09 Thread chris at lodesys dot com
From: chris at lodesys dot com Operating system: Windows PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Missing extension when adding SQLite to php.ini Description: Regarding Bug #35469: SQLite is no more included and compiled in

[PHP-DOC] #35874 [Bgs]: base_convert is off on numbers greater than 13 decimal places

2006-01-04 Thread chris at acsi dot ca
ID: 35874 User updated by: chris at acsi dot ca Reported By: chris at acsi dot ca Status: Bogus Bug Type: Documentation problem Operating System: Windows XP Sp2 PHP Version: 5.1.1 New Comment: Ah, my bad, couldn't see the forest for the tree

[PHP-DOC] #35874 [Opn]: base_convert is off on numbers greater than 13 decimal places

2006-01-03 Thread chris at acsi dot ca
ID: 35874 User updated by: chris at acsi dot ca Reported By: chris at acsi dot ca Status: Open Bug Type: Documentation problem Operating System: Windows XP Sp2 PHP Version: 5.1.1 New Comment: Yes, I'm familiar with processor limitations

[PHP-DOC] Re: question

2005-04-30 Thread Chris White
ot;. This could be true, but then again it may not be, but what I can tell you is it's hard to really account for a non-bias answer to that here. thanks Chris White

[PHP-DOC] #30741 [Bgs]: Interfaces must appear before use

2004-11-10 Thread chris at experiencetours dot com dot au
ID: 30741 User updated by: chris at experiencetours dot com dot au Reported By: chris at experiencetours dot com dot au Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 5.0.2 New Comment: Thank you for the quick

[PHP-DOC] #29094 [NEW]: setrawcookie spelling error in doc

2004-07-11 Thread chris at hackmosphere dot com
From: chris at hackmosphere dot com Operating system: n/a PHP version: 5.0.0RC3 PHP Bug Type: Documentation problem Bug description: setrawcookie spelling error in doc Description: Automatically is spelled automaticall under the description for setrawcookie() in

[PHP-DOC] PHP5: mysqli_prepare docs

2004-06-11 Thread Chris Smith
Hi, Can someone add if mysqli_prepare() will automatically fix SQL injection attacks by properly quoting and/or escaping it's inputs. Many Thanks -- Chris Smith Internova UK Limited http://www.internova.co.uk/ --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus s

[PHP-DOC] #27753 [NEW]: Logic bug in empty() documentation

2004-03-29 Thread chris+php at chrullrich dot de
From: chris+php at chrullrich dot de Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Logic bug in empty() documentation Description: The documentation for empty() states: "empty() returns FALSE if var

[PHP-DOC] #26793 [Com]: strtotime() additions

2004-01-15 Thread chris at free-source dot com
ID: 26793 Comment by: chris at free-source dot com Reported By: kulakov74 at yandex dot ru Status: Open Bug Type:Documentation problem PHP Version: Irrelevant New Comment: Also on the strtotime page the link to the GNU utils man page is dead. Previous Comments

[PHP-DOC] pg_last_error and pg_errormessage cunfusion

2003-10-07 Thread Chris Weiss
ere using php as old as 4.0.6 without trouble (don't fix what aint broke right?) and OSS projects can only afford to alienate so many of our users and developers at a time and 4.1.x is the limit for us now. Thanks for your consideration on this confusing matter. Chris

[PHP-DOC] #24789 [NEW]: English error in strip_tags documentation

2003-07-24 Thread chris dot blackburn at softhome dot net
From: chris dot blackburn at softhome dot net Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: English error in strip_tags documentation Description: On the documentation for the strip_tags function (http

[PHP-DOC] #22909 [Opn]: Critical 'typo' on installation page if viewed with IE6 and Win-2000

2003-03-26 Thread chris at weekscomputing dot com
ID: 22909 User updated by: chris at weekscomputing dot com Reported By: chris at weekscomputing dot com Status: Open Bug Type: Documentation problem Operating System: Win-2000 PHP Version: 4.3.2RC1 New Comment: Looks like this is a font problem

[PHP-DOC] #22909 [NEW]: Critical 'typo' on installation page if viewed with IE6 and Win-2000

2003-03-26 Thread chris at weekscomputing dot com
From: chris at weekscomputing dot com Operating system: Win-2000 PHP version: 4.3.2RC1 PHP Bug Type: Documentation problem Bug description: Critical 'typo' on installation page if viewed with IE6 and Win-2000 I followed your instructions on: http://www.php.net

[PHP-DOC] Cannot Access Network Drives with OpenDir()

2003-02-10 Thread Chris Streeter
I read the message and the response below but I am having the same problem. I am logged into the network and I have access to any drive I want. I'm not sure what you mean by "change Apache from being logged in a Sytem to being logged in as a user who has access to that drive." If you mean logged in

[PHP-DOC] cvs: phpdoc /en/reference/http/functions setcookie.xml

2002-10-30 Thread Chris Shiflett
shiflettWed Oct 30 22:38:55 2002 EDT Modified files: /phpdoc/en/reference/http/functions setcookie.xml Log: Correcting an error in the opening description Index: phpdoc/en/reference/http/functions/setcookie.xml diff -u phpdoc/en/reference/http/functio

[PHP-DOC] http://www.php.net/manual/en/function.setcookie.php

2002-10-29 Thread Chris Shiflett
only know that this statement exists in the English version of the manual, though it has possibly been translated to others), it would be helpful. Or, if someone wants to grant me (shiflett) the karma, I can do it. Chris -- PHP Documentation Mailing List (http://www.php.net/) To unsu

[PHP-DOC] cvs: phpdoc /en/functions mysql.xml

2002-03-20 Thread Chris Newbill
cnewbillWed Mar 20 17:21:29 2002 EDT Modified files: /phpdoc/en/functionsmysql.xml Log: See Bug #16187 The second parameter can't be used cause a number cannot be used as an object property. ie row->0 is invalid while row->field is, so MYSQL

[PHP-DOC] cvs: phpdoc /en/functions http.xml

2002-02-08 Thread Chris Newbill
cnewbillFri Feb 8 12:26:51 2002 EDT Modified files: /phpdoc/en/functionshttp.xml Log: See bug 15441 for more information on changes. Index: phpdoc/en/functions/http.xml diff -u phpdoc/en/functions/http.xml:1.35 phpdoc/en/functions/http.xml:1

[PHP-DOC] Bug #14255 Updated: setcookie bug (Cookie is destroyed/Inaccessible)

2002-02-03 Thread chris
ID: 14255 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Documentation problem Operating System: Debian 2.2.19 PHP Version: 4.0.6 Assigned To: hholzgra New Co

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-03-17 Thread Chris Newbill
cnewbillSat Mar 17 23:01:57 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Fixed a typo in get_resource_type listing Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.38 phpdoc/en/functions/var.xml:1.39 --- p

[PHP-DOC] cvs: phpdoc /en/language oop.xml

2001-02-09 Thread Chris Newbill
a $ when accessing an object's +properties. + + + +$ncart->owner = "chris"; // no $ + +$ncart->$owner = "chris"; +// this is invalid because $ncart->$owner = $ncart->"" + +$myvar = 'owner'; +$ncart->$myvar =