Re: [PHP-DOC] Re: Notes Status, 18968 total

2007-09-23 Thread Edward Z. Yang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nuno Lopes wrote: > Anyone (i.e. people with phpdoc karma can incorporate user notes in the > manual. After incorporating a note, it should be removed (which everyone > with php.net cvs account can do). > More info @ http://doc.php.net/php/dochowto/cha

Re: [PHP-DOC] Re: Notes Status, 18968 total

2007-09-23 Thread Nuno Lopes
> Following are the top 20 pages of the manual, sorted by the number of user notes contributed. These sections could use a polish, those notes represent 8.3% of the 18968 total user notes. Just for curiosity's sake, what's the process for incorporating notes into the manual, then requesting tha

[PHP-DOC] Re: Notes Status, 18968 total

2007-09-23 Thread Edward Z. Yang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 phpdoc@lists.php.net wrote: > Following are the top 20 pages of the manual, sorted by the number > of user notes contributed. These sections could use a polish, those > notes represent 8.3% of the 18968 total user notes. Just for curiosity's sake, wha

Re: [PHP-DOC] Patch for mysql_escape_string

2007-09-23 Thread Sean Coates
Please find a patch for mysql_escape_string attached, I'd like to commit so people know which characters are actually getting escaped, it took me a long time to figgure it out :) Awesome idea. "a backslash before before characters"... I'd move the depreciation note into the 'notes' section

[PHP-DOC] Notes Status, 18968 total

2007-09-23 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number of user notes contributed. These sections could use a polish, those notes represent 8.3% of the 18968 total user notes. Notes | Page ---+- 105 | http://php.net/manual

Re: [PHP-DOC] Patch for mysql_escape_string

2007-09-23 Thread Hannes Magnusson
On 9/23/07, Paul Reinheimer <[EMAIL PROTECTED]> wrote: > > > Please find a patch for mysql_escape_string attached, I'd like to commit so > people know which characters > are actually getting escaped, it took me a long time to figgure it out :) Awesome idea. "a backslash before before characters".