Re: [PHP-DOC] pecl/idn documentation

2009-01-06 Thread Johannes Schlüter
On Tue, 2009-01-06 at 01:13 +0100, Hannes Magnusson wrote: > I think you already have phpdoc karma so feel free to commit. > If you don't, Johannes will have to take care of it, Philip is in Nicaragua I've upgraded him. johannes

Re: [PHP-DOC] pecl/idn documentation

2009-01-05 Thread Hannes Magnusson
On Tue, Jan 6, 2009 at 00:33, Christian Hammers wrote: > Hello > > Am Mon, 5 Jan 2009 09:32:58 +0100 > schrieb "Hannes Magnusson" : > ... >> If you are showcasing "failures" then add a comment above it like >> // Will throw E_WARNING blabla.. >> and optionally remember people to not have display_e

Re: [PHP-DOC] pecl/idn documentation

2009-01-05 Thread Christian Hammers
Hello Am Mon, 5 Jan 2009 09:32:58 +0100 schrieb "Hannes Magnusson" : ... > > // Cannot convert a domain name to ASCII that contains non-ASCII > > chars // but already starts with "xn--" > > $ascii = @idn_to_ascii("xn--".chr(0xC3).chr(0xA4), $errorcode); > > if ($ascii === false) { > >printf("D

Re: [PHP-DOC] pecl/idn documentation

2009-01-05 Thread Hannes Magnusson
On Mon, Jan 5, 2009 at 01:16, Christian Hammers wrote: > Hello > > Am Sun, 4 Jan 2009 20:28:13 +0100 > schrieb "Hannes Magnusson" : > >> On Sun, Jan 4, 2009 at 19:53, Christian Hammers >> wrote: >> > Hello >> > >> > I've incorporated all your suggestions and added a .cvsignore as >> > well as som

Re: [PHP-DOC] pecl/idn documentation

2009-01-04 Thread Christian Hammers
Hello Am Sun, 4 Jan 2009 20:28:13 +0100 schrieb "Hannes Magnusson" : > On Sun, Jan 4, 2009 at 19:53, Christian Hammers > wrote: > > Hello > > > > I've incorporated all your suggestions and added a .cvsignore as > > well as some "choice=opt" markers to the optional function > > parameters. > > >

Re: [PHP-DOC] pecl/idn documentation

2009-01-04 Thread Hannes Magnusson
On Sun, Jan 4, 2009 at 19:53, Christian Hammers wrote: > Hello > > I've incorporated all your suggestions and added a .cvsignore as well > as some "choice=opt" markers to the optional function parameters. > > The new diffs are attached. @ in examples is a big no no. + This ext is in PECL, not

Re: [PHP-DOC] pecl/idn documentation

2009-01-04 Thread Christian Hammers
Hello I've incorporated all your suggestions and added a .cvsignore as well as some "choice=opt" markers to the optional function parameters. The new diffs are attached. bye, -christian- Am Mon, 15 Dec 2008 19:29:02 +0100 schrieb hannes.magnus...@gmail.com ("Hannes Magnusson"): > On Mon, De

Re: [PHP-DOC] pecl/idn documentation

2008-12-15 Thread Hannes Magnusson
On Mon, Dec 15, 2008 at 19:10, Johannes Schlüter wrote: > Hi, > > could anybody of you review the patches Christian (CC'd) sent me from a > doc perspective? From the contents they seem to be fine but I have > little knowledge about XML formatting rules and similar things... After a _quick_ scroll

[PHP-DOC] pecl/idn documentation

2008-12-15 Thread Johannes Schlüter
Hi, could anybody of you review the patches Christian (CC'd) sent me from a doc perspective? From the contents they seem to be fine but I have little knowledge about XML formatting rules and similar things... thanks! johannes Index: manual.xml.in =