Re: [PHP-DOC] Including PHP FAQ in documentation

2001-06-27 Thread Hojtsy Gabor
> - I remember talking with Goba (hi) about merging FAQ in php doc. > Are there any opinion about this? > I do think this will be an interesting place to gather doc, as FAQ > represents common question. This way, they will be easily downloaded, and > PHPmaster won't have to connect to use it. > -

Re: [PHP-DOC] Convention: true/false

2001-06-27 Thread Hojtsy Gabor
> I'm against it too. Most of docs already use and > I think Goba's right with TRUE not being a constant anymore. Well, it is listed as a constant is the source, but I can only say, I don't think of it as a constant. > I would like to point out that spotting all True/FALse occurrences > and t

[PHP-DOC] Bug #5827 Updated: behaviour of max_execution_time not clear

2001-06-27 Thread danbeck
ID: 5827 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0 Assigned To: Comments: This is now documented in the latest cvs. Previous Comments: ---

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

2001-06-27 Thread Jeroen van Wolffelaar
jeroen Wed Jun 27 14:04:49 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: 'd var.xml, improved documenation on serialize (not yet 'ready', though) Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.57 phpdoc/en/func

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

2001-06-27 Thread jeroen
> - Does not handle HTTP redirects, so you must include trailing > - slashes on directories. > - > - Not everybody runs 4.0.5 yet, maybe it's better to just say that it didn't work till 404? Jeroen

[PHP-DOC] Bug #11720 Updated: --enable-gd-native-tt given wrongly in ./configure --help

2001-06-27 Thread derick
ID: 11720 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: Alread fixed in CVS Previous Comments: ---

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

2001-06-27 Thread Jeroen van Wolffelaar
jeroen Wed Jun 27 11:58:49 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: Implemented zak's notes on addcslashes Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.94 phpdoc/en/functions/strings.xml:1.95

[PHP-DOC] Bug #11719: Clarification of $foo = new Class and $foo = &new Class

2001-06-27 Thread danbeck
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0 Latest CVS (2001-06-27) PHP Bug Type: Documentation problem Bug description: Clarification of $foo = new Class and $foo = &new Class The "References" section of the documentation needs more clarification of the

[PHP-DOC] Bug #9983 Updated: Operator Precedence Clarification/Additions

2001-06-27 Thread yohgaki
ID: 9983 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating system: Linux/W2K PHP Version: 4.0.4pl1 Description: Operator Precedence Clarification/Additions This is a suggestion for improving the manual. (I don't mind at all if you close this :) Reference

[PHP-DOC] Bug #11645 Updated: tempnam( ) does not use TMP environment variable

2001-06-27 Thread danbeck
ID: 11645 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: Documentation has been updated to reflect this issue. Previous Comments:

[PHP-DOC] Bug #10445 Updated: character Lenght of filenames

2001-06-27 Thread danbeck
ID: 10445 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Duplicate of #10862 Previous Comments:

[PHP-DOC] Bug #10022 Updated: Constants not handled in arrays defined in class declaration

2001-06-27 Thread danbeck
ID: 10022 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is already explained in http://www.php.net/manual/en/language.oop.php, but I did go ahead and add

[PHP-DOC] cvs: phpdoc /en/language oop.xml

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 08:11:31 2001 EDT Modified files: /phpdoc/en/language oop.xml Log: adding extra example for issue in bug #10022 Index: phpdoc/en/language/oop.xml diff -u phpdoc/en/language/oop.xml:1.14 phpdoc/en/language/oop.xml:1.15 --- phpdoc/en/language/o

[PHP-DOC] Bug #7569 Updated: Transmuting indices

2001-06-27 Thread danbeck
ID: 7569 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0 Latest CVS (01/11/2000) Assigned To: Comments: Not really a documentation issue. Using NULL fields in a database is just bad... but

[PHP-DOC] Bug #8692 Updated: Bad registry information

2001-06-27 Thread danbeck
ID: 8692 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4 Assigned To: Comments: I don't think this is a documentation problem. The php3 extension is no longer recommended as a php extension

[PHP-DOC] Bug #10244 Updated: Please put the dlopen weirdness in the FAQ

2001-06-27 Thread danbeck
ID: 10244 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This has nothing to do with documentation. Please try again with the latest released version of PHP (4.0.6

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

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 07:59:41 2001 EDT Modified files: /phpdoc/en/functionspgsql.xml Log: corrected issue in bug #10153 Index: phpdoc/en/functions/pgsql.xml diff -u phpdoc/en/functions/pgsql.xml:1.33 phpdoc/en/functions/pgsql.xml:1.34 --- phpdoc/en/functi

[PHP-DOC] Bug #9186 Updated: string compare with "==" does not work correctly

2001-06-27 Thread danbeck
ID: 9186 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I'm not sure why this is still open as a documentation bug. The string behavior is documented in: h

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

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 08:53:54 2001 EDT Modified files: /phpdoc/en/functionsfilesystem.xml Log: correcting doc issue #11645 Index: phpdoc/en/functions/filesystem.xml diff -u phpdoc/en/functions/filesystem.xml:1.70 phpdoc/en/functions/filesystem.xml:1.71 --

[PHP-DOC] Bug #9641 Updated: get_required_files()/get_included_files() does not work as docuemented

2001-06-27 Thread danbeck
ID: 9641 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: revamped the get_included_files/get_required_files functions to document their new behavior Previous Comme

[PHP-DOC] Bug #11714 Updated: Problem downloading docu

2001-06-27 Thread danbeck
ID: 11714 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Documentation problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: All English links work fine for me. Previous Comments: ---

[PHP-DOC] Bug #9570 Updated: Documentation needed for sockets

2001-06-27 Thread danbeck
ID: 9570 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: These docs are being written. Previous Comments: --

[PHP-DOC] cvs: phpdoc /en/chapters config.xml /en/functions info.xml

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 05:52:38 2001 EDT Modified files: /phpdoc/en/chapters config.xml /phpdoc/en/functionsinfo.xml Log: documented issue in bug #5827 Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.14 phpdoc/en/chapters/c

[PHP-DOC] Bug #9983 Updated: Operator Precedence Clarification/Additions

2001-06-27 Thread danbeck
ID: 9983 Updated by: danbeck Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Changing description to be more meaningful for someone who wants to tackle this. Previous Comments: --

[PHP-DOC] Bug #9942 Updated: function proliferation making the online manual useless

2001-06-27 Thread danbeck
ID: 9942 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: These ideas have been bandied back and forth among the documentation people and although it's low priority,

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

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 07:44:14 2001 EDT Modified files: /phpdoc/en/functionsinfo.xml Log: documented issue in bug #9641 completely revamped get_included_files and get_required_files Index: phpdoc/en/functions/info.xml diff -u phpdoc/en/functions/info.

[PHP-DOC] Bug #11720: --enable-gd-native-tt given wrongly in ./configure --help

2001-06-27 Thread old . wolf
From: [EMAIL PROTECTED] Operating system: Red Hat 6.0 (2.2.19) PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: --enable-gd-native-tt given wrongly in ./configure --help The required configure switch to enable the GD builtin TTF string support is --en

[PHP-DOC] Bug #9477 Updated: Object is destroyed before references all released

2001-06-27 Thread danbeck
ID: 9477 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Resubmitting as a new documentation bug. Much of this has nothing to do with what needs to be documented.

[PHP-DOC] Bug #11046 Updated: mkdir doesnt sets permissions

2001-06-27 Thread danbeck
ID: 11046 Updated by: danbeck Reported By: [EMAIL PROTECTED] Status: Analyzed Old-Bug Type: Documentation problem Bug Type: Filesystem function related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is not a documentation problem. Previous Comments: ---

[PHP-DOC] Bug #9124 Updated: fopen() yet supports HTTP redirects

2001-06-27 Thread danbeck
ID: 9124 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: This feature was added in 4.0.5. I've removed the note that says that redirects are not supported. Previo

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

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 06:38:09 2001 EDT Modified files: /phpdoc/en/functionsfilesystem.xml Log: documented issue in bug #9124 Index: phpdoc/en/functions/filesystem.xml diff -u phpdoc/en/functions/filesystem.xml:1.69 phpdoc/en/functions/filesystem.xml:1.70

[PHP-DOC] Bug #7576 Updated: socket() always fails with an "Unknown error"

2001-06-27 Thread danbeck
ID: 7576 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: This behaviour has already been documented, including the reference to the socket(2) man page. Previou

[PHP-DOC] Bug #10153 Updated: Resource lost on the way..

2001-06-27 Thread danbeck
ID: 10153 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0 Latest CVS (04/04/2001) Assigned To: Comments: Corrected in latest cvs documentation. Previous Comments: -

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

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 05:53:25 2001 EDT Modified files: /phpdoc/en/functionsmath.xml Log: corrections, added void paramdefs where appropriate Index: phpdoc/en/functions/math.xml diff -u phpdoc/en/functions/math.xml:1.34 phpdoc/en/functions/math.xml:1.35 --

[PHP-DOC] Bug #7419 Updated: .shtml server side include problem

2001-06-27 Thread danbeck
ID: 7419 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: There really isn't a place for this in the PHP documentation. Also, this report is so old, I don't eve

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

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 04:17:25 2001 EDT Modified files: /phpdoc/en/functionsmath.xml Log: odd place for a period Index: phpdoc/en/functions/math.xml diff -u phpdoc/en/functions/math.xml:1.33 phpdoc/en/functions/math.xml:1.34 --- phpdoc/en/functions/math.xm

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

2001-06-27 Thread Daniel Beckham
danbeck Wed Jun 27 03:55:16 2001 EDT Modified files: /phpdoc/en/functionszip.xml Log: added note about zip support prior to 4.0.7 Index: phpdoc/en/functions/zip.xml diff -u phpdoc/en/functions/zip.xml:1.4 phpdoc/en/functions/zip.xml:1.5 --- phpdoc/en/fu

[PHP-DOC] À©µµNT ¶Ç´Â À©µµ2000 À¥È£½ºÆÃÀ» ÃÖÀú°¡·Î ¼­ºñ½ºÇÕ´Ï´Ù.

2001-06-27 Thread webdata
Title: ¸®´ª½º & NT         ºÒ¾¦ ÀÌ·¸°Ô ¸ÞÀÏÀ» µå·Á¼­ Á¤¸» Á˼ÛÇÕ´Ï´Ù.°ÅºÎ¸ÞÀÏÀ» º¸³»ÁÖ½Ã¸é ´ÙÀ½ºÎÅÍ´Â º¸³»µå¸®Áö ¾Ê°