Re: [PHP-DOC] Re: using the new doc format

2004-08-11 Thread Aidan Lister
Whether we simply use a table, para role=..., or a varlisting is the main question here; that and how this will integrate with the changelog. I'm +1 for the varlisting as in http://www.php.net/xml-parse Hopefully someone has a convincing point (or two) on how this should be done...I don't!

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-escape-string.xml

2004-08-11 Thread Aidan Lister
aidan Wed Aug 11 04:32:24 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-escape-string.xml Log: Noted the function is deprecated.

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-escape-string.xml

2004-08-11 Thread Aidan Lister
aidan Wed Aug 11 04:40:28 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-escape-string.xml Log: Arrgh - Didn't read my diffs. Removed notes from bottom of file.

Re: [PHP-DOC] System-dependent functions

2004-08-11 Thread Gabor Hojtsy
Another example is touch(). It requires utime which I assume all OS's have although I don't know. And if not I assume PHP might essentially say No utime huh? Let's use mtime/atime/ctime instead and define HAVE_UTIME as true. Again, I don't know this topic of utime so am only guessing here.

RE: [PHP-DOC] Proposal: CHANGELOG

2004-08-11 Thread Ford, Mike [LSS]
On 10 August 2004 23:53, Philip Olson wrote: I'll work on some examples, this is going to be good. Here's an example where: * Two new sections: Parameter listing and CHANGELOG * The parameter listing is a variablelist * The CHANGELOG is a table

Re: [PHP-DOC] libxml

2004-08-11 Thread Jakub Vrana
moshe doron wrote: you may didn't use the same chars due to your news client encoding conversion. try to iconv chr(224); The same: It behaves the same in PHP 5.0.0 and PHP 4.3.8 on my box (Windows XP). Notice is issued and illegal characters are not translated. Jakub Vrana

RE: [PHP-DOC] Proposal: CHANGELOG

2004-08-11 Thread Derick Rethans
On Wed, 11 Aug 2004, Ford, Mike [LSS] wrote: Oh, I like these! I have a few comments that I'd like to cast into the pool for discussion: (i) Personally, I'd like to see the Parameter Information and Change Log before the full description, so I'd go for something like:

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-real-escape-string.xml

2004-08-11 Thread Aidan Lister
aidan Wed Aug 11 06:01:42 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml Log: Whitespace changes http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml?r1=1.9r2=1.10ty=u

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-real-escape-string.xml

2004-08-11 Thread Aidan Lister
aidan Wed Aug 11 06:03:20 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml Log: Removed initial example Added a massive example with information about sql injection attacks Added more information to the % and

Re: [PHP-DOC] Socket_Set_Option

2004-08-11 Thread Nuno Lopes
There should be a reference saying that socket_setop is a alias of http://us2.php.net/manual/en/function.socket-set-option.php . -Anoynomus Hi, That page has a note about this: This function used to be called socket_setopt() prior to PHP 4.3.0 And the sockets extension isn't a good choice.

Re: [PHP-DOC] System-dependent functions

2004-08-11 Thread Nuno Lopes
I think this information should be individualized per function. Each would mention the conditions that need to be met, and why it may not be met. Having one entity for this will only scare the user and force extra work on those who will have it available. I am guessing that some of these

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions error-reporting.xml

2004-08-11 Thread Aidan Lister
aidan Wed Aug 11 07:28:56 2004 EDT Modified files: /phpdoc/en/reference/errorfunc/functionserror-reporting.xml Log: Fixed typo http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/error-reporting.xml?r1=1.9r2=1.10ty=u Index:

[PHP-DOC] #29614 [Opn]: Documentation error

2004-08-11 Thread goba
ID: 29614 Updated by: [EMAIL PROTECTED] Reported By: nramsbottom at hotmail dot com Status: Open -Bug Type:Website problem +Bug Type:Documentation problem PHP Version: Irrelevant New Comment: PHP Manual problem, so classify as such Previous Comments:

[PHP-DOC] #29614 [Opn-Csd]: Documentation error

2004-08-11 Thread dave
ID: 29614 Updated by: [EMAIL PROTECTED] Reported By: nramsbottom at hotmail dot com -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online and

[PHP-DOC] [Fwd: Re: updating the install files]

2004-08-11 Thread Gabor Hojtsy
Can someone please fix this. Thanks, Goba ---BeginMessage--- Goba I just spotted Andi's commits of the new installation instructions. Good work! Can I suggest a slight improvement to the section on the Windows installer versions (this reflects some changes made to the installer over the last

Re: [PHP-DOC] System-dependent functions

2004-08-11 Thread Philip Olson
Another example is touch(). It requires utime which I assume all OS's have although I don't know. And if not I assume PHP might essentially say No utime huh? Let's use mtime/atime/ctime instead and define HAVE_UTIME as true. Again, I don't know this topic of utime so am only

RE: [PHP-DOC] Proposal: CHANGELOG

2004-08-11 Thread Philip Olson
Oh, I like these! I have a few comments that I'd like to cast into the pool for discussion: (i) Personally, I'd like to see the Parameter Information and Change Log before the full description, so I'd go for something like: Definition(proto + *short* description of

Re: [PHP-DOC] Proposal: CHANGELOG

2004-08-11 Thread Gabor Hojtsy
I thought about this but here's why I went with one description. First, the short definition (purpose) is already in the refpurpose of the function. Also, writing a summary for each would be a bit too difficult. As far as using just the first para, I think it'd be confusing having it so far

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

2004-08-11 Thread Nuno Lopes
nlopess Wed Aug 11 12:19:15 2004 EDT Modified files: /phpdoc/en/reference/strings/functions explode.xml Log: document new PHP 5.1 feature: negative limit http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/explode.xml?r1=1.7r2=1.8ty=u Index:

Re: [PHP-DOC] Proposal: CHANGELOG

2004-08-11 Thread Mehdi Achour
Gabor Hojtsy wrote: I thought about this but here's why I went with one description. First, the short definition (purpose) is already in the refpurpose of the function. Also, writing a summary for each would be a bit too difficult. As far as using just the first para, I think it'd be confusing

[PHP-DOC] cvs: phpdoc /en/reference/pcre pattern.syntax.xml

2004-08-11 Thread Dave Barr
daveWed Aug 11 16:15:30 2004 EDT Modified files: /phpdoc/en/reference/pcre pattern.syntax.xml Log: - Add lt; and fix assertion. Fixes #29621. http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/pattern.syntax.xml?r1=1.3r2=1.4ty=u Index:

[PHP-DOC] cvs: phpdoc /en/appendices resources.xml /en/install/windows apache1.xml

2004-08-11 Thread Dave Barr
daveWed Aug 11 16:28:39 2004 EDT Modified files: /phpdoc/en/appendices resources.xml /phpdoc/en/install/windows apache1.xml Log: - Microsft = Microsoft. http://cvs.php.net/diff.php/phpdoc/en/appendices/resources.xml?r1=1.31r2=1.32ty=u Index:

[PHP-DOC] #29601 [Opn]: sqlite_query() return resource handles for non-row returning sql

2004-08-11 Thread iliaa
ID: 29601 Updated by: [EMAIL PROTECTED] Reported By: Jared dot Williams1 at ntlworld dot com Status: Open -Bug Type: SQLite related +Bug Type: Documentation problem Operating System: Windows 2000/IIS PHP Version: 5CVS-2004-08-10 (dev)

[PHP-DOC] Not an active author?

2004-08-11 Thread Sara Golemon
I'm resisting the urge to move my name from Inactive authors to the main page. More curious what criteria was used to determine who's active and who isn't. -Sara

[PHP-DOC] cvs: phpdoc /en/reference/regex/functions spliti.xml

2004-08-11 Thread Damien Seguy
damsWed Aug 11 21:17:37 2004 EDT Modified files: /phpdoc/en/reference/regex/functionsspliti.xml Log: Fixing preg_spliti http://cvs.php.net/diff.php/phpdoc/en/reference/regex/functions/spliti.xml?r1=1.3r2=1.4ty=u Index:

[PHP-DOC] cvs: phpdoc /scripts check-valid-function.php

2004-08-11 Thread Dave Barr
daveWed Aug 11 23:11:43 2004 EDT Added files: /phpdoc/scripts check-valid-function.php Log: - Add a script that checks for non-functions inbetween function tags. Using this would have caught bug #29622 sooner.

[PHP-DOC] #29367 [Csd-Opn]: mysqli_stmt_init() typo

2004-08-11 Thread jsgoupil at lookstrike dot com
ID: 29367 User updated by: jsgoupil at lookstrike dot com Reported By: jsgoupil at lookstrike dot com -Status: Closed +Status: Open Bug Type:Documentation problem PHP Version: Irrelevant New Comment: You know that there is always the same bug