[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/mysqli/mysqli/ real-escape-string.xml

2011-09-22 Thread Philip Olson
On Sep 22, 2011, at 8:05 AM, Peter Cowburn wrote: > On 22 September 2011 15:54, Philip Olson wrote: >> > + > + &reftitle.notes; > + > + > +For those accustomed to using > mysql_real_escape_string, > +note that the arguments of > mysqli_real_escap

[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/mysqli/mysqli/ real-escape-string.xml

2011-09-22 Thread Peter Cowburn
On 22 September 2011 15:54, Philip Olson wrote: > + +  &reftitle.notes; +   +   +    For those accustomed to using mysql_real_escape_string, +    note that the arguments of mysqli_real_escape_string +    differ from what mysql_real_escape_string >>

[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/mysqli/mysqli/ real-escape-string.xml

2011-09-22 Thread Kalle Sommer Nielsen
Hi Peter 2011/9/22 Peter Cowburn : > Good question. Lets see what the phpdoc list thinks. :) I can't think off my head where we document other extensions behavior in comparison to the one the end user is reading about. What we need to do is to have a proper mysql -> mysqli migration guide, like P

[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/mysqli/mysqli/ real-escape-string.xml

2011-09-22 Thread Philip Olson
>>> + >>> + &reftitle.notes; >>> + >>> + >>> +For those accustomed to using >>> mysql_real_escape_string, >>> +note that the arguments of >>> mysqli_real_escape_string >>> +differ from what mysql_real_escape_string expects. >>> +The link identifier comes first in >>> +

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/mysqli/mysqli/ real-escape-string.xml

2011-09-22 Thread Daniel Chaves
Not needed. 2011/9/22 Daniel Convissor > On Thu, Sep 22, 2011 at 03:42:46PM +0100, Peter Cowburn wrote: > > On 22 September 2011 15:39, Hannes Magnusson > wrote: > > > That is true with all the mysql[i]_*() functions. > > > mysql_ takes the (optional) link identifier as the latter parameter, >

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/mysqli/mysqli/ real-escape-string.xml

2011-09-22 Thread Daniel Convissor
On Thu, Sep 22, 2011 at 03:42:46PM +0100, Peter Cowburn wrote: > On 22 September 2011 15:39, Hannes Magnusson > wrote: > > That is true with all the mysql[i]_*() functions. > > mysql_ takes the (optional) link identifier as the latter parameter, > > while the mysqli_ ones require it - and it is t

[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/mysqli/mysqli/ real-escape-string.xml

2011-09-22 Thread Peter Cowburn
On 22 September 2011 15:39, Hannes Magnusson wrote: > On Thu, Sep 22, 2011 at 12:23, Peter Cowburn wrote: >> salathe                                  Thu, 22 Sep 2011 10:23:50 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=317146 >> >> Log: >> note on parameter order (doc