[PHP-DOC] Re: Incomplete documentation on number_format

2004-04-02 Thread Andrey Demenev
Also, sample code in documentation on echo says // However, the following examples will work: ($some_var) ? print('true'): print('false'); // *print is a function* echo $some_var ? 'true': 'false'; // changing the statement around but docs on print says print() *is not actually a real function (it

[PHP-DOC] Incomplete documentation on number_format

2004-04-02 Thread Andrey Demenev
Documentation on number_format says : Only the first character of thousands_sep is used. For example, if you use foo as thousands_sep on the number 1000 , number_format will return 1f000. Actually that is true for dec_point as well, and this should be mentioned in the docs. -- Andrey Demenev ak

[PHP-DOC] #27846 [NEW]: @see dl(), extension_loaded(), get_loaded_extensions() & get_extension_funcs()

2004-04-02 Thread Philippe dot Jausions at 11abacus dot com
From: Philippe dot Jausions at 11abacus dot com Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: @see dl(), extension_loaded(), get_loaded_extensions() & get_extension_funcs() Description: Missing "See Als

[PHP-DOC] #27829 [Opn->Csd]: Incorrect Paths Specified

2004-04-02 Thread pollita
ID: 27829 Updated by: [EMAIL PROTECTED] Reported By: barkcomp at chariot dot net dot au -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Win32 PHP Version: 5.0.0RC1 New Comment: This bug has been fixed

Re: [PHP-DOC] negative timestamp FUD

2004-04-02 Thread Sean Coates
Ross P. Davis wrote: Thanks Rasmus, Would it also be possible to remove the strftime comment: John Baxendale 15-Oct-2003 05:15 "Note that on Linux kernels before 2.4.* the date functions in PHP will happily accept a date before 01-01-1970 as stated at the top of this man page, post kernel 2.4.* t

[PHP-DOC] cvs: livedocs / TODO

2004-04-02 Thread Nuno Lopes
nlopess Fri Apr 2 13:29:12 2004 EDT Modified files: /livedocs TODO Log: we need to cache the index http://cvs.php.net/diff.php/livedocs/TODO?r1=1.18&r2=1.19&ty=u Index: livedocs/TODO diff -u livedocs/TODO:1.18 livedocs/TODO:1.19 --- livedocs/TODO:1.18 Wed Ma

[PHP-DOC] cvs: livedocs / mkindex.php

2004-04-02 Thread Nuno Lopes
nlopess Fri Apr 2 13:18:34 2004 EDT Modified files: /livedocs mkindex.php Log: small hack to display & properly in the menu http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.28&r2=1.29&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.28 liv

Re: [PHP-DOC] negative timestamp FUD

2004-04-02 Thread Ross P. Davis
Thanks Rasmus, Would it also be possible to remove the strftime comment: John Baxendale 15-Oct-2003 05:15 "Note that on Linux kernels before 2.4.* the date functions in PHP will happily accept a date before 01-01-1970 as stated at the top of this man page, post kernel 2.4.* the date functions *d

[PHP-DOC] offline

2004-04-02 Thread Nuno Lopes
Hello, I was off this week because I went in vacations. Sunday I'll go to another trip and I'll be back only next week. When I come back I hope to help you again! Nuno

[PHP-DOC] #27840 [Opn->Csd]: german docs say ceil() return int

2004-04-02 Thread et
ID: 27840 Updated by: [EMAIL PROTECTED] Reported By: alpha at rrs dot at -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment: This bug has been fixed in the d

[PHP-DOC] #27840 [NEW]: german docs say ceil() return int

2004-04-02 Thread alpha at rrs dot at
From: alpha at rrs dot at Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: german docs say ceil() return int Description: http://www.php.net/manual/de/function.ceil.php says ceil() returns int altough it re