[PHP-DOC] #35527 [Bgs->Opn]: brace escape problem ( continues? )

2005-12-02 Thread judas dot iscariote at gmail dot com
ID: 35527 User updated by: judas dot iscariote at gmail dot com Reported By: judas dot iscariote at gmail dot com -Status: Bogus +Status: Open -Bug Type: Strings related +Bug Type: Documentation problem Operating System: Linux PHP Version

Re: [PHP-DOC] #35432 [Asn]: make fails with PDO and MySQL5

2005-12-02 Thread Curt Zirzow
On Thu, Dec 01, 2005 at 08:45:34PM +0100, Gabor Hojtsy wrote: > > > > I almost went as far as creating a whole document dedicated to the > > installation of PDO, but wasn't sure where it would go. > > > > [1] http://livedocs.zirzow.dyndns.org/index.php?l=en&q=ref.pdo > > [2] http://livedocs.zirzo

[PHP-DOC] cvs: phpdoc /en/reference/win32ps .cvsignore

2005-12-02 Thread Nuno Lopes
nlopess Fri Dec 2 17:24:34 2005 EDT Added files: /phpdoc/en/reference/win32ps.cvsignore Log: ignore functions.xml http://cvs.php.net/co.php/phpdoc/en/reference/win32ps/.cvsignore?r=1.1&p=1 Index: phpdoc/en/reference/win32ps/.cvsignore +++ phpdoc/en/

[PHP-DOC] cvs: phpdoc /en/reference/pdo_pgsql .cvsignore

2005-12-02 Thread Nuno Lopes
nlopess Fri Dec 2 17:18:03 2005 EDT Added files: /phpdoc/en/reference/pdo_pgsql .cvsignore Log: ignore functions.xml http://cvs.php.net/co.php/phpdoc/en/reference/pdo_pgsql/.cvsignore?r=1.1&p=1 Index: phpdoc/en/reference/pdo_pgsql/.cvsignore +++ phpdoc

[PHP-DOC] cvs: phpdoc /en/reference/mcve/functions m-destroyconn.xml

2005-12-02 Thread Jakub Vrana
vrana Fri Dec 2 16:41:29 2005 EDT Modified files: /phpdoc/en/reference/mcve/functions m-destroyconn.xml Log: Fix return type http://cvs.php.net/diff.php/phpdoc/en/reference/mcve/functions/m-destroyconn.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/mcve/fu

[PHP-DOC] cvs: phpdoc /en/reference/win32service/functions win32-create-service.xml win32-delete-service.xml win32-get-last-control-message.xml win32-start-service.xml win32-stop-service.xml

2005-12-02 Thread Jakub Vrana
vrana Fri Dec 2 16:41:55 2005 EDT Modified files: /phpdoc/en/reference/win32service/functions win32-create-service.xml win32-delete-service.xml

[PHP-DOC] cvs: phpdoc /en/reference/gnupg/functions gnupg-adddecryptkey.xml gnupg-decryptverify.xml gnupg-seterrormode.xml gnupg-verify.xml

2005-12-02 Thread Jakub Vrana
vrana Fri Dec 2 16:41:41 2005 EDT Modified files: /phpdoc/en/reference/gnupg/functionsgnupg-adddecryptkey.xml gnupg-decryptverify.xml gnupg-seterrormode.xml

[PHP-DOC] #35526 [Opn]: Behavior of ctype_* functions in PHP 5.1 is inconsistent with documentation.

2005-12-02 Thread [EMAIL PROTECTED]
ID: 35526 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: N/A PHP Version: Irrelevant New Comment: Patch updated on 2005-12-02 15:55 EST (GMT -500). Updated patch inc

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Gabor Hojtsy
Michael Wallner wrote: > Gabor Hojtsy wrote: > >>> The extension name is actually http, the package has just been >>> named pecl_http because there already was a HTTP package in PEAR. >> >> Ok, since there is no actual http extension in PHP, and we use the "http >> extension" designation just to g

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Michael Wallner
Gabor Hojtsy wrote: The extension name is actually http, the package has just been named pecl_http because there already was a HTTP package in PEAR. Ok, since there is no actual http extension in PHP, and we use the "http extension" designation just to group some http related functions, what i

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Gabor Hojtsy
Friedhelm Betz wrote: > Gabor Hojtsy wrote: > >> Ok, since there is no actual http extension in PHP, and we use the "http >> extension" designation just to group some http related functions, what >> if we move these to the network functions (and pray that a network >> extension will not come aroun

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Friedhelm Betz
Gabor Hojtsy wrote: hui, I think name it like your package name: pecl_http. But, thats ugly ;-) Yeah, *ugly* The extension name is actually http, the package has just been named pecl_http because there already was a HTTP package in PEAR. Ok, since there is no actual http extension in PHP, a

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Gabor Hojtsy
>> hui, I think name it like your package name: pecl_http. >> But, thats ugly ;-) > > Yeah, *ugly* > > The extension name is actually http, the package has just been > named pecl_http because there already was a HTTP package in PEAR. Ok, since there is no actual http extension in PHP, and we use

[PHP-DOC] #35526 [NEW]: Behavior of ctype_* functions in PHP 5.1 is inconsistent with documentation.

2005-12-02 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: N/A PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Behavior of ctype_* functions in PHP 5.1 is inconsistent with documentation. Description: The ctype_* functions were updated in 5.1 to retu

Re: [PHP-DOC] cvs: phpdoc /en/reference/statistics .cvsignore reference.xml /en/reference/statistics/functions stats-absolute-deviation.xml stats-cdf-beta.xml stats-cdf-binomial.xml stats-cdf-cauchy.

2005-12-02 Thread Nuno Lopes
> add inital docs (mostly protos) for the stats PECL extension > This was sent to me by Andrey. real docs will follow soon Would you mind if I move it to stats/ directory? Extension is in that directory and functions start with stats_ too. Furthermore scripts/check-references.php assumes t

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Michael Wallner
Friedhelm Betz wrote: hui, I think name it like your package name: pecl_http. But, thats ugly ;-) Yeah, *ugly* The extension name is actually http, the package has just been named pecl_http because there already was a HTTP package in PEAR. Hint: to start documenting your extension you might

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Friedhelm Betz
Hi Michael, Hi, if I ever come around to properly document my pecl extension, I wonder how I would need to proceed as there already is reference/http/reference.xml? I'd appreciate any hints and suggestions! hui, I think name it like your package name: pecl_http. But, thats ugly ;-) Anyway,

[PHP-DOC] cvs: phpdoc /en/reference/win32ps reference.xml /en/reference/win32ps/functions win32-ps-stat-proc.xml

2005-12-02 Thread Michael Wallner
mikeFri Dec 2 10:09:45 2005 EDT Modified files: /phpdoc/en/reference/win32ps/functions win32-ps-stat-proc.xml /phpdoc/en/reference/win32psreference.xml Log: - fix ws http://cvs.php.net/diff.php/phpdoc/en/reference/win32ps/functions/win32-p

[PHP-DOC] cvs: phpdoc /en/reference/win32ps reference.xml /en/reference/win32ps/functions win32-ps-list-procs.xml win32-ps-stat-mem.xml win32-ps-stat-proc.xml

2005-12-02 Thread Michael Wallner
mikeFri Dec 2 10:05:02 2005 EDT Added files: /phpdoc/en/reference/win32ps/functions win32-ps-list-procs.xml win32-ps-stat-mem.xml win32-ps-stat-proc.xml /

Re: [PHP-DOC] cvs: phpdoc /en/reference/statistics .cvsignore reference.xml /en/reference/statistics/functions stats-absolute-deviation.xml stats-cdf-beta.xml stats-cdf-binomial.xml stats-cdf-cauchy.

2005-12-02 Thread Jakub Vrana
Nuno Lopes wrote: > add inital docs (mostly protos) for the stats PECL extension > This was sent to me by Andrey. real docs will follow soon Would you mind if I move it to stats/ directory? Extension is in that directory and functions start with stats_ too. Furthermore scripts/check-referenc

[PHP-DOC] cvs: phpdoc /en/reference/xmlreader configure.xml

2005-12-02 Thread Jakub Vrana
vrana Fri Dec 2 09:02:12 2005 EDT Modified files: /phpdoc/en/reference/xmlreader configure.xml Log: enable-xmlreader (bug #35521) http://cvs.php.net/diff.php/phpdoc/en/reference/xmlreader/configure.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/xmlrea

[PHP-DOC] #35521 [Opn->Csd]: xmlreader: --with-xmlreader -> --enable-xmlreader

2005-12-02 Thread vrana
ID: 35521 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online and downloadable versi

[PHP-DOC] #35521 [NEW]: xmlreader: --with-xmlreader -> --enable-xmlreader

2005-12-02 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: xmlreader: --with-xmlreader -> --enable-xmlreader Description: configure option was changed from --with-xmlreader to --enable-xmlreader in CVS.

[PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Michael Wallner
Hi, if I ever come around to properly document my pecl extension, I wonder how I would need to proceed as there already is reference/http/reference.xml? I'd appreciate any hints and suggestions! Thanks, -- Michael - http://dev.iworks.at/ext-http/http-functions.html.gz

Re: [PHP-DOC] Manual Credits/Contributors

2005-12-02 Thread Friedhelm Betz
Hi all, Gabor Hojtsy wrote: I have an important exam tomorrow, so I will only be able to add my opinion later this week (probably weekend). This is high priority on my TODO however, not forgotten! Goba Jakub Vrana wrote: Sean Coates wrote: I don't want to start a huge campaign of people w

[PHP-DOC] cvs: phpdoc /en/reference/regex/functions split.xml

2005-12-02 Thread Jakub Vrana
vrana Fri Dec 2 04:35:29 2005 EDT Modified files: /phpdoc/en/reference/regex/functionssplit.xml Log: See also str_split (bug #35516) http://cvs.php.net/diff.php/phpdoc/en/reference/regex/functions/split.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/referenc

[PHP-DOC] #35516 [Opn->Csd]: split() should point to str_split() for PHP 5 users trying split('', $str)

2005-12-02 Thread vrana
ID: 35516 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online and downloadable versi

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagegif.xml

2005-12-02 Thread Jakub Vrana
vrana Fri Dec 2 04:30:51 2005 EDT Modified files: /phpdoc/en/reference/image/functionsimagegif.xml Log: Doesn't use true color (bug #35515) http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagegif.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc

[PHP-DOC] #35515 [Opn->Csd]: imagegif

2005-12-02 Thread vrana
ID: 35515 Updated by: [EMAIL PROTECTED] Reported By: g-nome at kuriak dot org -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online and downloadabl

[PHP-DOC] #35516 [NEW]: split() should point to str_split() for PHP 5 users trying split('', $str)

2005-12-02 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: split() should point to str_split() for PHP 5 users trying split('', $str) Description: The manual page for split() currently points to preg_s

[PHP-DOC] #35515 [NEW]: imagegif

2005-12-02 Thread g-nome at kuriak dot org
From: g-nome at kuriak dot org Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: imagegif Description: Documentation for function imagegif not correct. Instead of string: The image argument is the return from the imag