[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-get-cookie-params.xml session-set-cookie-params.xml

2004-04-19 Thread Friedhelm Betz
betzMon Apr 19 17:24:57 2004 EDT Modified files: /phpdoc/en/reference/session/functions session-get-cookie-params.xml session-set-cookie-params.xml Log: call

[PHP-DOC] #27440 [Opn->Asn]: declare classes before usage

2004-04-19 Thread nlopess
ID: 27440 Updated by: [EMAIL PROTECTED] Reported By: holliwell at gmx dot net -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: linux 2.4.20 RH8 PHP Version: 5CVS-2004-02-29 (dev) -Assigned To: +As

[PHP-DOC] #27523 [Opn->WFx]: Class constants don't work as class function parameter defaults

2004-04-19 Thread nlopess
ID: 27523 Updated by: [EMAIL PROTECTED] Reported By: random at sinfusion dot com -Status: Open +Status: Wont fix Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 5.0.0b4 (beta4) New Comment: I wouldn't fix

[PHP-DOC] #27523 [WFx]: Class constants don't work as class function parameter defaults

2004-04-19 Thread nlopess
ID: 27523 Updated by: [EMAIL PROTECTED] Reported By: random at sinfusion dot com Status: Wont fix Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 5.0.0b4 (beta4) New Comment: I wouldn't fix anything for this bug re

[PHP-DOC] cvs: phpdoc /en/reference/exec/functions proc-open.xml

2004-04-19 Thread Wez Furlong
wez Mon Apr 19 11:18:18 2004 EDT Modified files: /phpdoc/en/reference/exec/functions proc-open.xml Log: bash out some docs for pty support in proc-open http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/proc-open.xml?r1=1.7&r2=1.8&ty=u Index:

[PHP-DOC] #27440 [Bgs->Opn]: declare classes before usage

2004-04-19 Thread betz
ID: 27440 Updated by: [EMAIL PROTECTED] Reported By: holliwell at gmx dot net -Status: Bogus +Status: Open Bug Type: Documentation problem Operating System: linux 2.4.20 RH8 PHP Version: 5CVS-2004-02-29 (dev) New Comment: Nuno, it se

[PHP-DOC] #27907 [Asn->Csd]: error in french documentation

2004-04-19 Thread didou
ID: 27907 Updated by: [EMAIL PROTECTED] Reported By: technique at kaiman dot fr -Status: Assigned +Status: Closed Bug Type: Documentation problem Operating System: all PHP Version: Irrelevant -Assigned To: dams +Assigned To:

[PHP-DOC] #27440 [Opn->Bgs]: declare classes before usage

2004-04-19 Thread nlopess
ID: 27440 Updated by: [EMAIL PROTECTED] Reported By: holliwell at gmx dot net -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: linux 2.4.20 RH8 PHP Version: 5CVS-2004-02-29 (dev) New Comment: This is alr

[PHP-DOC] #27870 [Ver->Bgs]: php_manual_ja.chm -> strncasecmp()

2004-04-19 Thread nlopess
ID: 27870 Updated by: [EMAIL PROTECTED] Reported By: ptown at s57 dot xrea dot com -Status: Verified +Status: Bogus Bug Type: Documentation problem Operating System: Windows98 PHP Version: 5.0.0RC1 New Comment: Translators will updat

[PHP-DOC] #27907 [Asn]: error in french documentation

2004-04-19 Thread derick
ID: 27907 Updated by: [EMAIL PROTECTED] Reported By: technique at kaiman dot fr Status: Assigned Bug Type: Documentation problem Operating System: all PHP Version: Irrelevant -Assigned To: didou +Assigned To: dams New Comment: Nuno,

[PHP-DOC] #27907 [Opn->Asn]: error in french documentation

2004-04-19 Thread nlopess
ID: 27907 Updated by: [EMAIL PROTECTED] Reported By: technique at kaiman dot fr -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: all PHP Version: Irrelevant -Assigned To: +Assigned To: didou

[PHP-DOC] #23610 [Opn->Csd]: PATH_TRANSLATED is EMPTY

2004-04-19 Thread nlopess
ID: 23610 Updated by: [EMAIL PROTECTED] Reported By: support at sensvirtuel dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux (redhat 8.0) PHP Version: 4.3.1 New Comment: This bug has been

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

2004-04-19 Thread Nuno Lopes
nlopess Mon Apr 19 10:52:33 2004 EDT Modified files: /phpdoc/en/reference/apache reference.xml Log: fix #23610 (PATH_TRANSLATED is EMPTY) http://cvs.php.net/diff.php/phpdoc/en/reference/apache/reference.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/apache/re

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

2004-04-19 Thread Nuno Lopes
nlopess Mon Apr 19 10:18:41 2004 EDT Modified files: /livedocs livedoc.php Log: fixing my crap: I hope that the message for outdated translations is bug free http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.89&r2=1.90&ty=u Index: livedocs/livedoc.php diff

[PHP-DOC] Creating an extension : projet compilation with gcc

2004-04-19 Thread jfmaquine
Hi, compiling an extension if you have only one .c file is fine, but with gcc (and linux) I didn't find any way to compile a projet extension. I mean a extension based on several .c. This is due to the -c option that you use in your example. Is there a way todo that and if yes, could you tell