[PHP-DOC] Re: [DOC-BUGS] #46251 [Opn->WFx]: Array type documentation, error in example

2008-11-04 Thread Lars Torben Wilson
2008/11/4 Hannes Magnusson <[EMAIL PROTECTED]>: > On Mon, Nov 3, 2008 at 09:44, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: >> 2008/11/2 <[EMAIL PROTECTED]>: >>> ID: 46251 >>> Updated by: [EMAIL PROTECTED] >>> Reported By: php at pengi dot se >>> -Status: Open >>> +Status:

[PHP-DOC] Re: [DOC-BUGS] #46251 [Opn->WFx]: Array type documentation, error in example

2008-11-04 Thread Hannes Magnusson
On Mon, Nov 3, 2008 at 09:44, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: > 2008/11/2 <[EMAIL PROTECTED]>: >> ID: 46251 >> Updated by: [EMAIL PROTECTED] >> Reported By: php at pengi dot se >> -Status: Open >> +Status: Wont fix >> Bug Type:Documentation problem >> PHP

[PHP-DOC] cvs: php-src(PHP_5_3) / NEWS

2008-11-04 Thread Lukas Smith
lsmith Tue Nov 4 22:31:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: ext/msql is now in PECL starting alpha3 [DOC] http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.361&r2=1.2027.2.547.2.965.2.362&diff_format=u Index: php-

Re: [PHP-DOC] Fwd: Dear Mr./Mrs.

2008-11-04 Thread Hannes Magnusson
On Tue, Nov 4, 2008 at 22:41, vadim gavrilov <[EMAIL PROTECTED]> wrote: > Yea, I just entered http://il2.php.net/manual/en/function.array-sum.php > and wrote the same thing just in hebrew in my site, I know this is not the > way it's done, but i didn't know the access to the CSV. http://php.net/do

Re: [PHP-DOC] Fwd: Dear Mr./Mrs.

2008-11-04 Thread vadim gavrilov
Yea, I just entered http://il2.php.net/manual/en/function.array-sum.php and wrote the same thing just in hebrew in my site, I know this is not the way it's done, but i didn't know the access to the CSV. On Tue, Nov 4, 2008 at 11:38 PM, Hannes Magnusson < [EMAIL PROTECTED]> wrote: > (Please use "r

Re: [PHP-DOC] Fwd: Dear Mr./Mrs.

2008-11-04 Thread Hannes Magnusson
(Please use "reply-to-all" when replying to keep the relevant mailinglists in the loop) On Tue, Nov 4, 2008 at 22:34, vadim gavrilov <[EMAIL PROTECTED]> wrote: > No, I just used the manual and translated to Hebrew didn't access the CVS > yet. > > http://www.phpfreaks.co.il/reference/array_sum.htm

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Hannes Magnusson
On Tue, Nov 4, 2008 at 22:18, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: > 2008/11/4 Hannes Magnusson <[EMAIL PROTECTED]>: >> On Tue, Nov 4, 2008 at 18:05, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: >>> One thing though: I've long since forgotten my CVS password (and it >>> was several comput

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Lars Torben Wilson
2008/11/4 Hannes Magnusson <[EMAIL PROTECTED]>: > On Tue, Nov 4, 2008 at 18:05, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: >> One thing though: I've long since forgotten my CVS password (and it >> was several computers ago); if you could reset it for me and email me >> off-list that would be gra

Re: [PHP-DOC] ftp_Ssl_connect

2008-11-04 Thread Hannes Magnusson
On Fri, Oct 24, 2008 at 13:09, Andreas Dyballa <[EMAIL PROTECTED]> wrote: > Hello, > > I think the note about why the function may not exist, is ambigious. > I thought it is just relevant for Windows users - so it isnt. Could you file a bug report (http://bugs.php.net/report.php) and suggest a bet

Re: [PHP-DOC] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c

2008-11-04 Thread David Coallier
2008/11/4 Felipe Pena <[EMAIL PROTECTED]> > Em Ter, 2008-11-04 às 18:28 +, David Coallier escreveu: > > davidcTue Nov 4 18:28:42 2008 UTC > > > > Modified files: (Branch: PHP_5_3) > > /php-src/ext/pdo pdo_dbh.c > > Log: > > - MFH > > - Bug #44154: [DO

Re: [PHP-DOC] Fwd: Dear Mr./Mrs.

2008-11-04 Thread Hannes Magnusson
On Sun, Nov 2, 2008 at 16:18, vadim gavrilov <[EMAIL PROTECTED]> wrote: > Hey, > > This is a forwarded message from Daniel about me an official translation for > the php documentation, I have already started translating the PHP arrays > functions reference it going along nicely, Tough i think havin

[PHP-DOC] Re: cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c

2008-11-04 Thread Johannes Schlüter
On Tue, 2008-11-04 at 18:28 +, "David Coallier" wrote: > @@ -1004,6 +1009,8 @@ > add_next_index_string(return_value, > dbh->query_stmt->error_code, 1); > } else { > add_next_index_string(return_value, dbh->error_code, 1); > + add_next_index_null(re

Re: [PHP-DOC] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c

2008-11-04 Thread Felipe Pena
Em Ter, 2008-11-04 às 18:28 +, David Coallier escreveu: > davidcTue Nov 4 18:28:42 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/pdo pdo_dbh.c > Log: > - MFH > - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn'

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Hannes Magnusson
On Tue, Nov 4, 2008 at 18:05, Lars Torben Wilson <[EMAIL PROTECTED]> wrote: > One thing though: I've long since forgotten my CVS password (and it > was several computers ago); if you could reset it for me and email me > off-list that would be grand. Filling out https://master.php.net/forgot.php (y

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c

2008-11-04 Thread David Coallier
davidc Tue Nov 4 18:28:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_dbh.c Log: - MFH - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have an error code we used to return an array with one element. For the

[PHP-DOC] cvs: php-src /ext/pdo pdo_dbh.c

2008-11-04 Thread David Coallier
davidc Tue Nov 4 18:25:26 2008 UTC Modified files: /php-src/ext/pdopdo_dbh.c Log: - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have an error code we used to return an array with one element. For the sake of consistency

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Lars Torben Wilson
2008/11/4 Philip Olson <[EMAIL PROTECTED]>: > > On 3 Nov 2008, at 23:26, Lars Torben Wilson wrote: > >> Hi all, >> >> This is a patch to address an error I made in the documentation for >> the Variables section: > > Hello Torben! > > Feel free to commit anything you wish... your old CVS user accoun

Re: [PHP-DOC] Re: [Fwd: SPL Exception documentation]

2008-11-04 Thread Philip Olson
Any word on this SPL exception documentation? Schohn, your account has been created but if you need any further assistance then please let us know. Regards, Philip On 20 Oct 2008, at 05:41, Hannes Magnusson wrote: Hi Schohn! Awesome work! Writing examples for each would be a great idea

Re: [PHP-DOC] Patch for Bug #46474

2008-11-04 Thread Philip Olson
On 3 Nov 2008, at 23:26, Lars Torben Wilson wrote: Hi all, This is a patch to address an error I made in the documentation for the Variables section: Hello Torben! Feel free to commit anything you wish... your old CVS user account still works and welcome back! :) Regards, Philip

[PHP-DOC] Re: Patch to address a working problem in $_REQUEST

2008-11-04 Thread Lars Torben Wilson
2008/11/4 Maciek Sokolewicz <[EMAIL PROTECTED]>: > Lars Torben Wilson wrote: >> >> Hi all, >> >> This patch is to address a working error I stumbled across today in >> the documentation for $_REQUEST. >> >> RCS file: >> /repository/phpdoc/en/language/predefined/variables/request.xml,v >> retrieving

[PHP-DOC] Re: Patch to address a working problem in $_REQUEST

2008-11-04 Thread Maciek Sokolewicz
Lars Torben Wilson wrote: Hi all, This patch is to address a working error I stumbled across today in the documentation for $_REQUEST. RCS file: /repository/phpdoc/en/language/predefined/variables/request.xml,v retrieving revision 1.6 diff -u -u -r1.6 request.xml --- en/language/predefined/vari