[PHP-DOC] #33795 [Opn]: get_class argument not listed as optional

2005-07-20 Thread sean
ID: 33795 Updated by: [EMAIL PROTECTED] Reported By: scott at slerman dot net Status: Open Bug Type:Documentation problem PHP Version: Irrelevant New Comment: Seems this changed in PHP 5: [EMAIL PROTECTED]:~$ php -r 'class Foo { function bar() { echo get_class(); } } Foo:

[PHP-DOC] cvs: phpdoc /en/reference/array/functions extract.xml

2005-07-20 Thread Sean Coates
seanWed Jul 20 23:17:49 2005 EDT Modified files: /phpdoc/en/reference/array/functionsextract.xml Log: fix 'hardcoding' of variables_order http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/extract.xml?r1=1.18&r2=1.19&ty=u Index: phpdoc/e

[PHP-DOC] #33795 [NEW]: get_class argument not listed as optional

2005-07-20 Thread scott at slerman dot net
From: scott at slerman dot net Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: get_class argument not listed as optional Description: The manual lists the function declaration as string get_class ( object obj ) I

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc ini.xml /en/reference/filesystem ini.xml /scripts/iniupdate ini-update.php

2005-07-20 Thread Nuno Lopes
nlopess Wed Jul 20 15:10:31 2005 EDT Modified files: /phpdoc/en/reference/errorfunc ini.xml /phpdoc/en/reference/filesystem ini.xml /phpdoc/scripts/iniupdate ini-update.php Log: fix the regexes for input with special chars http://cvs.php.net

[PHP-DOC] cvs: phpdoc /en/appendices ini.xml /en/reference/ibm_db2 ini.xml /en/reference/msql ini.xml /en/reference/sybase ini.xml /scripts/iniupdate generate_changelog.php ini_search_lib.php

2005-07-20 Thread Nuno Lopes
nlopess Wed Jul 20 14:45:50 2005 EDT Modified files: /phpdoc/en/reference/msql ini.xml /phpdoc/en/reference/sybase ini.xml /phpdoc/en/appendices ini.xml /phpdoc/en/reference/ibm_db2ini.xml /phpdoc/scripts/iniupdate generate_changelo

[PHP-DOC] cvs: phpdoc /en/appendices ini.xml /en/reference/ibm_db2 ini.xml

2005-07-20 Thread Nuno Lopes
nlopess Wed Jul 20 13:14:04 2005 EDT Modified files: /phpdoc/en/appendices ini.xml /phpdoc/en/reference/ibm_db2ini.xml Log: first update of ini opts. dont translate this yet. http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.23&r2=

[PHP-DOC] Re: cvs: phpdoc /en/reference/sdodasrel reference.xml /en/reference/sdodasrel/functionsSDO-DAS-Relational-applyChanges.xmlSDO-DAS-Relational-construct.xml SDO-DAS-Relational-createRootDataO

2005-07-20 Thread Mehdi Achour
If you don't do it this time, someone else will do it :) Don't worry about the WS commits. When you need to do something, do it. Really nice work btw ! didou Matthew Peters wrote: Apologies. Thanks for letting me know. Do you want me to fix - I am very happy to do it but it means more WS cha

[PHP-DOC] cvs: phpdoc /scripts/iniupdate ini-update.php ini_search_lib.php print_arrays.php

2005-07-20 Thread Nuno Lopes
nlopess Wed Jul 20 12:42:14 2005 EDT Added files: /phpdoc/scripts/iniupdate print_arrays.php Modified files: /phpdoc/scripts/iniupdate ini-update.php ini_search_lib.php Log: fix a bug introduced when moving the recurse function to the i

[PHP-DOC] #33691 [Opn->Csd]: Class/Object documentation's interface section doesn't point to instance of

2005-07-20 Thread nforbes
ID: 33691 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: * PHP Version: Irrelevant New Comment: I couldn't find vrana's changes, so I went

[PHP-DOC] cvs: phpdoc /scripts/iniupdate rm-ini-files.php

2005-07-20 Thread Nuno Lopes
nlopess Wed Jul 20 11:42:36 2005 EDT Modified files: /phpdoc/scripts/iniupdate rm-ini-files.php Log: fetch files from cvs automatically. good for debug http://cvs.php.net/diff.php/phpdoc/scripts/iniupdate/rm-ini-files.php?r1=1.1&r2=1.2&ty=u Index: phpdoc/scrip

[PHP-DOC] Re: cvs: phpdoc /en/reference/sdodasrel reference.xml /en/reference/sdodasrel/functionsSDO-DAS-Relational-applyChanges.xml SDO-DAS-Relational-construct.xml SDO-DAS-Relational-createRootData

2005-07-20 Thread Matthew Peters
Apologies. Thanks for letting me know. Do you want me to fix - I am very happy to do it but it means more WS changes - or just not do it in future? Matthew Mehdi Achour wrote: Hello Matthew, Please don't make lines exceed 78 chars (the only exception is for and its children). didou

[PHP-DOC] Re: cvs: phpdoc /en/reference/sdodasrel reference.xml /en/reference/sdodasrel/functions SDO-DAS-Relational-applyChanges.xml SDO-DAS-Relational-construct.xml SDO-DAS-Relational-createRootDat

2005-07-20 Thread Mehdi Achour
Hello Matthew, Please don't make lines exceed 78 chars (the only exception is for and its children). didou Matthew Peters wrote: mfp Wed Jul 20 10:50:40 2005 EDT Modified files: /phpdoc/en/reference/sdodasrel/functions

[PHP-DOC] cvs: phpdoc /en/reference/sdodasrel constants.xml

2005-07-20 Thread Matthew Peters
mfp Wed Jul 20 10:52:41 2005 EDT Modified files: /phpdoc/en/reference/sdodasrel constants.xml Log: Substantial WS change to get one-space indentation. No other changes of any sort. http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/constants.x

Re: [PHP-DOC] cvs: phpdoc /en/reference/sdo_das_xml reference.xml/en/reference/sdo_das_xml/functions SDO-DAS-XML-Document-getEncoding.xmlSDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml SDO-DAS-X

2005-07-20 Thread Mehdi Achour
Sean Coates wrote: Dan Scott wrote: To make it easier for translators to determine content changes from whitespace changes in the future, please commit whitespace fixes separately from content fixes. Yes, this is the general procedure.. ... however, in this case, I think it's pretty safe. N

[PHP-DOC] #33788 [Opn->Csd]: Use of danish charset

2005-07-20 Thread derick
ID: 33788 Updated by: [EMAIL PROTECTED] Reported By: heyn at c dot dk -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP PHP Version: Irrelevant New Comment: This bug has been fixed in the docu

[PHP-DOC] #33788 [NEW]: Use of danish charset

2005-07-20 Thread heyn at c dot dk
From: heyn at c dot dk Operating system: Windows XP PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Use of danish charset Description: When i read your online documentation on http://dk.php.net/manual/da/index.php problems whith use o

Re: [PHP-DOC] cvs: phpdoc /en/reference/sdo_das_xml reference.xml /en/reference/sdo_das_xml/functions SDO-DAS-XML-Document-getEncoding.xml SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml SDO-DAS

2005-07-20 Thread Sean Coates
Dan Scott wrote: To make it easier for translators to determine content changes from whitespace changes in the future, please commit whitespace fixes separately from content fixes. Yes, this is the general procedure.. ... however, in this case, I think it's pretty safe. No one in their right m

[PHP-DOC] cvs: phpdoc /scripts/iniupdate version4.tags

2005-07-20 Thread Nuno Lopes
nlopess Wed Jul 20 09:57:23 2005 EDT Modified files: /phpdoc/scripts/iniupdate version4.tags Log: sync. preparing new major update http://cvs.php.net/diff.php/phpdoc/scripts/iniupdate/version4.tags?r1=1.2&r2=1.3&ty=u Index: phpdoc/scripts/iniupdate/version4.ta

Re: [PHP-DOC] cvs: phpdoc /en/reference/sdo_das_xml reference.xml /en/reference/sdo_das_xml/functions SDO-DAS-XML-Document-getEncoding.xml SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml SDO-DAS

2005-07-20 Thread Matthew Peters
Dan Scott wrote: Hi Matt: To make it easier for translators to determine content changes from whitespace changes in the future, please commit whitespace fixes separately from content fixes. I see - I hadn't read carefully enough rule 14 in the conventions that does say "because of the transla

[PHP-DOC] cvs: phpdoc /howto cvs.xml

2005-07-20 Thread Dan Scott
dbs Wed Jul 20 08:49:41 2005 EDT Modified files: /phpdoc/howto cvs.xml Log: Fix minor typos. Add pointer to XML conventions for things like whitespace. http://cvs.php.net/diff.php/phpdoc/howto/cvs.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/howto/cvs.xml di

Re: [PHP-DOC] cvs: phpdoc /en/reference/sdo_das_xml reference.xml /en/reference/sdo_das_xml/functions SDO-DAS-XML-Document-getEncoding.xml SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml SDO-DAS

2005-07-20 Thread Dan Scott
Hi Matt: To make it easier for translators to determine content changes from whitespace changes in the future, please commit whitespace fixes separately from content fixes. Thanks, Dan On 7/20/05, Matthew Peters <[EMAIL PROTECTED]> wrote: > mfp Wed Jul 20 06:59:47 2005 EDT > > Mod

[PHP-DOC] cvs: phpdoc /xsl/docbook/common fa.xml

2005-07-20 Thread Nuno Lopes
nlopess Wed Jul 20 08:04:51 2005 EDT Added files: /phpdoc/xsl/docbook/common fa.xml Log: add missing file from docbook XSL http://cvs.php.net/co.php/phpdoc/xsl/docbook/common/fa.xml?r=1.1&p=1 Index: phpdoc/xsl/docbook/common/fa.xml +++ phpdoc/xsl/docbook/com

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

2005-07-20 Thread Nuno Lopes
nlopess Wed Jul 20 07:33:48 2005 EDT Modified files: /phpdoc/en/language/oop5interfaces.xml Log: fix build http://cvs.php.net/diff.php/phpdoc/en/language/oop5/interfaces.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/language/oop5/interfaces.xml diff -u phpdoc/en/l

[PHP-DOC] #33782 [Opn->Bgs]: Dutch translation

2005-07-20 Thread vrana
ID: 33782 Updated by: [EMAIL PROTECTED] Reported By: s_vandermaelen at hotmail dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment: You can help with t

[PHP-DOC] #33782 [NEW]: Dutch translation

2005-07-20 Thread s_vandermaelen at hotmail dot com
From: s_vandermaelen at hotmail dot com Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Dutch translation Description: The Dutch translation of the manual still contains English parts... this bug has alrea

[PHP-DOC] #33779 [Opn->Bgs]: Chm in Spanish

2005-07-20 Thread vrana
ID: 33779 Updated by: [EMAIL PROTECTED] Reported By: adriancid at gmail dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Windows PHP Version: Irrelevant New Comment: Please do not submit the same