[PHP-DOC] cvs: phpdoc /scripts grep-files.php

2007-04-27 Thread Philip Olson
philip Sat Apr 28 04:48:40 2007 UTC Added files: /phpdoc/scripts grep-files.php Log: Search (grep) for a string, and open (or list) xml (or ent) files that contains that string. http://cvs.php.net/viewvc.cgi/phpdoc/scripts/grep-files.php?view=markup

[PHP-DOC] #41211 [NEW]: PDO Example 1687

2007-04-27 Thread eugene dot pikalov at gmail dot com
From: eugene dot pikalov at gmail dot com Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: PDO Example 1687 Description: http://www.php.net/manual/en/ref.pdo.php Error in example Reproduce code: --- pr

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread Hannes Magnusson
On 4/27/07, Hannes Magnusson <[EMAIL PROTECTED]> wrote: On 4/27/07, M.Sokolewicz <[EMAIL PROTECTED]> wrote: > hmm, I guess we should make a note of it. Though the __toString() method > will only work in php 5.2.0+ (I've just tested it on 4.4.6 (which > obviously didn't work... d'oh...) and 5.1.3

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread Hannes Magnusson
On 4/27/07, M.Sokolewicz <[EMAIL PROTECTED]> wrote: hmm, I guess we should make a note of it. Though the __toString() method will only work in php 5.2.0+ (I've just tested it on 4.4.6 (which obviously didn't work... d'oh...) and 5.1.3 (which returned an error)). Right. __toString() simply didn'

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread M.Sokolewicz
hmm, I guess we should make a note of it. Though the __toString() method will only work in php 5.2.0+ (I've just tested it on 4.4.6 (which obviously didn't work... d'oh...) and 5.1.3 (which returned an error)). - tul Etienne Kneuss wrote: I agree it should be documented, as object to string co

[PHP-DOC] #41090 [Opn->Csd]: can't override inherited private methods

2007-04-27 Thread colder
ID: 41090 Updated by: [EMAIL PROTECTED] Reported By: ozone at cname dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: linux PHP Version: 5.2.1 -Assigned To: +Assigned To: colder New Com

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

2007-04-27 Thread Etienne Kneuss
colder Fri Apr 27 14:39:54 2007 UTC Modified files: /phpdoc/en/language/oop5visibility.xml Log: Fix #41090 (overriding a private method) in an example http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/visibility.xml?r1=1.10&r2=1.11&diff_format=u Index:

Re: [PHP-DOC] cannot find input file: ./dsssl/common.dsl.in

2007-04-27 Thread Matthew Peters
Thanks Nuno! I'll remember that. Matthew Peters "Nuno Lopes" <[EMAIL PROTECTED]> 26/04/2007 20:25 To Matthew Peters/UK/[EMAIL PROTECTED] cc "PHPdoc" Subject Re: [PHP-DOC] cannot find input file: ./dsssl/common.dsl.in I see you have already fixed the problem, but for the record you ju

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread Etienne Kneuss
I agree it should be documented, as object to string conversion is not always automatic. example: $array[$object] = 2; Regards Richard A. Quadling wrote: -Original Message- From: Hannes Magnusson [mailto:[EMAIL PROTECTED] Sent: 27 April 2007 13:41 To: Maciek Sokolewicz Cc: phpdoc@li

RE: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread Richard A. Quadling
> -Original Message- > From: Hannes Magnusson [mailto:[EMAIL PROTECTED] > Sent: 27 April 2007 13:41 > To: Maciek Sokolewicz > Cc: phpdoc@lists.php.net > Subject: Re: [PHP-DOC] cvs: phpdoc > /en/reference/misc/functions define.xml > > Should we mention that define() also accepts objects

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread Hannes Magnusson
Should we mention that define() also accepts objects with __toString() implemented.. or is that generally expected? -Hannes On 4/27/07, Maciek Sokolewicz <[EMAIL PROTECTED]> wrote: tularis Fri Apr 27 11:10:29 2007 UTC Modified files: /phpdoc/en/reference/misc/functions define.xml

[PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread Maciek Sokolewicz
tularis Fri Apr 27 11:10:29 2007 UTC Modified files: /phpdoc/en/reference/misc/functions define.xml Log: define() also allows null and boolean values http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/define.xml?r1=1.9&r2=1.10&diff_format=u Index:

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread M.Sokolewicz
Etienne Kneuss wrote: Hi, Maciek Sokolewicz wrote: tularisFri Apr 27 07:54:37 2007 UTC Modified files: /phpdoc/en/reference/misc/functionsdefine.xml Log: Added a note that only scalar values are allowed as the value of constants. http://cvs.php.net/view

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread Etienne Kneuss
Hi, Maciek Sokolewicz wrote: tularis Fri Apr 27 07:54:37 2007 UTC Modified files: /phpdoc/en/reference/misc/functions define.xml Log: Added a note that only scalar values are allowed as the value of constants. http://cvs.php.net/viewvc.cgi/phpdoc/en/referen

[PHP-DOC] cvs: phpdoc /en/reference/misc/functions define.xml

2007-04-27 Thread Maciek Sokolewicz
tularis Fri Apr 27 07:54:37 2007 UTC Modified files: /phpdoc/en/reference/misc/functions define.xml Log: Added a note that only scalar values are allowed as the value of constants. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/define.xml?r1=1.

RE: [PHP-DOC] Re: Few questions when documenting

2007-04-27 Thread Richard A. Quadling
> No idea, something for dinosaurs which a "dinosaur" must > answer. *hide* Duck and cover! Duck ... and ... cover!