Re: [PHP-DOC] Patch for mysql_escape_string

2007-10-02 Thread Philip Olson
On Oct 2, 2007, at 12:17 PM, Hannes Magnusson wrote: On 10/2/07, Paul Reinheimer <[EMAIL PROTECTED]> wrote: Thanks for the feedback, Comments/questions - Removed the whitespace, thanks - According to the ascii chart's i've read the official name for that character is Substitue, ? My book

Re: [PHP-DOC] Patch for mysql_escape_string

2007-10-02 Thread Hannes Magnusson
On 10/2/07, Paul Reinheimer <[EMAIL PROTECTED]> wrote: > > > Thanks for the feedback, > > Comments/questions > > - Removed the whitespace, thanks > - According to the ascii chart's i've read the official name for that > character is Substitue, ? My books say that too. > - Moved the note, consider

Re: [PHP-DOC] Patch for mysql_escape_string

2007-10-02 Thread Paul Reinheimer
Thanks for the feedback, Comments/questions - Removed the whitespace, thanks - According to the ascii chart's i've read the official name for that character is Substitue, ? - Moved the note, considered a warning, but chickened out patch attachd paul -- Paul Reinheimer Zend Certified Enginee

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

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".

[PHP-DOC] Patch for mysql_escape_string

2007-09-22 Thread Paul Reinheimer
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 :) http://blog.preinheimer.com/index.php?/archives/247-addslashes-vs-mysql_escape_string.html#extended paul -- Paul Rei