[PHP-DOC] #26529 [NEW]: mysql_client_encoding - Wrong return type

2003-12-04 Thread phpbug at chipple dot net
From: phpbug at chipple dot net Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: mysql_client_encoding - Wrong return type Description: The documentation says that the return type for mysql_client_encoding is "int" w

[PHP-DOC] Change email ..

2003-12-04 Thread Prioritus Yotto Putera
How? My old email was [EMAIL PROTECTED] My New email is [EMAIL PROTECTED] thx-Satelindo Mail--- (on scorpion) Disclaimer: This email has been scanned by Satelindo's VirusWall system !!! Satelindo Mail Administrator -

Re: [PHP-DOC] Re: Math patches

2003-12-04 Thread Jesus M. Castagnetto
Hi all, --- Mehdi Achour <[EMAIL PROTECTED]> wrote: > > Hello! > Hi Jakub ;) [...snip...] > > round: in fact, this function doesn't round halves > to the nearest even value as stated > > didn't verify it, but someone else will speak if you > are wrong :) Hmm, indeed that function in the releas

Re: [PHP-DOC] German translation of the manual

2003-12-04 Thread Gabor Hojtsy
Hi Sascha! Always, there is always a need for some help :) Please contact [EMAIL PROTECTED] Happy holidays, Goba [EMAIL PROTECTED] wrote: I would like to support the german translation team, if there is another hand/keyboard needed. Ciao, Sascha Rasmussen [EMAIL PROTECTED]

[PHP-DOC] German translation of the manual

2003-12-04 Thread sara
I would like to support the german translation team, if there is another hand/keyboard needed. Ciao, Sascha Rasmussen [EMAIL PROTECTED]

Re: [PHP-DOC] Re: Math patches

2003-12-04 Thread Mehdi
there's some problem with your patch : abs: returns number, not mixed we don't use "number" but "int" or "float" Well, we use "number", or at least it is documented that we use that in case any number is acceptable as a parameter... http://www.php.net/manual/en/language.pseudo-types.php

[PHP-DOC] Re: Math patches

2003-12-04 Thread jakub
> we don't use "number" but "int" or "float" I come out from http://cz.php.net/manual/howto/chapter-conventions.html where is written: "In prototypes, you can also use mixed (various types), or number (either integer or float), or scalar (boolean, integer, float or string)." > perhaps I'm picky,

Re: [PHP-DOC] Re: Math patches

2003-12-04 Thread Gabor Hojtsy
there's some problem with your patch : abs: returns number, not mixed we don't use "number" but "int" or "float" Well, we use "number", or at least it is documented that we use that in case any number is acceptable as a parameter... http://www.php.net/manual/en/language.pseudo-types.php Oh yes,

[PHP-DOC] cvs: phpdoc /en/reference/calendar/functions easter-date.xml

2003-12-04 Thread Mehdi Achour
didou Thu Dec 4 11:57:46 2003 EDT Modified files: /phpdoc/en/reference/calendar/functions easter-date.xml Log: oh, there's a warning tag Index: phpdoc/en/reference/calendar/functions/easter-date.xml diff -u phpdoc/en/reference/calendar/functions/easter-da

[PHP-DOC] Re: Math patches

2003-12-04 Thread Mehdi Achour
Hello! Hi Jakub ;) I'm sending some patches for math section. It can be summarized like that: there's some problem with your patch : abs: returns number, not mixed we don't use "number" but "int" or "float" atan2: there was small first letter in ok *dec: see also other *dec functions dec*: se

[PHP-DOC] Math patches

2003-12-04 Thread Jakub Vrana
Hello! I'm sending some patches for math section. It can be summarized like that: abs: returns number, not mixed atan2: there was small first letter in *dec: see also other *dec functions dec*: see also other dec* functions log1p: bad word-division in srand, mt_srand: seed becomes optional in P

[PHP-DOC] #26073 [Com]: ob_start callback function changes cwd

2003-12-04 Thread Leblanc at phpzipscript dot org
ID: 26073 Comment by: Leblanc at phpzipscript dot org Reported By: php at trancer dot nl Status: Open Bug Type: Documentation problem Operating System: Debian Linux PHP Version: 4.3.3 New Comment: here is a workaround I use to avoid such prob