Re: [PHP-DOC] developers manual and users manual

2002-08-13 Thread Gabor Hojtsy
May I suggest you just duplicate the entire current manual structures for the new manual(s) and don't add any translation directories. That way when someone decides they have to have the new manual in their native language you don't have to work so hard to support it. They will

[PHP-DOC] #18566 [Fbk]: comand line argument parsing with +

2002-08-13 Thread goba
ID: 18566 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Documentation problem Operating System: Windows PHP Version: 4.2.1 New Comment: I tested this with the CGI one, probably it's not a problem

[PHP-DOC] #18566 [Fbk-Opn]: comand line argument parsing with +

2002-08-13 Thread edink
ID: 18566 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Documentation problem Operating System: Windows PHP Version: 4.2.1 New Comment: This was one of the reasons CLI was

[PHP-DOC] #18566 [Com]: comand line argument parsing with +

2002-08-13 Thread holliwell
ID: 18566 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows PHP Version: 4.2.1 New Comment: with cgi-version(4.2.1, win2k): test.php a b c array(4) {

[PHP-DOC] #18566 [Opn]: comand line argument parsing with +

2002-08-13 Thread goba
ID: 18566 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows PHP Version: 4.2.1 New Comment: Ups, I double checked my PHP version and it as 4.1.2 and not

[PHP-DOC] #18566 [Com]: comand line argument parsing with +

2002-08-13 Thread holliwell
ID: 18566 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows PHP Version: 4.2.1 New Comment: with cgi 4.1.2 on win i get only strange results for a+b+c php

Re: [PHP-DOC] $AUTHOR$ - $Author$ ??

2002-08-13 Thread Gregory Song
Well, no file in the en tree is using $Author$ comments, but many translation molude such as Italian and Japenese Translation as well as the Chinese Molude is using the comment lines as following in every xml file: !-- $Revision: 1.6 $ -- !-- $Author: gregory$ -- !-- EN-Revision: 1.18

[PHP-DOC] cvs: phpdoc /en/reference/domxml/functions DomDocument-xinclude.xml

2002-08-13 Thread Christian Stocker
chregu Tue Aug 13 10:03:18 2002 EDT Added files: /phpdoc/en/reference/domxml/functions DomDocument-xinclude.xml Log: proto for DomDocument-xinclude() Index: phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml +++

Re: [PHP-DOC] $AUTHOR$ - $Author$ ??

2002-08-13 Thread Gabor Hojtsy
Well, no file in the en tree is using $Author$ comments, but many translation molude such as Italian and Japenese Translation as well as the Chinese Molude is using the comment lines as following in every xml file: !-- $Revision: 1.6 $ -- !-- $Author: gregory$ -- !-- EN-Revision: 1.18

[PHP-DOC] cvs: phpdoc /xsl/docbook BUGS PHPDOC-NOTE README VERSION

2002-08-13 Thread Gabor Hojtsy
gobaTue Aug 13 11:34:28 2002 EDT Added files: /phpdoc/xsl/docbook BUGS PHPDOC-NOTE README VERSION Log: Adding XSL sheet 1.51.1 distribution (compatible with our customizations) -- PHP Documentation Mailing List (http://www.php.net/) To

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

2002-08-13 Thread Gabor Hojtsy
gobaTue Aug 13 12:09:45 2002 EDT Modified files: /phpdoc configure.in Log: So now we have bundled XSL sheets, no need to check for system specific paths. With this the system should work out of the box with XSL sheets. Just run ./configure

[PHP-DOC] cvs: phpdoc /howto howto.html.tar.gz tools.xml

2002-08-13 Thread Gabor Hojtsy
gobaTue Aug 13 12:23:49 2002 EDT Modified files: /phpdoc/howto howto.html.tar.gz tools.xml Log: As we have XSL sheets bundeld, modify docs to reflect this, and adding more info on xsltproc usage. Index: phpdoc/howto/howto.html.tar.gz Index:

[PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Marcus Börger
At 16:37 13.08.2002, Dan Kalowsky wrote: A few comments on this. 1) is it possible to cut down on the number of php_error_docref functions to just one? I really don't see a reason for this many different formats. There is no solution for reducing php_error_docrefn() to one function call but we

[PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Dan Kalowsky
On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: 2) Can we please remove the http://www.php.net/manual/en/blahblahblah; style of use for this? It will tend to force users into one language or another, and not make PHP as friendly/usable to other languages. NO! First you can simply

[PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Marcus Börger
At 17:05 13.08.2002, Dan Kalowsky wrote: On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: 2) Can we please remove the http://www.php.net/manual/en/blahblahblah; style of use for this? It will tend to force users into one language or another, and not make PHP as friendly/usable to

Re: [PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Gabor Hojtsy
php_error_docref(function.fopen TSRMLS_CC, E_WARNING, Spongebob Square Pants lives in a pineapple under the sea); To me that should be the recommended method, as it will allow the php.ini values for language to override everything nicely, and everyone can see the PHP manual in their desired

[PHP-DOC] #18888 [NEW]: Zero length chm file

2002-08-13 Thread ajohnson
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.2.2 PHP Bug Type: Documentation problem Bug description: Zero length chm file The English Windows help file (chm) for download (dated Aug 9) has zero length. -- Edit bug report at

[PHP-DOC] cvs: phpdoc /en/functions domxml.xml

2002-08-13 Thread Maxim Maletsky
maxim Tue Aug 13 16:04:10 2002 EDT Modified files: /phpdoc/en/functionsdomxml.xml Log: Switch places method arguments list as was notified by a user (PHP-NOTE# 24336) was doc typo. Index: phpdoc/en/functions/domxml.xml diff -u

[PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Dan Kalowsky
On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: The point is to be able to direct to external sites not on php.net! For example when a function is just a wrapper around a library then you can use the absolute form of the docref parameter (http://site) to point to the library's

[PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread 'Ricky' S Dhatt
On Tue, 13 Aug 2002, Dan Kalowsky wrote: On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: The point is to be able to direct to external sites not on php.net! For example when a function is just a wrapper around a library then you can use the absolute form of the docref

[PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Marcus Börger
At 22:04 13.08.2002, Dan Kalowsky wrote: On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: The point is to be able to direct to external sites not on php.net! For example when a function is just a wrapper around a library then you can use the absolute form of the docref parameter

[PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Marcus Börger
At 22:22 13.08.2002, 'Ricky' S Dhatt wrote: On Tue, 13 Aug 2002, Dan Kalowsky wrote: On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: The point is to be able to direct to external sites not on php.net! For example when a function is just a wrapper around a library then you can

[PHP-DOC] #18888 [Opn-Csd]: tar.bz2 and tar.gz for binary releases

2002-08-13 Thread betz
ID: 1 Updated by: [EMAIL PROTECTED] -Summary: Zero length chm file -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem -Operating System: Windows

[PHP-DOC] #18888 [Csd-Dup]: tar.bz2 and tar.gz for binary releases

2002-08-13 Thread kalowsky
ID: 1 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Duplicate Bug Type: Documentation problem Operating System: win32 PHP Version: 4.2.2 New Comment: marking as duplicate, as it's not

[PHP-DOC] #18889 [NEW]: SID constant listed as integer in PHP session documentation.

2002-08-13 Thread rze
From: [EMAIL PROTECTED] Operating system: PHP version: 4.2.2 PHP Bug Type: Documentation problem Bug description: SID constant listed as integer in PHP session documentation. http://www.php.net/manual/en/ref.session.php SID (integer) Constant containing the

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

2002-08-13 Thread Damien Seguy
damsTue Aug 13 18:55:40 2002 EDT Modified files: /phpdoc/en/reference/sessionconstants.xml Log: SID is a string Index: phpdoc/en/reference/session/constants.xml diff -u phpdoc/en/reference/session/constants.xml:1.1

Re: [PHP-DOC] developers manual and users manual

2002-08-13 Thread Jesus M. Castagnetto
--- Gabor Hojtsy [EMAIL PROTECTED] wrote: May I suggest you just duplicate the entire current manual structures for the new manual(s) and don't add any translation directories. That way when someone decides they have to have the new manual in their native language you don't have to

[PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Wez Furlong
It's needed because a lot of the doc pages are long, and there is not always going to be a 1:1 mapping between the active function and a description of the error. For example, in the stream wrappers, when someone tries to open an http connection for write, or tries to overwrite an existing file

[PHP-DOC] #18889 [Opn-Csd]: SID constant listed as integer in PHP session documentation.

2002-08-13 Thread dams
ID: 18889 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 4.2.2 New Comment: This bug has been fixed in CVS. You can grab a snapshot of the CVS version at http://snaps.php.net/.

[PHP-DOC] #18798 [Opn-Csd]: Mail doesn't sent to Mary mary@example.com this format

2002-08-13 Thread kalowsky
ID: 18798 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows 2k Server SP2 PHP Version: 4.3.0-dev New Comment: This bug has been

Re: [PHP-DOC] $AUTHOR$ - $Author$ ??

2002-08-13 Thread Gregory Song
Yeah, the $Author$ here is the cvs username of the last modifier of the file. In this way we can get to know who modified the file at last time. We just inheret this behavior from the Italian and Japenese Molude, and correct it to make it work. Greg Gabor Hojtsy [EMAIL PROTECTED] wrote in

[PHP-DOC] #10374 [Opn-Bgs]: Depreciated features or not

2002-08-13 Thread iliaa
ID: 10374 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type:Documentation problem PHP Version: 4.0.4pl1 New Comment: Sorry, but the bug system is not the appropriate forum for asking support questions. Your problem

[PHP-DOC] #11618 [Ana-Csd]: session and form data

2002-08-13 Thread iliaa
ID: 11618 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Closed Bug Type: Documentation problem Operating System: linux 2.2.16-22 PHP Version: 4.0.4 New Comment: Sorry, but the bug system is

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions chgrp.xml chmod.xml chown.xml filegroup.xml fileinode.xml fileowner.xml is-link.xml link.xml linkinfo.xml readlink.xml symlink.xml umask.xml

2002-08-13 Thread Dan Kalowsky
kalowskyTue Aug 13 23:28:02 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions chgrp.xml chmod.xml chown.xml filegroup.xml fileinode.xml

[PHP-DOC] #13321 [Opn-Csd]: Documnetation

2002-08-13 Thread kalowsky
ID: 13321 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Win 32 PHP Version: 4.0.6 New Comment: This bug has been fixed in CVS. You can