Re: [PHP-DOC] [PHPDOC] PEAR package PHP_Compat.

2004-05-30 Thread Aidan Lister
I disagree, 90% of the notes for PHP5 functions discuss replica PHP4 versions. I think it's clear people don't check the migration pages before reading or making their own post (why would they!). I think a possible solution would be to add a Tip or Note saying "See here for more information about

[PHP-DOC] Re: [PHPDOC] PEAR package PHP_Compat.

2004-05-30 Thread Aidan Lister
Hi Friedhelm, I wouldn't have thought that to be an option, but now that you mention it - sure, sounds like a great idea. Would you like me to do it? I'm not sure I have commit access to those pages... "Friedhelm Betz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I noticed

Re: [PHP-DOC] [PHPDOC] PEAR package PHP_Compat.

2004-05-30 Thread Philip Olson
> Hi, > I noticed that you placed many notes in the notes system announcing the > mentioned pear package PHP_Compat. > It would be much smarter to integrate this in the regular docs, rather > than posting this to the user notes. > Thoughts? I agree. And as useful as it may be or seem it doesn'

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

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 18:04:43 2004 EDT Modified files: /phpdoc/en/reference/ibase constants.xml Log: Added more elaborate description of transaction & fetch flags Added new service API constants http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/constants.

[PHP-DOC] #28580 [Opn]: Typo in documentation

2004-05-30 Thread chruker at tiscali dot dk
ID: 28580 User updated by: chruker at tiscali dot dk Reported By: chruker at tiscali dot dk Status: Open Bug Type: Documentation problem Operating System: All PHP Version: Irrelevant New Comment: I just tried: echo xml_parser_get_option($xml, 124

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

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 16:48:59 2004 EDT Modified files: /phpdoc/en/reference/ibase ini.xml Log: Added new configuration directives http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/ini.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/ibase/ini.xml diff -u

[PHP-DOC] #28580 [Com]: Typo in documentation

2004-05-30 Thread jed at jed dot bz
ID: 28580 Comment by: jed at jed dot bz Reported By: chruker at tiscali dot dk Status: Open Bug Type: Documentation problem Operating System: All PHP Version: Irrelevant New Comment: It also generates a Warning, but it still might return FALS

[PHP-DOC] #28580 [Com]: Typo in documentation

2004-05-30 Thread jed at jed dot bz
ID: 28580 Comment by: jed at jed dot bz Reported By: chruker at tiscali dot dk Status: Open Bug Type: Documentation problem Operating System: All PHP Version: Irrelevant New Comment: Although I was able to find this "typo" in the documentatio

[PHP-DOC] cvs: phpdoc /en/reference/ibase/functions ibase-timefmt.xml

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 14:51:51 2004 EDT Modified files: /phpdoc/en/reference/ibase/functionsibase-timefmt.xml Log: Added deprecation note http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-timefmt.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/e

[PHP-DOC] [PHPDOC] PEAR package PHP_Compat.

2004-05-30 Thread Friedhelm Betz
Hi, I noticed that you placed many notes in the notes system announcing the mentioned pear package PHP_Compat. It would be much smarter to integrate this in the regular docs, rather than posting this to the user notes. Thoughts? regards Friedhelm -- http://www.hostsharing.net

[PHP-DOC] #28580 [Opn]: Typo in documentation

2004-05-30 Thread chruker at tiscali dot dk
ID: 28580 User updated by: chruker at tiscali dot dk Reported By: chruker at tiscali dot dk Status: Open Bug Type: Documentation problem Operating System: All PHP Version: Irrelevant New Comment: Direct link to the page in the online documentation

[PHP-DOC] #28580 [NEW]: Typo in documentation

2004-05-30 Thread chruker at tiscali dot dk
From: chruker at tiscali dot dk Operating system: All PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Typo in documentation Description: Hi On the page describing the xml_parser_get_option function there is a typo in the documentatio

Re: [PHP-DOC] cvs: phpdoc /en/reference/overload reference.xml

2004-05-30 Thread Stanislav Malyshev
GH>>This will not be documented at that place, but in the language section GH>>instead, so that section should be linked in. Well, I couldn't find the right place where it's documented, so feel free to re-link to the right place once it's there :) -- Stanislav Malyshev, Zend Products Engineer

Re: [PHP-DOC] cvs: phpdoc /en/reference/overload reference.xml

2004-05-30 Thread Gabor Hojtsy
stasSun May 30 10:42:01 2004 EDT Modified files: /phpdoc/en/reference/overload reference.xml Log: add PHP5 note - overload is not in php5 + + + This extension is not a part of PHP 5. PHP 5 supports __get(), + __set() and __call() natively. See

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

2004-05-30 Thread Stanislav Malyshev
stasSun May 30 10:42:01 2004 EDT Modified files: /phpdoc/en/reference/overload reference.xml Log: add PHP5 note - overload is not in php5 http://cvs.php.net/diff.php/phpdoc/en/reference/overload/reference.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/refe

Re: [PHP-DOC] Predefinded Interfaces

2004-05-30 Thread Nuno Lopes
> On Sunday 30 May 2004 12:24, Derick Rethans wrote: > > On Sat, 29 May 2004, Friedhelm Betz wrote: > > > Hi, > > > should those be documented in the appendix like predefinded > > > classes? > > > > > > This ones are predefinded by the zend engine: > > > Traversable > > > IteratorAggregate > > > It

Re: [PHP-DOC] Predefinded Interfaces

2004-05-30 Thread Friedhelm Betz
On Sunday 30 May 2004 12:24, Derick Rethans wrote: > On Sat, 29 May 2004, Friedhelm Betz wrote: > > Hi, > > should those be documented in the appendix like predefinded > > classes? > > > > This ones are predefinded by the zend engine: > > Traversable > > IteratorAggregate > > Iterator > > ArrayAcce

Re: [PHP-DOC] some notes about default argument values

2004-05-30 Thread Gabor Hojtsy
I have some notes for next part of PHP manual: A function may define C++-style default values for scalar arguments as follows: Link: http://www.php.net/manual/en/functions.arguments.php PHP also support array's as default value for arguments. Can we write some words about it? I didn't kno

Re: [PHP-DOC] Predefinded Interfaces

2004-05-30 Thread Gabor Hojtsy
should those be documented in the appendix like predefinded classes? This ones are predefinded by the zend engine: Traversable IteratorAggregate Iterator ArrayAccess Am I missing one? These are defined in SPL, right? Why not open an SPL extension doc refsection? Goba

Re: [PHP-DOC] Predefinded Interfaces

2004-05-30 Thread Derick Rethans
On Sat, 29 May 2004, Friedhelm Betz wrote: > Hi, > should those be documented in the appendix like predefinded classes? > > This ones are predefinded by the zend engine: > Traversable > IteratorAggregate > Iterator > ArrayAccess > > Am I missing one? Aren't those part of SPL? regards, Derick

[PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2004-05-30 Thread Nuno Lopes
nlopess Sun May 30 04:52:43 2004 EDT Modified files: /phpdoc/en/features file-upload.xml Log: turning info into warning to avoid confusions http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.76&r2=1.77&ty=u Index: phpdoc/en/features/file-upload.

Re: [PHP-DOC] Livedocs broken

2004-05-30 Thread Nuno Lopes
It's working here, although you must copy xml_classes5.php manually (if using PHP 5, only), because the configure script isn't handling it automatically. Nuno P.S.: I already had a problem building, but then I've set the --with-build-dir=/tmp and it worked! :) - Original Message - > H

[PHP-DOC] some notes about default argument values

2004-05-30 Thread Alexander Voytsekhovskyy
Good day. I have some notes for next part of PHP manual: A function may define C++-style default values for scalar arguments as follows: Link: http://www.php.net/manual/en/functions.arguments.php PHP also support array's as default value for arguments. Can we write some words about it?