Re: [PHP-DOC] Patch backlog on en

2013-08-31 Thread Chris Wright
That's great Peter, thanks Apologies, I should have mentioned that I too had noticed the couple of issues you mentioned with the first patch, and I will certainly correct them before (if) I apply it. I have not tested build with it yet either, so there would be some auditing to do before it could

Re: [PHP-DOC] Patch backlog on en

2013-08-31 Thread Peter Cowburn
Hi Chris, On 31 August 2013 00:56, Chris Wright wrote: > Hi list > > Over the last few days I've been pushing to clear out the backlog of > patches > for review under en and I'm down to 3 remaining: > > - #911 is pgsql related, a subject on which I'm not particularly well > versed. > I'd appre

Re: [PHP-DOC] Patch submission - curl_unescape, curl_strerror, curl_reset, fix for curl_escape

2013-06-14 Thread Adam Kazimierczak
On 06/14/2013 02:16 PM, Peter Cowburn wrote: Hi Adam, On 14 June 2013 10:29, Adam Kazimierczak > wrote: Try running this code: var_dump(curl_escape(0, 'test'), curl_unescape(0, 'test')); Both results are NULL and throws E_WARNINGs: Warning: curl_esca

Re: [PHP-DOC] Patch submission - curl_unescape, curl_strerror, curl_reset, fix for curl_escape

2013-06-14 Thread Peter Cowburn
Hi Adam, On 14 June 2013 10:29, Adam Kazimierczak wrote: > > Try running this code: > var_dump(curl_escape(0, 'test'), curl_unescape(0, 'test')); > > Both results are NULL and throws E_WARNINGs: > Warning: curl_escape() expects parameter 1 to be resource, integer given > This falls under the "ga

Re: [PHP-DOC] Patch submission - curl_unescape, curl_strerror, curl_reset, fix for curl_escape

2013-06-14 Thread Adam Kazimierczak
On 06/14/2013 10:12 AM, Peter Cowburn wrote: Hi Adam, On 12 June 2013 22:11, Adam Kazimierczak > wrote: Hello Mailing List, I am attaching a few new patches. Please let me know what do you think about them. There are a few *minor* issues, but overall t

Re: [PHP-DOC] Patch submission - curl_unescape, curl_strerror, curl_reset, fix for curl_escape

2013-06-14 Thread Peter Cowburn
Hi Adam, On 12 June 2013 22:11, Adam Kazimierczak wrote: > Hello Mailing List, > > I am attaching a few new patches. Please let me know what do you think > about them. > There are a few *minor* issues, but overall they are looking good. curl-reset.xml.patch => typos on line 26 and 41 curl-stre

Re: [PHP-DOC] Patch submission - curl_escape()

2013-06-13 Thread Philip Olson
On Jun 11, 2013, at 2:43 PM, Adam Kazimierczak wrote: > On 06/11/2013 12:08 AM, Hannes Magnusson wrote: >> On Mon, Jun 10, 2013 at 1:57 PM, Adam Kazimierczak >> wrote: >>> Hello Mailing List, >>> >>> This is my first contribution for the documentation project. I would ask you >>> to review my

Re: [PHP-DOC] Patch submission - curl_escape()

2013-06-11 Thread Adam Kazimierczak
On 06/11/2013 12:08 AM, Hannes Magnusson wrote: On Mon, Jun 10, 2013 at 1:57 PM, Adam Kazimierczak wrote: Hello Mailing List, This is my first contribution for the documentation project. I would ask you to review my patch and give me some tips for the future. The patch is for curl function cu

Re: [PHP-DOC] Patch submission - curl_escape()

2013-06-10 Thread Hannes Magnusson
On Mon, Jun 10, 2013 at 1:57 PM, Adam Kazimierczak wrote: > Hello Mailing List, > > This is my first contribution for the documentation project. I would ask you > to review my patch and give me some tips for the future. > > The patch is for curl function curl_escape, located in > /en/reference/cur

Re: [PHP-DOC] Patch for bringing memcached extension docs up to date.

2013-01-08 Thread Hannes Magnusson
Okidokei :) Let me know if you change your mind, or when you'd like to give the docs another round of pokes. Its usually easier to update things incrementally rather then in one giant patch :] -Hannes On Tue, Jan 8, 2013 at 7:21 PM, David Terei wrote: > Thanks. I may do some more work on the me

Re: [PHP-DOC] Patch for bringing memcached extension docs up to date.

2013-01-08 Thread David Terei
Thanks. I may do some more work on the memcached docs but that would be it as I have a vested interest in the memcached docs. Probably not a huge amount of work as my last patch gets them to a decent state. So commit karma would be nice but i dont know if I'd really be doing enough to benefit from

Re: [PHP-DOC] Patch for bringing memcached extension docs up to date.

2013-01-08 Thread Hannes Magnusson
On Thu, Jan 3, 2013 at 7:47 PM, David Terei wrote: > Hi, > > Please review the patch below that brings the memcached extension docs > up to date with the functionality in 2.0.0 and later. > > http://davidterei.com/downloads/phpdoc-memcached.patch Nice work! Interested in continuing working on th

Re: [PHP-DOC] Patch for bringing memcached extension docs up to date.

2013-01-04 Thread Sherif Ramadan
On Thu, Jan 3, 2013 at 10:47 PM, David Terei wrote: > Hi, > > Please review the patch below that brings the memcached extension docs > up to date with the functionality in 2.0.0 and later. > > http://davidterei.com/downloads/phpdoc-memcached.patch > > Cheers, > David > Looks good to me. If no o

Re: [PHP-DOC] Patch for MongoBinData

2012-07-03 Thread Hannes Magnusson
On Tue, Jul 3, 2012 at 8:53 PM, Jeremy Mikola wrote: > On Tue, Jul 3, 2012 at 5:06 AM, Hannes Magnusson > wrote: >> >> >> Are you planning on contributing more to the docs (i.e. do you need >> vcs account?) or should we just commit these for you? > > > I'm going to be working quite a bit on the M

Re: [PHP-DOC] Patch for MongoBinData

2012-07-03 Thread Jeremy Mikola
On Tue, Jul 3, 2012 at 5:06 AM, Hannes Magnusson wrote: > > Are you planning on contributing more to the docs (i.e. do you need > vcs account?) or should we just commit these for you? > I'm going to be working quite a bit on the Mongo extension documentation (at least), so a VCS account would be

Re: [PHP-DOC] Patch for MongoBinData

2012-07-03 Thread Hannes Magnusson
On Mon, Jul 2, 2012 at 9:40 PM, Jeremy Mikola wrote: > https://jira.mongodb.org/browse/PHP-406 > Looks fine (hard to break anything there with so 'large' patch), and the MongoCollection::ensureIndex looks fine too. Are you planning on contributing more to the docs (i.e. do you need vcs account?

Re: [PHP-DOC] Patch for __destruct page

2011-09-20 Thread Daniel Convissor
Hi Folks: On Mon, Sep 19, 2011 at 03:01:57PM +0200, Nikita Popov wrote: > I think the "when that object is explicitly destroyed" part should be > removed altogether. Objects are destroyed if there are no more > references, not when there are no more references AND you explicitly > destroy them. +

Re: [PHP-DOC] Patch for __destruct page

2011-09-19 Thread Nikita Popov
I think the "when that object is explicitly destroyed" part should be removed altogether. Objects are destroyed if there are no more references, not when there are no more references AND you explicitly destroy them. Nikita On Mon, Sep 19, 2011 at 12:50 PM, Hannes Magnusson wrote: > On Sat, Sep 1

Re: [PHP-DOC] Patch for __destruct page

2011-09-19 Thread Hannes Magnusson
On Sat, Sep 17, 2011 at 00:23, Rob Allen wrote: > Hi, > > Please find attached a patch for http://uk3.php.net/__destruct to hopefully > make it a little clearer. > > I tried to use edit.php.net, but it told me that this file had been modified > by "Anonymous #2095", so I couldn't save it there.

Re: [PHP-DOC] Patch to Add AMQP Examples

2011-08-26 Thread Bradley Holt
On Thu, Aug 25, 2011 at 8:35 PM, Philip Olson wrote: > > On Aug 25, 2011, at 11:14 AM, Bradley Holt wrote: > >> Hi, >> >> Attached is a patch to add examples to the documentation for >> AMQPQueue::get and AMQPQueue::ack. > > > Hello Bradley, > > Looks good. A few minor issues: > >  - Use for all

Re: [PHP-DOC] Patch for AMQP Documentation Errors

2011-08-26 Thread Bradley Holt
On Thu, Aug 25, 2011 at 10:35 AM, Philip Olson wrote: > > On Aug 24, 2011, at 12:52 PM, Bradley Holt wrote: > >> Hi, >> >> Attached is a small patch for a couple of errors/omissions in the AMQP >> documentation. This is my first documentation patch, so please let me >> know if there's a better pro

Re: [PHP-DOC] Patch to Add AMQP Examples

2011-08-26 Thread Peter Cowburn
On 26 August 2011 17:05, Bradley Holt wrote: > Philip, > > On Thu, Aug 25, 2011 at 8:35 PM, Philip Olson wrote: >> >> On Aug 25, 2011, at 11:14 AM, Bradley Holt wrote: >> >>> Hi, >>> >>> Attached is a patch to add examples to the documentation for >>> AMQPQueue::get and AMQPQueue::ack. >> >> >> H

Re: [PHP-DOC] Patch to Add AMQP Examples

2011-08-26 Thread Bradley Holt
Philip, On Thu, Aug 25, 2011 at 8:35 PM, Philip Olson wrote: > > On Aug 25, 2011, at 11:14 AM, Bradley Holt wrote: > >> Hi, >> >> Attached is a patch to add examples to the documentation for >> AMQPQueue::get and AMQPQueue::ack. > > > Hello Bradley, > > Looks good. A few minor issues: > >  - Use

Re: [PHP-DOC] Patch to Add AMQP Examples

2011-08-25 Thread Philip Olson
On Aug 25, 2011, at 11:14 AM, Bradley Holt wrote: > Hi, > > Attached is a patch to add examples to the documentation for > AMQPQueue::get and AMQPQueue::ack. Hello Bradley, Looks good. A few minor issues: - Use for all methods. Sometimes you used . Both work but, well, I did say "minor

Re: [PHP-DOC] Patch to Add AMQP Examples

2011-08-25 Thread Bradley Holt
On Thu, Aug 25, 2011 at 4:31 PM, Peter Cowburn wrote: > Hi Bradley, > > On 25 August 2011 19:14, Bradley Holt wrote: >> Hi, >> >> Attached is a patch to add examples to the documentation for >> AMQPQueue::get and AMQPQueue::ack. > > Would you mind attaching future patches as .txt files? Gmail let

Re: [PHP-DOC] Patch to Add AMQP Examples

2011-08-25 Thread Peter Cowburn
Hi Bradley, On 25 August 2011 19:14, Bradley Holt wrote: > Hi, > > Attached is a patch to add examples to the documentation for > AMQPQueue::get and AMQPQueue::ack. Would you mind attaching future patches as .txt files? Gmail lets me view those in the browser, but requires me to download .patch

Re: [PHP-DOC] Patch for AMQP Documentation Errors

2011-08-25 Thread Hannes Magnusson
On Thu, Aug 25, 2011 at 17:12, Bradley Holt wrote: > Ferenc, > > On Thu, Aug 25, 2011 at 11:04 AM, Ferenc Kovacs wrote: >>> >>> I've read through the wiki page you linked to. I'd love to be able to >>> commit documentation fixes myself! I've created a wiki account with >>> the username of "bradle

Re: [PHP-DOC] Patch for AMQP Documentation Errors

2011-08-25 Thread Bradley Holt
Ferenc, On Thu, Aug 25, 2011 at 11:04 AM, Ferenc Kovacs wrote: >> >> I've read through the wiki page you linked to. I'd love to be able to >> commit documentation fixes myself! I've created a wiki account with >> the username of "bradley" (not sure if this gets linked to svn >> accounts in any wa

Re: [PHP-DOC] Patch for AMQP Documentation Errors

2011-08-25 Thread Ferenc Kovacs
> > I've read through the wiki page you linked to. I'd love to be able to > commit documentation fixes myself! I've created a wiki account with > the username of "bradley" (not sure if this gets linked to svn > accounts in any way). > the wiki authenticates against the master.php.net first then ag

Re: [PHP-DOC] Patch for AMQP Documentation Errors

2011-08-25 Thread Bradley Holt
Philip, On Thu, Aug 25, 2011 at 10:35 AM, Philip Olson wrote: > > On Aug 24, 2011, at 12:52 PM, Bradley Holt wrote: > >> Hi, >> >> Attached is a small patch for a couple of errors/omissions in the AMQP >> documentation. This is my first documentation patch, so please let me >> know if there's a b

Re: [PHP-DOC] Patch for AMQP Documentation Errors

2011-08-25 Thread Philip Olson
On Aug 24, 2011, at 12:52 PM, Bradley Holt wrote: > Hi, > > Attached is a small patch for a couple of errors/omissions in the AMQP > documentation. This is my first documentation patch, so please let me > know if there's a better procedure I should follow for sending in a > patch. Greetings Br

Re: [PHP-DOC] Patch to PhD for PHPDOC CHM building to use new scheme.

2011-01-10 Thread Richard Quadling
On 8 January 2011 12:50, Hannes Magnusson wrote: > On Wed, Jan 5, 2011 at 15:10, Richard Quadling wrote: >> Hi. >> >> I've built a CHM file using the new styling. >> > > > Isn't it a bit early to distribute CHM using the new styles? Its not > production quality yet, and may even change drasticall

Re: [PHP-DOC] Patch to PhD for PHPDOC CHM building to use new scheme.

2011-01-08 Thread Hannes Magnusson
On Wed, Jan 5, 2011 at 15:10, Richard Quadling wrote: > Hi. > > I've built a CHM file using the new styling. > Isn't it a bit early to distribute CHM using the new styles? Its not production quality yet, and may even change drastically.. -Hannes

Re: [PHP-DOC] [Patch] - Per Package CLI Options in PhD

2010-08-25 Thread Richard Quadling
On 25 August 2010 03:42, Moacir de Oliveira wrote: > Hi Daniel, > > 2010/8/24 Daniel Convissor >> >> Hi Moacir: >> >> On Sat, Aug 21, 2010 at 02:24:40AM -0400, Moacir de Oliveira wrote: >> >> > Some options in PhD are specific for rendering the PHP Manual (--notoc, >> > --lang). These options mak

Re: [PHP-DOC] [Patch] - Per Package CLI Options in PhD

2010-08-24 Thread Moacir de Oliveira
Hi Daniel, 2010/8/24 Daniel Convissor > Hi Moacir: > > On Sat, Aug 21, 2010 at 02:24:40AM -0400, Moacir de Oliveira wrote: > > > Some options in PhD are specific for rendering the PHP Manual (--notoc, > > --lang). These options make no effect if used with the other packages, so > > would be inte

Re: [PHP-DOC] [Patch] - Per Package CLI Options in PhD

2010-08-24 Thread Daniel Convissor
Hi Moacir: On Sat, Aug 21, 2010 at 02:24:40AM -0400, Moacir de Oliveira wrote: > Some options in PhD are specific for rendering the PHP Manual (--notoc, > --lang). These options make no effect if used with the other packages, so > would be interesting extract them from the core of PhD and impleme

Re: [PHP-DOC] [Patch] - Per Package CLI Options in PhD

2010-08-22 Thread Hannes Magnusson
On Sat, Aug 21, 2010 at 08:24, Moacir de Oliveira wrote: > hey guys, > > > I just wrote a patch that allows the separation of package specific cli > options from the core of PhD. It's just a first idea so let me know what you Hah. Awesome. I once had a semi-working patch for it, but have since lo

Re: [PHP-DOC] [patch] curl_setopt - add example for HTTPHEADER option

2010-04-23 Thread Hannes Magnusson
On Wed, Apr 21, 2010 at 18:35, Patrick van Staveren wrote: > It's not clearly specified whether to use an array with formatted headers or > an associative array (ala HttpRequest::addHeaders()) and I figure this is > worth an example for clarity. > Kudos, thanks for the patch. -Hannes

Re: [PHP-DOC] [patch] curl_setopt option table headings

2010-04-23 Thread Hannes Magnusson
Has this been committed yet? -Hannes On Wed, Apr 21, 2010 at 18:31, Patrick van Staveren wrote: > I've been using this function reference for years, and was surprised to find > that if I read closely, above each table for the various values to pass in, > the type of the value is specified.  I'd

Re: [PHP-DOC] [patch] curl_setopt option table headings

2010-04-21 Thread Daniel Egeberg
On Wed, Apr 21, 2010 at 18:31, Patrick van Staveren wrote: > I've been using this function reference for years, and was surprised to find > that if I read closely, above each table for the various values to pass in, > the type of the value is specified.  I'd never read the page closely enough > to

Re: [PHP-DOC] Patch PhD - Add links to atom feeds in the PHP format.

2009-12-16 Thread Hannes Magnusson
On Wed, Dec 16, 2009 at 11:58, Moacir de Oliveira wrote: > 2009/12/15 Hannes Magnusson >> >> On Tue, Dec 15, 2009 at 12:04, Moacir de Oliveira >> wrote: >> >> > Patch for PhD: >> > http://pastie.org/743735 >> >> Remove the count(), if getChildren() will return "true" if there are >> children, no

Re: [PHP-DOC] Patch PhD - Add links to atom feeds in the PHP format.

2009-12-16 Thread Moacir de Oliveira
2009/12/15 Hannes Magnusson > On Tue, Dec 15, 2009 at 12:04, Moacir de Oliveira > wrote: > > > Patch for PhD: > > http://pastie.org/743735 > > Remove the count(), if getChildren() will return "true" if there are > children, no need to count them. > > Also, I don't actually know if applies to h

Re: [PHP-DOC] Patch PhD - Add links to atom feeds in the PHP format.

2009-12-15 Thread Hannes Magnusson
On Tue, Dec 15, 2009 at 12:04, Moacir de Oliveira wrote: > Hey guys, > > Some patches to add links to feeds in the PHP format of the PHP Package. > > Patch for PhD: > http://pastie.org/743735 Remove the count(), if getChildren() will return "true" if there are children, no need to count them. Al

RE: [PHP-DOC] Patch for the Windows Installation docs on php.net

2009-10-14 Thread Ruslan Yakushev
il.com] > Sent: Wednesday, October 14, 2009 12:33 PM > To: Ruslan Yakushev > Cc: PHP Documentation ML > Subject: Re: [PHP-DOC] Patch for the Windows Installation docs on > php.net > > 2009/10/14 Ruslan Yakushev : > > Thanks Richard, > > > > Do you want me to pr

Re: [PHP-DOC] Patch for the Windows Installation docs on php.net

2009-10-14 Thread Richard Quadling
gt; Sent: Wednesday, October 14, 2009 2:23 AM >> To: Ruslan Yakushev >> Cc: PHP Documentation ML >> Subject: Re: [PHP-DOC] Patch for the Windows Installation docs on >> php.net >> >> 2009/10/13 Ruslan Yakushev : >> > Hello phpdoc team, >> > >

Re: [PHP-DOC] Patch for the Windows Installation docs on php.net

2009-10-14 Thread Philip Olson
On Oct 14, 2009, at 10:08 AM, Ruslan Yakushev wrote: Thanks Richard, Do you want me to produce an updated patch, or you can make these minor changes yourself before submitting? Greetings Ruslan, Are you interested in committing these and future docs? If so, please apply for a SVN accoun

RE: [PHP-DOC] Patch for the Windows Installation docs on php.net

2009-10-14 Thread Ruslan Yakushev
ev > Cc: PHP Documentation ML > Subject: Re: [PHP-DOC] Patch for the Windows Installation docs on > php.net > > 2009/10/13 Ruslan Yakushev : > > Hello phpdoc team, > > > > The first patch for the windows specific docs on php.net is ready. > The patch is available her

Re: [PHP-DOC] Patch for the Windows Installation docs on php.net

2009-10-14 Thread Richard Quadling
2009/10/13 Ruslan Yakushev : > Hello phpdoc team, > > The first patch for the windows specific docs on php.net is ready. The patch > is available here: http://ruslany.net/download/phpdocs.zip. It contains the > following changes: > > 1. New article "Microsoft IIS 5.1 and IIS 6.0" > 2. New article

Re: [PHP-DOC] Patch for the Bug 49743

2009-10-02 Thread Hannes Magnusson
On Fri, Oct 2, 2009 at 18:42, Moacir de Oliveira wrote: > Patch for the Bug #49743 http://bugs.php.net/bug.php?id=49743 > > http://pastie.org/639588 > > This patch modify the structure of the table ids of the Indexer, a new auto > increment primary key is used instead of the docbook_id, and now th

Re: [PHP-DOC] PATCH: Apache 2.0 -> 2.2

2009-10-02 Thread Philip Olson
On Oct 2, 2009, at 8:59 AM, Rich Bowen wrote: The attached patch modifies the links in the global entities files to point to the version of the Apache HTTP Server that the Apache Software Foundation recommends - that is, 2.2, rather than 2.0. 2.2 is a mature product, has been available for

Re: [PHP-DOC] PATCH - Unix Installation doc

2009-10-02 Thread Philip Olson
On Oct 2, 2009, at 6:55 AM, Rich Bowen wrote: So, I've been on the list for more than a year now, and so far haven't done anything useful. I used the excuse that I didn't have a doc build environment set up, but that was, of course, a pretty lame excuse. So this morning, bjori removed my l

Re: [PHP-DOC] Patch for the bugs #47406 and #48264

2009-09-16 Thread Hannes Magnusson
On Wed, Sep 16, 2009 at 05:04, Moacir de Oliveira wrote: > Hey guys, > > Here a patch for the bugs #47406 and #48264. > Both bugs are about using an external CSS in the xhtml based formats in PhD, > so the patch implements the --css option. > > comments? For the Bightml format, I don't think we s

Re: [PHP-DOC] Patch for bug 49117

2009-08-05 Thread Hannes Magnusson
On Tue, Aug 4, 2009 at 12:18, Niel Archer wrote: > H all, > > This patch addresses http://bugs.php.net/bug.php?id=49117 and adds > details for use of mysqlnd You had me very confused there for a while, could not possibly understand how the heck this had any relations to mysqlnd (which it doesn't,

Re: [PHP-DOC] Patch bugs #49005 and #49006

2009-07-24 Thread Hannes Magnusson
On Thu, Jul 23, 2009 at 17:34, Moacir de Oliveira wrote: > Patch for the bugs: > > http://bugs.php.net/bug.php?id=49006 > http://bugs.php.net/bug.php?id=49005 > -"initializer" => ""); +"initializer" => "", +"reference" => false); } Could you

Re: [PHP-DOC] Patch Bug 48953

2009-07-18 Thread Hannes Magnusson
On Sat, Jul 18, 2009 at 07:42, Moacir de Oliveira wrote: > Patch for the bug: http://bugs.php.net/bug.php?id=48953 > > The method getDescription should return false or ""? I don't think that matters really... However, shouldn't we throw some sort of verbosity warning? (VERBOSE_MISSING_IDREF?) -H

Re: [PHP-DOC] Patch for doc-base/README

2009-07-15 Thread Niel Archer
Forgot to mention, the HOWTO page refereed to in the README (http://doc.php.net/php/dochowto/) is not available (404 error)

Re: [PHP-DOC] Patch Review

2009-07-02 Thread Hannes Magnusson
On Thu, Jul 2, 2009 at 15:31, Moacir de Oliveira wrote: > Hi guys, > > can you review this patch? > > do you think I should use aggregators or just use elseif sections in the > function SQLiteIndex? Is there any performance difference? I think having their own functions is more readable.. -Hanne

Re: [PHP-DOC] [Patch] Re: [PHP-DOC] ncurses documentation

2009-04-05 Thread Keito Uchiyama
Hannes Magnusson wrote: Awesome work. One thing I would update: + Returns 0 on success, -1 if the color table could not be allocated (and all similar), use 0, -1.. it makes it more clear that these are actual return values. -Hannes Thanks Hannes! I've posted an updated patch with that change

Re: [PHP-DOC] [Patch] Re: [PHP-DOC] ncurses documentation

2009-04-05 Thread Hannes Magnusson
On Sun, Apr 5, 2009 at 08:56, Keito Uchiyama wrote: > Philip Olson wrote: >> >> Nice! :) But please post the patch as an attachment or a link online as it >> gets altered in email. And if you're planning on documenting more then a CVS >> account is appropriate: >> >>  - http://php.net/cvs-php >> >

Re: [PHP-DOC] [Patch] Re: [PHP-DOC] ncurses documentation

2009-04-04 Thread Keito Uchiyama
Philip Olson wrote: Nice! :) But please post the patch as an attachment or a link online as it gets altered in email. And if you're planning on documenting more then a CVS account is appropriate: - http://php.net/cvs-php As for the markup, the only problems I see are whitespace issues becau

Re: [PHP-DOC] [Patch] Re: [PHP-DOC] ncurses documentation

2009-04-04 Thread Philip Olson
> Agreed, and I think it would be well worth it to document this extension. I've gone ahead and documented the color-related functions in the ncurses extension, for starters. Please let me know if there's anything I should fix! Hello Keito, Nice! :) But please post the patch as an atta

Re: [PHP-DOC] [Patch] SimpleXMLIterator docs

2009-03-28 Thread Juliette
2009/3/27 Hannes Magnusson > > After slightly better review, could you add tags around > "SimpleXMLIterator" in paragraphs, and use &null; rather then NULL? > -Hannes > Attached is the updated patch. I'll make you a deal; if you document another class and then submit > http://php.net/cvs-php, y

Re: [PHP-DOC] [Patch] SimpleXMLIterator docs

2009-03-27 Thread Hannes Magnusson
On Thu, Mar 26, 2009 at 14:26, Hannes Magnusson wrote: > On Thu, Mar 26, 2009 at 13:56, Juliette wrote: >> Hi, >> As mentioned earlier, here's a patch for the SimpleXMLiterator docs. >> Suggestions for improvements welcomed. :) > > Quickly scanning over the patch, looks very good. After slightly

Re: [PHP-DOC] [Patch] SimpleXMLIterator docs

2009-03-26 Thread Hannes Magnusson
On Thu, Mar 26, 2009 at 14:58, Juliette wrote: > > 2009/3/27 Hannes Magnusson >> >> Quickly scanning over the patch, looks very good. >> Interested in continuing documenting various parts of PHP? >> -Hannes > > Thanks Hannes, and yes I am interested in doing more documenting. I'll make you a dea

Re: [PHP-DOC] [Patch] SimpleXMLIterator docs

2009-03-26 Thread Juliette
2009/3/27 Hannes Magnusson > > > Quickly scanning over the patch, looks very good. > Interested in continuing documenting various parts of PHP? > -Hannes > Thanks Hannes, and yes I am interested in doing more documenting. - Juliette

Re: [PHP-DOC] [Patch] SimpleXMLIterator docs

2009-03-26 Thread Hannes Magnusson
On Thu, Mar 26, 2009 at 13:56, Juliette wrote: > Hi, > As mentioned earlier, here's a patch for the SimpleXMLiterator docs. > Suggestions for improvements welcomed. :) Quickly scanning over the patch, looks very good. Interested in continuing documenting various parts of PHP? -Hannes

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Hannes Magnusson
On Tue, Nov 4, 2008 at 22:18, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: > 2008/11/4 Hannes Magnusson <[EMAIL PROTECTED]>: >> On Tue, Nov 4, 2008 at 18:05, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: >>> One thing though: I've long since forgotten my CVS password (and it >>> was several comput

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Lars Torben Wilson
2008/11/4 Hannes Magnusson <[EMAIL PROTECTED]>: > On Tue, Nov 4, 2008 at 18:05, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: >> One thing though: I've long since forgotten my CVS password (and it >> was several computers ago); if you could reset it for me and email me >> off-list that would be gra

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Hannes Magnusson
On Tue, Nov 4, 2008 at 18:05, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: > One thing though: I've long since forgotten my CVS password (and it > was several computers ago); if you could reset it for me and email me > off-list that would be grand. Filling out https://master.php.net/forgot.php (y

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Lars Torben Wilson
2008/11/4 Philip Olson <[EMAIL PROTECTED]>: > > On 3 Nov 2008, at 23:26, Lars Torben Wilson wrote: > >> Hi all, >> >> This is a patch to address an error I made in the documentation for >> the Variables section: > > Hello Torben! > > Feel free to commit anything you wish... your old CVS user accoun

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Philip Olson
On 3 Nov 2008, at 23:26, Lars Torben Wilson wrote: Hi all, This is a patch to address an error I made in the documentation for the Variables section: Hello Torben! Feel free to commit anything you wish... your old CVS user account still works and welcome back! :) Regards, Philip

Re: [PHP-DOC] Patch review

2008-11-02 Thread Ross Masters
Thanks Hannes :) -- Ross Masters [EMAIL PROTECTED] http://www.uvshock.co.uk/blog

Re: [PHP-DOC] Patch review

2008-11-02 Thread Hannes Magnusson
On Sun, Nov 2, 2008 at 17:34, Ross Masters <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been doing some work on the datetime extension, and while I'm ready to > commit I'm a little unsure about somethings (mainly PEAR CS). If someone > could verify the following questions that would be great. > >

Re: [PHP-DOC] Patch for documentation

2008-09-05 Thread Stefan Hinz
Hi Philip, For the records, here's the log of today's discussion on #php.doc: Interesting discussion and progress! There was a question about how to generate the documentation and I feel the MySQL documentation should be like all other topics in the manual, which is edited directly within th

Re: [PHP-DOC] Patch for documentation

2008-09-04 Thread Philip Olson
For the records, here's the log of today's discussion on #php.doc: Interesting discussion and progress! There was a question about how to generate the documentation and I feel the MySQL documentation should be like all other topics in the manual, which is edited directly within the phpdo

Re: [PHP-DOC] Patch for documentation

2008-09-02 Thread Stefan Hinz
For the records, here's the log of today's discussion on #php.doc: So let's get started ... The whole discussion started with us (= MySQL Docs) syncing the PHP docs over to http://dev.mysql.com/doc/refman/5.1/en/php.html And announcing it, and announcing that we'll take "ownership" of those

Re: [PHP-DOC] Patch for documentation

2008-09-01 Thread Stefan Hinz
Hannes Magnusson schrieb: On Tue, Aug 26, 2008 at 16:48, Stefan Hinz <[EMAIL PROTECTED]> wrote: Let's get together on IRC (#php.doc) to discuss. Since Tony and I aren't working this week ;-) I'd suggest this date and time: - Tuesday, September 2, 11:00 CET (10:00 GMT/9:00 UTC) Err. Could we d

Re: [PHP-DOC] Patch for documentation

2008-09-01 Thread Stefan Hinz
Hannes Magnusson schrieb: On Tue, Aug 26, 2008 at 16:48, Stefan Hinz <[EMAIL PROTECTED]> wrote: Let's get together on IRC (#php.doc) to discuss. Since Tony and I aren't working this week ;-) I'd suggest this date and time: - Tuesday, September 2, 11:00 CET (10:00 GMT/9:00 UTC) Err. Could we d

Re: [PHP-DOC] Patch for documentation

2008-09-01 Thread Hannes Magnusson
On Tue, Aug 26, 2008 at 16:48, Stefan Hinz <[EMAIL PROTECTED]> wrote: > Let's get together on IRC (#php.doc) to discuss. Since Tony and I aren't > working this week ;-) I'd suggest this date and time: > > - Tuesday, September 2, 11:00 CET (10:00 GMT/9:00 UTC) Err. Could we delay it for ~90minutes?

Re: [PHP-DOC] Patch for documentation

2008-08-27 Thread Hannes Magnusson
On Wed, Aug 27, 2008 at 09:43, Ulf Wendel <[EMAIL PROTECTED]> wrote: > Moin Hannes! > > Hannes Magnusson schrieb: >> >> On Tue, Aug 26, 2008 at 16:48, Stefan Hinz <[EMAIL PROTECTED]> wrote: >>> >>> - Tuesday, September 2, 11:00 CET (10:00 GMT/9:00 UTC) >> >> *giggle* I have a job ;) >> Anyway. Soun

Re: [PHP-DOC] Patch for documentation

2008-08-27 Thread Ulf Wendel
Moin Hannes! Hannes Magnusson schrieb: On Tue, Aug 26, 2008 at 16:48, Stefan Hinz <[EMAIL PROTECTED]> wrote: - Tuesday, September 2, 11:00 CET (10:00 GMT/9:00 UTC) *giggle* I have a job ;) Anyway. Sounds good. No deal: suggest a different time, if need be. Most of the time all of us are st

Re: [PHP-DOC] Patch for documentation

2008-08-26 Thread Hannes Magnusson
On Tue, Aug 26, 2008 at 16:48, Stefan Hinz <[EMAIL PROTECTED]> wrote: > Hannes, Tony, Ulf, Georg, all, > >> <[EMAIL PROTECTED]> wrote: >>> >>> On Tue, Aug 26, 2008 at 11:56, Stefan Hinz <[EMAIL PROTECTED]> wrote: Regarding your proper structure argument, I suggest to get together and

Re: [PHP-DOC] Patch for documentation

2008-08-26 Thread Stefan Hinz
Hannes, Tony, Ulf, Georg, all, <[EMAIL PROTECTED]> wrote: On Tue, Aug 26, 2008 at 11:56, Stefan Hinz <[EMAIL PROTECTED]> wrote: Regarding your proper structure argument, I suggest to get together and discuss what you have in mind. On the MySQL side, that discussion should involve Tony, Ulf Wen

Re: [PHP-DOC] Patch for documentation

2008-08-26 Thread Hannes Magnusson
You sneaky bastard! ;) On Tue, Aug 26, 2008 at 14:01, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > On Tue, Aug 26, 2008 at 11:56, Stefan Hinz <[EMAIL PROTECTED]> wrote: >> Regarding your proper structure argument, I suggest to get together and >> discuss what you have in mind. On the MySQL side,

Re: [PHP-DOC] Patch for documentation

2008-08-21 Thread Hannes Magnusson
On Thu, Aug 21, 2008 at 12:35, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > On Thu, Aug 21, 2008 at 10:11, Anthony Bedford <[EMAIL PROTECTED]> wrote: >> Hi Hannes, >> >> Don't misunderstand me please. We will be making the docs as good as we can. >> Remember I am coming in cold to this so I will n

Re: [PHP-DOC] Patch for documentation

2008-08-21 Thread Hannes Magnusson
On Thu, Aug 21, 2008 at 10:11, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Hi Hannes, > > Don't misunderstand me please. We will be making the docs as good as we can. > Remember I am coming in cold to this so I will need some time to get > familiar with the PHP way of doing things and find my way

Re: [PHP-DOC] Patch for documentation

2008-08-21 Thread Anthony Bedford
Hi Hannes, Don't misunderstand me please. We will be making the docs as good as we can. Remember I am coming in cold to this so I will need some time to get familiar with the PHP way of doing things and find my way around. Note I said specifically 'mysqli'. I thought a good starting point was

Re: [PHP-DOC] Patch for documentation

2008-08-20 Thread Hannes Magnusson
On Wed, Aug 20, 2008 at 14:47, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Hannes, > > Hopefully this patch will do it. > > My plan on mysqli docs is just to fill in some of the current gaps. > Unfortunately, I don't have too much time available due to several other > projects that need my attent

Re: [PHP-DOC] Patch for documentation

2008-08-20 Thread Anthony Bedford
Hannes, Hopefully this patch will do it. My plan on mysqli docs is just to fill in some of the current gaps. Unfortunately, I don't have too much time available due to several other projects that need my attention. I'll see what I can do though. Thanks, Tony Hannes Magnusson wrote: On Wed

Re: [PHP-DOC] Patch for documentation

2008-08-20 Thread Hannes Magnusson
On Wed, Aug 20, 2008 at 13:21, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Hi Hannes, > > Ah thanks for that. > > I've attached another diff (unified this time). Hopefully this will be a bit > more useable. Replace "FALSE" with "&false;" and I think its perfect. > I'll push on with the existing

Re: [PHP-DOC] Patch for documentation

2008-08-20 Thread Anthony Bedford
Hi Hannes, Ah thanks for that. I've attached another diff (unified this time). Hopefully this will be a bit more useable. I'll push on with the existing templates for now, and if I get time later have a look at helping out with creating some new templates. You've probably been asked this b

Re: [PHP-DOC] Patch for documentation

2008-08-20 Thread Hannes Magnusson
On Tue, Aug 19, 2008 at 16:43, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Hi, > > I've created a small patch for the documentation. Could someone please check > the patch? If it's OK please feel free to check it into CVS. > > Many thanks, > Tony > > > Tony Bedford, Technical Writer > Databas

Re: [PHP-DOC] [PATCH] Restructuring built-in variables

2008-04-20 Thread Philip Olson
On 15 Apr 2008, at 16:58, Philip Olson wrote: I mean have a page that talks about what superglobals are, and it'd include that superglobals list. So basically this means move language.variables.superglobals outside of the partintro in variables.xml to a new page like variables/superglobals.x

Re: [PHP-DOC] [PATCH] Moving the timezone appendix

2008-04-15 Thread Daniel Brown
On Tue, Apr 15, 2008 at 3:28 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > Hi all > > I'd like to move the timezone appendix into the datetime extension docs.. > > Any objections? None that I can think of off the top of my head. Sounds like a good idea to me. -- Ask me about: Dedicat

Re: [PHP-DOC] [PATCH] Restructuring built-in variables

2008-04-15 Thread Philip Olson
I mean have a page that talks about what superglobals are, and it'd include that superglobals list. So basically this means move language.variables.superglobals outside of the partintro in variables.xml to a new page like variables/superglobals.xml even though superglobals isn't a variable i

Re: [PHP-DOC] [PATCH] Moving the timezone appendix

2008-04-15 Thread Derick Rethans
On Wed, 16 Apr 2008, Richard Quadling wrote: > On 15/04/2008, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > > > > I'd like to move the timezone appendix into the datetime extension > > docs.. > > > > Any objections? > > Should the file still be in the appendix directory? If not, then the > ph

Re: [PHP-DOC] [PATCH] Moving the timezone appendix

2008-04-15 Thread Richard Quadling
On 15/04/2008, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > Hi all > > I'd like to move the timezone appendix into the datetime extension docs.. > > Any objections? > > > -Hannes Should the file still be in the appendix directory? If not, then the php script to create the file will need to be

Re: [PHP-DOC] [PATCH] Moving the timezone appendix

2008-04-15 Thread kalle
Hey Hannes Quoting Hannes Magnusson <[EMAIL PROTECTED]>: Hi all I'd like to move the timezone appendix into the datetime extension docs.. Any objections? -Hannes Go for it ;) Kalle

Re: [PHP-DOC] [PATCH] Restructuring built-in variables

2008-04-15 Thread Hannes Magnusson
On Tue, Apr 15, 2008 at 6:30 AM, Philip Olson <[EMAIL PROTECTED]> wrote: > > > On 14 Apr 2008, at 11:10, Hannes Magnusson wrote: > > > On Mon, Apr 14, 2008 at 7:32 PM, Philip Olson <[EMAIL PROTECTED]> wrote: > > > > > > > > On 13 Apr 2008, at 08:01, Daniel Convissor wrote: > > > > > > > > > > Hi H

Re: [PHP-DOC] [PATCH] Refactoring context options

2008-04-15 Thread Hannes Magnusson
On Tue, Apr 15, 2008 at 5:39 AM, Philip Olson <[EMAIL PROTECTED]> wrote: > > > On 14 Apr 2008, at 11:01, Hannes Magnusson wrote: > > > On Mon, Apr 14, 2008 at 7:24 PM, Philip Olson <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > On 13 Apr 2008, at 15:05, Hannes Magnusson wrote: > > > > > > > > >

  1   2   3   >