[PHP-DOC] #19515 [Opn->Bgs]: Parameters of function strtotime() seem wrong

2002-09-19 Thread cynic
ID: 19515 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type:Documentation problem PHP Version: 4CVS-2002-09-20 New Comment: "Jan 1 1970" is an absolute date. how do you want to change it's timestamp? reread the docs.

[PHP-DOC] #19515 [NEW]: Parameters of function strtotime() seem wrong

2002-09-19 Thread dallas
From: [EMAIL PROTECTED] Operating system: PHP version: 4CVS-2002-09-20 PHP Bug Type: Documentation problem Bug description: Parameters of function strtotime() seem wrong Function strtotime() is defined as below: int strtotime ( string time [, int now]) But when I try

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-register-wrapper.xml

2002-09-19 Thread Damien Seguy
damsThu Sep 19 21:03:00 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions file-register-wrapper.xml Log: false -> &false; Index: phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml diff -u phpdoc/en/reference/filesystem/

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

2002-09-19 Thread Dallas Thunder
dallas Thu Sep 19 16:38:32 2002 EDT Modified files: /phpdoc/en/reference/apache reference.xml Log: Typo fixes. Index: phpdoc/en/reference/apache/reference.xml diff -u phpdoc/en/reference/apache/reference.xml:1.4 phpdoc/en/reference/apache/reference.xml:1.5

[PHP-DOC] #19498 [Opn->Csd]: $ missing before HTTP_SERVER_VARS

2002-09-19 Thread derick
ID: 19498 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: N/A PHP Version: 4CVS-2002-09-19 New Comment: This bug has been fixed in CVS. In

[PHP-DOC] cvs: phpdoc /en/appendices reserved.xml

2002-09-19 Thread Derick Rethans
derick Thu Sep 19 07:48:04 2002 EDT Modified files: /phpdoc/en/appendices reserved.xml Log: - Add missing $ Index: phpdoc/en/appendices/reserved.xml diff -u phpdoc/en/appendices/reserved.xml:1.24 phpdoc/en/appendices/reserved.xml:1.25 --- phpdoc/en/ap

[PHP-DOC] #19498 [NEW]: $ missing before HTTP_SERVER_VARS

2002-09-19 Thread nepto
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4CVS-2002-09-19 PHP Bug Type: Documentation problem Bug description: $ missing before HTTP_SERVER_VARS Character '$' is missing before one HTTP_SERVER_VARS at http://www.php.net/manual/en/reserved.variables.php --

Re: [PHP-DOC] It's 'zh', not 'cn'!

2002-09-19 Thread derick
oops :) fixed now. Derick On Thu, 19 Sep 2002, Dallas Thunder wrote: > Thank you, but I'm afraid it should be: > > 'zh' => 'Chinese', > > NOT > > 'cn' => 'Chinese', > > Please, correct it ... thanks! > > <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

[PHP-DOC] It's 'zh', not 'cn'!

2002-09-19 Thread Dallas Thunder
Thank you, but I'm afraid it should be: 'zh' => 'Chinese', NOT 'cn' => 'Chinese', Please, correct it ... thanks! <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey, > > I added this. It will show up in a few hours on-line. > > Derick > > On Thu, 19 Sep 20

Re: [PHP-DOC] Please change site.inc to add an additional Chineseentry

2002-09-19 Thread derick
Hey, I added this. It will show up in a few hours on-line. Derick On Thu, 19 Sep 2002, Dallas Thunder wrote: > Hi, could anyone change file: > > /phpweb/include/site.inc > > to add an entry into $LANGUAGES array: > >'zh' => 'Chinese', > > Note, we need both 'zh' => 'Chinese' and 'zh_cn

[PHP-DOC] Please change site.inc to add an additional Chinese entry

2002-09-19 Thread Dallas Thunder
Hi, could anyone change file: /phpweb/include/site.inc to add an entry into $LANGUAGES array: 'zh' => 'Chinese', Note, we need both 'zh' => 'Chinese' and 'zh_cn' => 'Chinese' to work! 'zh' is for online documentation and 'zh_cn' is for download documentation. Current page of online docume

[PHP-DOC] Re: phpdoc /dsssl html-common.dsl

2002-09-19 Thread Dallas Thunder
I was wondering that if version info of language structures can also be stripped off, such as: list (no version information, might be only in CVS) It may also make users confusued. Thanks! -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP-DOC] parse_url bug/feature?

2002-09-19 Thread Hartmut Holzgraefe
Steven Larsen wrote: > "This function returns an associative array returning *any* of the various > components of the URL *that are present* > *Partial urls are also accepted*, parse_url() *tries its best to parse them > correctly*" You are assuming that URLs are HTTP Resources by default, and th

[PHP-DOC] #19491 [NEW]: Missing part of PWS 4 installation steps

2002-09-19 Thread dallas
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4CVS-2002-09-19 PHP Bug Type: Documentation problem Bug description: Missing part of PWS 4 installation steps In manual page: http://www.php.net/manual/en/install.iis.php Windows and PWS 4 or newer part, it

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2002-09-19 Thread Hartmut Holzgraefe
hholzgraThu Sep 19 03:46:58 2002 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: make sure that function version info only apears on pages that have a in them (and not e.g. on the preg pattern descriptions) Index: phpdoc/dsssl/htm