[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-db-name.xml mysql-db-query.xml mysql-drop-db.xml mysql-errno.xml mysql-error.xml mysql-fetch-array.xml mysql-fetch-assoc.xml mysql-fetch-field.xml mysql-fetch-lengths.xml mysql-fetch-object.xml mysql-fetch-row.xml mysql-field-flags.xml mysql-field-len.xml mysql-field-name.xml mysql-field-seek.xml mysql-field-table.xml mysql-field-type.xml mysql-free-result.xml mysql-get-client-info.xml mysql-get-host-info.xml mysql-get-proto-info.xml mysql-get-server-info.xml mysql-info.xml mysql-insert-id.xml mysql-list-dbs.xml mysql-list-fields.xml mysql-list-processes.xml mysql-list-tables.xml mysql-num-fields.xml mysql-num-rows.xml mysql-pconnect.xml mysql-ping.xml mysql-result.xml mysql-select-db.xml mysql-tablename.xml mysql-unbuffered-query.xml

2005-03-29 Thread Philip Olson
philip Wed Mar 30 01:27:14 2005 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-db-name.xml mysql-db-query.xml mysql-drop-db.xml

Re: [PHP-DOC] New docs style

2005-03-29 Thread Philip Olson
> What is this new documentation style I keep hearing > about and where are templates/docs on how to implement > it? The HOWTO was updated long ago but the online version hasn't been updated. So instead read the official unofficial phpdoc wiki: http://wiki.phpdoc.info/DocSkel Regards, Philip

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-affected-rows.xml mysql-change-user.xml mysql-client-encoding.xml mysql-close.xml mysql-create-db.xml mysql-data-seek.xml

2005-03-29 Thread Philip Olson
philip Wed Mar 30 00:05:09 2005 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-affected-rows.xml mysql-change-user.xml mysql-client-encoding.xml

[PHP-DOC] New docs style

2005-03-29 Thread Christopher Kings-Lynne
What is this new documentation style I keep hearing about and where are templates/docs on how to implement it? Thanks, Chris

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2005-03-29 Thread Philip Olson
philip Tue Mar 29 23:45:35 2005 EDT Modified files: /phpdoc/en language-snippets.ent Log: Added mysql.linkid.description for the new doc style linkid parameter listing. It's used in just about every MySQL function man page. http://cvs.php.net/diff.php/p

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-real-escape-string.xml

2005-03-29 Thread Philip Olson
philip Tue Mar 29 21:07:57 2005 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml Log: A MySQL connection is required before using mysql_real_escape_string(). http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/fu

[PHP-DOC] #32493 [NEW]: First bit of #29187 overlooked

2005-03-29 Thread php at gwaihir dot net
From: php at gwaihir dot net Operating system: N/A PHP version: 5.0.3 PHP Bug Type: Documentation problem Bug description: First bit of #29187 overlooked Description: Best see #29187 (to which I sadly can't add / comment on). On the "visibility" page of the man

[PHP-DOC] #32492 [Opn]: [DOC] French : preg_quote

2005-03-29 Thread jsgoupil at lookstrike dot com
ID: 32492 User updated by: jsgoupil at lookstrike dot com Reported By: jsgoupil at lookstrike dot com Status: Open Bug Type:Documentation problem PHP Version: 5CVS-2005-03-30 (dev) New Comment: J'ai vu aussi dans les snippets une autre petite erreur...

RE: [PHP-DOC] printer_open() documentation error

2005-03-29 Thread Greg Jackson
Thanks Philip for the quick response! You're right, since my original post I found that it will return NULL or FALSE under different conditions. If the printer doesn't exist I get FALSE. I'm getting NULL for a valid printer that is for some reason refusing the connection. So I guess it is a bug,

[PHP-DOC] #32492 [NEW]: [DOC] French : preg_quote

2005-03-29 Thread jsgoupil at lookstrike dot com
From: jsgoupil at lookstrike dot com Operating system: PHP version: 5CVS-2005-03-30 (dev) PHP Bug Type: Documentation problem Bug description: [DOC] French : preg_quote Description: fr/reference/pcre/function/preg-quote.xml $ Revision: 1.13 $ Les caractères éch

Re: [PHP-DOC] printer_open() documentation error

2005-03-29 Thread Philip Olson
Hello! I don't really have an answer except that according to the source here: http://lxr.php.net/source/pecl/printer/printer.c#256 It can return false but also has a chance to return nothing which doesn't seem like a good idea. That is, if the following condition fails nothing happens: if (D

[PHP-DOC] [PATCH] Install Documentation for Unix/Windows

2005-03-29 Thread Philip Olson
Hello! Both win32/install.txt and INSTALL need an update before the next PHP release so here's a patch for these two files: http://boogle.com/tmp/patch_phpsrc_install.txt It's an enormous patch because the line endings were incorrect for these files but have been fixed (install.txt = \r\n and I

[PHP-DOC] printer_open() documentation error

2005-03-29 Thread Greg Jackson
Hi I'm not sure if this is a documentation error or a bug in php_printer.dll but here goes... printer_open() is returning NULL upon failure, not FALSE i.e. the following code doesn't work: This does: Version info: PHP 4.3.10 (cli) (built: Dec 14 2004 17:48:04) php_printer.dll 29-Ma

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2005-03-29 Thread Philip Olson
philip Tue Mar 29 16:55:09 2005 EDT Modified files: /phpdoc/en language-snippets.ent Log: More descriptive link title. http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.137&r2=1.138&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/e

[PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/unix apache2.xml

2005-03-29 Thread Philip Olson
philip Tue Mar 29 16:29:18 2005 EDT Modified files: /phpdoc/en/install ini.xml /phpdoc/en/install/unix apache2.xml Log: More descriptive links (as to generate a more friendly install-*.txt file) http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml

Re: [PHP-DOC] generating install.txt

2005-03-29 Thread Sean Coates
I was wrong, currently \n is used with install-win.txt and I meant to say \r\n is used with install-unix.txt above so each are currently the opposite of what they should be :) And Unix has Mac instructions but we won't go there... :) Anyway, this will be fixed. Right, so, to be clear: Unix: \n Win

Re: [PHP-DOC] generating install.txt

2005-03-29 Thread Philip Olson
> >>>I generated them and the diffs are enormous because the > >>>current files use \r\n while mine uses \n. I think \n should > >>>be used... > >> > >>\n is a big nono on windows, since Notepad cannot handle it. > > > > The install-unix.txt also uses \n so what do you think > > should be done? Us

Re: [PHP-DOC] generating install.txt

2005-03-29 Thread Gabor Hojtsy
I generated them and the diffs are enormous because the current files use \r\n while mine uses \n. I think \n should be used... \n is a big nono on windows, since Notepad cannot handle it. The install-unix.txt also uses \n so what do you think should be done? Use \r\n for both files or just for the

Re: [PHP-DOC] generating install.txt

2005-03-29 Thread Philip Olson
> > I generated them and the diffs are enormous because the > > current files use \r\n while mine uses \n. I think \n should > > be used... > > \n is a big nono on windows, since Notepad cannot handle it. The install-unix.txt also uses \n so what do you think should be done? Use \r\n for both fi

Re: [PHP-DOC] generating install.txt

2005-03-29 Thread Gabor Hojtsy
cd /cvs/phpdoc make install-unix.txt mv install-unix.txt ../php-src/INSTALL make install-win.txt mv install-win.txt ../php-src/win32/install.txt Nice, this works :) :) Well, Nuno, who made this work the first time obviously knows better. P.S.: if needed, I can generate them. I generated them and th

Re: [PHP-DOC] generating install.txt

2005-03-29 Thread Philip Olson
> > It would be nice if someone documented how to create > > install.txt for php-src. Or for now, simply generate > > it so it can be part of the upcoming 5.0.4 release. > > Something like this should work: > > cd /cvs/phpdoc > make install-unix.txt > mv install-unix.txt ../php-src/INSTALL > > make

[PHP-DOC] cvs: phpdoc / install-unix.xml install-win.xml

2005-03-29 Thread Philip Olson
philip Tue Mar 29 15:01:47 2005 EDT Modified files: /phpdoc install-unix.xml install-win.xml Log: Add preface so people know these were generated from the HTML version of the manual; and link to the online version. http://cvs.php.net/diff.php/phpdoc/in

Re: [PHP-DOC] generating install.txt

2005-03-29 Thread Nuno Lopes
Hello! It would be nice if someone documented how to create install.txt for php-src. Or for now, simply generate it so it can be part of the upcoming 5.0.4 release. Regards, Philip Something like this should work: cd /cvs/phpdoc make install-unix.txt mv install-unix.txt ../php-src/INSTALL make ins

[PHP-DOC] #32489 [NEW]: German translation error at stristr()

2005-03-29 Thread m dot ernst at connect-wa dot de
From: m dot ernst at connect-wa dot de Operating system: Irrelevant PHP version: 4.3.10 PHP Bug Type: Documentation problem Bug description: German translation error at stristr() Description: There is a translation error in the documentation/function list of stri

Re: [PHP-DOC] cvs: peardoc / manual.xml.in /en/pecl apd.xml bcompiler.xml soap.xml

2005-03-29 Thread Friedhelm Betz
Martin Jansen wrote: mj Tue Mar 29 06:53:08 2005 EDT Removed files: /peardoc/en/pecl apd.xml bcompiler.xml soap.xml Modified files: /peardoc manual.xml.in Log: * The documentation for APD, bcompiler and apd have been merged into the P

Re: [PHP-DOC] generating install.txt

2005-03-29 Thread Gabor Hojtsy
Hi, It would be nice if someone documented how to create install.txt for php-src. Or for now, simply generate it so it can be part of the upcoming 5.0.4 release. make install.txt should work in phpdoc :) Goba

[PHP-DOC] generating install.txt

2005-03-29 Thread Philip Olson
Hello! It would be nice if someone documented how to create install.txt for php-src. Or for now, simply generate it so it can be part of the upcoming 5.0.4 release. Regards, Philip

[PHP-DOC] cvs: peardoc / manual.xml.in /en/pecl apd.xml bcompiler.xml soap.xml

2005-03-29 Thread Martin Jansen
mj Tue Mar 29 06:53:08 2005 EDT Removed files: /peardoc/en/peclapd.xml bcompiler.xml soap.xml Modified files: /peardocmanual.xml.in Log: * The documentation for APD, bcompiler and apd have been merged into the PHP manual some

[PHP-DOC] #31775 [Com]: Undefined behavior when uploaded file > post_max_size

2005-03-29 Thread markusg at cants dot no dot spam dot de
ID: 31775 Comment by: markusg at cants dot no dot spam dot de Reported By: rudolf at softwares dot ch Status: Open Bug Type: Documentation problem Operating System: Windows XP Pro PHP Version: 4.3.9 New Comment: PHP also completely truncates

[PHP-DOC] #29275 [Opn->Csd]: IIS 5.1 needs special attention in the IIS docs

2005-03-29 Thread philip
ID: 29275 Updated by: [EMAIL PROTECTED] Reported By: steve at ootac dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: windows PHP Version: 5.0.0 New Comment: The documentation has been updated an

[PHP-DOC] #23907 [Ctl->Csd]: Need additional installation step for IIS 6.0 / Windows Server 2003

2005-03-29 Thread philip
ID: 23907 Updated by: [EMAIL PROTECTED] Reported By: bryn at mrpath dot com -Status: Critical +Status: Closed Bug Type: Documentation problem Operating System: Windows Server 2003 PHP Version: 4.3.2 New Comment: The documentation has

[PHP-DOC] cvs: phpdoc /en/install/windows iis.xml

2005-03-29 Thread Philip Olson
philip Tue Mar 29 04:03:57 2005 EDT Modified files: /phpdoc/en/install/windows iis.xml Log: Streamline the install instructions, a little restructure, and added more information including some specific to Win2003. This officially closes bug #23907 http