Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread derick
On Fri, 3 May 2002, Egon Schmid wrote: > From: "Simone Cortesi" <[EMAIL PROTECTED]> > > At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: > > > > >Probably you didn't get the point. > > > > > >Since 1.101 many examples look like... > > > > > > > > /* Connecting, selecting data

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread derick
On Fri, 3 May 2002, Egon Schmid wrote: > From: "Simone Cortesi" <[EMAIL PROTECTED]> > > At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: > > > > >Probably you didn't get the point. > > > > > >Since 1.101 many examples look like... > > > > > > > > /* Connecting, selecting data

[PHP-DOC] Bug #16964 Updated: error in ODBC_FETCH_INTO()

2002-05-02 Thread Christianweg
ID: 16964 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Winnt PHP Version: 4.2.0 New Comment: This was not a question to the support. I think The doku from PHP is

[PHP-DOC] Bug #16983: Spelling error under session_unset()

2002-05-02 Thread blakjak
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.2.0 PHP Bug Type: Documentation problem Bug description: Spelling error under session_unset() The manual entry for the function session_unset() has a line which reads: The session_unset() function free's all s

[PHP-DOC] Bug #16882 Updated: HTML Help crashes opening php_manual_en.chm

2002-05-02 Thread andre
ID: 16882 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: Win XP PHP Version: 4.2.0 New Comment: I downloaded http://www.php.net/distributions/manual/php_manual_en

[PHP-DOC] error in http://www.php.net/manual/en/faq.using.php

2002-05-02 Thread Eric Lambart
on this page: http://www.php.net/manual/en/faq.using.php There is an error between items 5 and 6 on this page. The code sample and half of the text for answer #5 are actually from #6. More specifically: In #5, following the text "The functions header(), set_cookie() and the session functions n

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Egon Schmid
From: "Simone Cortesi" <[EMAIL PROTECTED]> > At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: > > >Probably you didn't get the point. > > > >Since 1.101 many examples look like... > > > > > /* Connecting, selecting database */ > > $link = mysql_connect("mysql_host", "mysql

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Simone Cortesi
At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote: >Probably you didn't get the point. > >Since 1.101 many examples look like... > > /* Connecting, selecting database */ > $link = mysql_connect("mysql_host", "mysql_user", "mysql_password") > or die("Could not connec

[PHP-DOC] cvs: phpdoc /he translation.xml

2002-05-02 Thread Tomer Cohen
tomer Thu May 2 18:35:03 2002 EDT Modified files: /phpdoc/he translation.xml Log: added myself Index: phpdoc/he/translation.xml diff -u phpdoc/he/translation.xml:1.19 phpdoc/he/translation.xml:1.20 --- phpdoc/he/translation.xml:1.19 Wed May 1 11:58:13

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Sławomir Pucia
>> Could someone (maybe Derick) please explain why indentation of many >> (half?) examples in mysql.xml (revision 1.101) have been changed? >> Now we have half of the examples indented (4 spaces) and half not. >> Now I'm confused with applying these changes to pl/. IMHO we should >> go back to non

[PHP-DOC] cvs: phpdoc /it/reference/cpdf/functions cpdf-set-creator.xml cpdf-set-current-page.xml cpdf-set-font-directories.xml cpdf-set-font-map-file.xml cpdf-set-font.xml cpdf-set-horiz-scaling.xml cpdf-set-keywords.xml

2002-05-02 Thread Gabriele Scaroni
scaro Thu May 2 17:43:22 2002 EDT Modified files: /phpdoc/it/reference/cpdf/functions cpdf-set-creator.xml cpdf-set-current-page.xml cpdf-set-font-directories.xml

[PHP-DOC] cvs: phpdoc /de/reference/dbx reference.xml

2002-05-02 Thread Thomas Schoefbeck
tom Thu May 2 17:18:54 2002 EDT Modified files: /phpdoc/de/reference/dbxreference.xml Log: sync to en Index: phpdoc/de/reference/dbx/reference.xml diff -u phpdoc/de/reference/dbx/reference.xml:1.3 phpdoc/de/reference/dbx/reference.xml:1.4 --- phpdoc/d

[PHP-DOC] cvs: phpdoc /de/reference/array/functions each.xml end.xml

2002-05-02 Thread Thomas Schoefbeck
tom Thu May 2 17:17:55 2002 EDT Modified files: /phpdoc/de/reference/array/functionseach.xml end.xml Log: sync to en Index: phpdoc/de/reference/array/functions/each.xml diff -u phpdoc/de/reference/array/functions/each.xml:1.2 phpdoc/de/reference/a

[PHP-DOC] cvs: phpdoc /de/chapters intro.xml

2002-05-02 Thread Thomas Schoefbeck
tom Thu May 2 17:15:58 2002 EDT Modified files: /phpdoc/de/chapters intro.xml Log: sync to en Index: phpdoc/de/chapters/intro.xml diff -u phpdoc/de/chapters/intro.xml:1.17 phpdoc/de/chapters/intro.xml:1.18 --- phpdoc/de/chapters/intro.xml:1.17 Sun Apr 7

Re: [PHP-DOC] Re: [PHP-QA] file()+macs == bad news?

2002-05-02 Thread derick
On Thu, 2 May 2002, Philip Olson wrote: > Can you show the change? I've looked through file.c > and it appears to require "\n" still. But php-dev > work is certainly not my specialty :) NEWS isn't > showing anything either. oops, I was wrong... it's being dealt with now atleast. Derick >

Re: [PHP-DOC] Re: [PHP-QA] file()+macs == bad news?

2002-05-02 Thread Philip Olson
Hi Derick- Can you show the change? I've looked through file.c and it appears to require "\n" still. But php-dev work is certainly not my specialty :) NEWS isn't showing anything either. Regards, Philip On Thu, 2 May 2002 [EMAIL PROTECTED] wrote: > Hey Philip, > > On Thu, 2 May 2002,

Re: [PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Egon Schmid
From: "Sławomir Pucia" <[EMAIL PROTECTED]> > Could someone (maybe Derick) please explain why indentation of many (half?) > examples in mysql.xml (revision 1.101) have been changed? Now we have half > of the examples indented (4 spaces) and half not. Now I'm confused with > applying these changes

[PHP-DOC] Headers in function files

2002-05-02 Thread Sławomir Pucia
Will the new after-split headers in function files be necessary in the future or may we (translators) remove them when we get in sync with en/ ? slawek-

[PHP-DOC] Indentation in mysql examples

2002-05-02 Thread Sławomir Pucia
Could someone (maybe Derick) please explain why indentation of many (half?) examples in mysql.xml (revision 1.101) have been changed? Now we have half of the examples indented (4 spaces) and half not. Now I'm confused with applying these changes to pl/. IMHO we should go back to non-indented examp

[PHP-DOC] Re: [PHP-QA] file()+macs == bad news?

2002-05-02 Thread derick
Hey Philip, On Thu, 2 May 2002, Philip Olson wrote: > Here's a bug report, can a mac user please > confirm this? > > file() - incorrect behavior (line endings ignored) >on files with Mac EOLN (CR) > >http://bugs.php.net/bug.php?id=16521 I think this is fixed in PHP

[PHP-DOC] file()+macs == bad news?

2002-05-02 Thread Philip Olson
Hello all, Here's a bug report, can a mac user please confirm this? file() - incorrect behavior (line endings ignored) on files with Mac EOLN (CR) http://bugs.php.net/bug.php?id=16521 If so, has it been this way forever or is it a recent break? We need to document i

[PHP-DOC] Bug #16964 Updated: error in ODBC_FETCH_INTO()

2002-05-02 Thread derick
ID: 16964 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open -Bug Type: ODBC related +Bug Type: Documentation problem Operating System: Winnt PHP Version: 4.2.0 New Comment: It's a docu

[PHP-DOC] cvs: phpdoc /en/reference/tokenizer functions.xml reference.xml /en/reference/tokenizer/functions token-get-all.xml token-name.xml

2002-05-02 Thread Sander Roobol
sander Thu May 2 09:22:43 2002 EDT Added files: /phpdoc/en/reference/tokenizer functions.xml reference.xml /phpdoc/en/reference/tokenizer/functionstoken-get-all.xml token-name.xml Log: Added token

[PHP-DOC] Bug #16615 Updated: Corrupt php_manual_de.chm

2002-05-02 Thread u . gehauf
ID: 16615 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Documentation problem Operating System: Win ME PHP Version: 4.2.0 Assigned To: derick New Comment: Don't know, if the CHM-File works now.

[PHP-DOC] Bug #16615 Updated: Corrupt php_manual_de.chm

2002-05-02 Thread sander
ID: 16615 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Assigned Bug Type: Documentation problem Operating System: Win ME PHP Version: 4.2.0 Assigned To: derick New Comment: No. Prev

[PHP-DOC] Bug #16294 Updated: Pages loading slowly

2002-05-02 Thread sander
ID: 16294 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Duplicate Bug Type: Documentation problem Operating System: Windows 98 PHP Version: 4.1.2 New Comment: See 16925 Previous Comments:

Re: [PHP-DOC] Bug #16946 Updated: number_format documentation example problem

2002-05-02 Thread Simone Cortesi
At 10.48 02/05/02 +, [EMAIL PROTECTED] wrote: >This bug has been fixed in CVS. You can grab a snapshot of the >CVS version at http://snaps.php.net/ This is not correct. There is no manual @ snaps.php.net. Maybe we should change the description: at least to be: http://cvs.php.net/ -- "Tut

[PHP-DOC] Bug #16854 Updated: pgsql_create.sql comment fix

2002-05-02 Thread sander
ID: 16854 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: linux PHP Version: 4.2.0 New Comment: The pgsql_create.sql script is supplied by P

[PHP-DOC] Bug #16910 Updated: function.parse-url has invalid description for scheme

2002-05-02 Thread sander
ID: 16910 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Any PHP Version: 4.2.0 New Comment: This bug has been fixed in CVS. You can grab

[PHP-DOC] cvs: phpdoc /en/reference/url/functions parse-url.xml

2002-05-02 Thread Sander Roobol
sander Thu May 2 07:00:40 2002 EDT Modified files: /phpdoc/en/reference/url/functions parse-url.xml Log: #16910 Index: phpdoc/en/reference/url/functions/parse-url.xml diff -u phpdoc/en/reference/url/functions/parse-url.xml:1.2 phpdoc/en/reference/url/fun

[PHP-DOC] Bug #16615 Updated: Corrupt php_manual_de.chm

2002-05-02 Thread sander
ID: 16615 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Feedback Bug Type: Documentation problem Operating System: Win ME PHP Version: 4.2.0 Assigned To: derick New Comment: Does it wo

[PHP-DOC] Bug #16882 Updated: HTML Help crashes opening php_manual_en.chm

2002-05-02 Thread sander
ID: 16882 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Win XP PHP Version: 4.2.0 New Comment: Try downloading the file again. hh.exe can

[PHP-DOC] Bug #16928 Updated: bcmath requrements section not up to date?

2002-05-02 Thread sander
ID: 16928 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: 4.2.0 New Comment: This bug has been fixed in CVS. You can grab

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

2002-05-02 Thread Sander Roobol
sander Thu May 2 06:52:06 2002 EDT Modified files: /phpdoc/en/reference/bc reference.xml Log: libbcmath is bundled with PHP. Index: phpdoc/en/reference/bc/reference.xml diff -u phpdoc/en/reference/bc/reference.xml:1.3 phpdoc/en/reference/bc/reference.

[PHP-DOC] Bug #16946 Updated: number_format documentation example problem

2002-05-02 Thread sander
ID: 16946 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed -Bug Type: Website problem +Bug Type: Documentation problem Operating System: documentation PHP Version: 4.1.2 New Comment:

[PHP-DOC] cvs: phpdoc /en/reference/math/functions number-format.xml

2002-05-02 Thread Sander Roobol
sander Thu May 2 06:48:14 2002 EDT Modified files: /phpdoc/en/reference/math/functions number-format.xml Log: #16946 Index: phpdoc/en/reference/math/functions/number-format.xml diff -u phpdoc/en/reference/math/functions/number-format.xml:1.2 phpdoc/en/ref

[PHP-DOC] cvs: phpdoc / configure.in

2002-05-02 Thread Derick Rethans
derick Thu May 2 05:38:44 2002 EDT Modified files: /phpdoc configure.in Log: - Test before commit! Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.147 phpdoc/configure.in:1.148 --- phpdoc/configure.in:1.147 Thu May 2 05:25:22 2002 +++ phpdo

[PHP-DOC] cvs: phpdoc / configure.in

2002-05-02 Thread Derick Rethans
derick Thu May 2 05:25:23 2002 EDT Modified files: /phpdoc configure.in Log: - Add default RH 7 path Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.146 phpdoc/configure.in:1.147 --- phpdoc/configure.in:1.146 Wed May 1 13:08:43 2002 +++ php

[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-get-option.xml socket-set-option.xml

2002-05-02 Thread Markus Fischer
mfischerThu May 2 04:31:39 2002 EDT Modified files: /phpdoc/en/reference/sockets/functions socket-get-option.xml socket-set-option.xml Log: - Fix blind search/replace Index: phpdoc/en/reference/s

Re: [PHP-DOC] Build broken because of my socket commits

2002-05-02 Thread Markus Fischer
Hi, thanks for pointing out this, I blindly searched/replaced getopt -> get_option, etc. Seems I'm a complete moron because that way my local couldn't work either ;-) I've fixed it, let's hope it builds now. thanks again, - Markus On Thu, May 02, 2002 at 09:44:5

Re: [PHP-DOC] Build broken because of my socket commits

2002-05-02 Thread Simone Cortesi
At 09.16 02/05/02 +0200, Markus Fischer wrote: >/usr/bin/jade:/local/mirror/phpdoc/en/reference/sockets/functions.xml:9:1:E: >general entity "reference.sockets.functions.socket-get-option" not defined >and no default entity There is a mismatch here: But in file /en/reference/socket/function