Yep, seems so. If only mysqli wasn't eating resources like crazy. Had
increase memory limit (+32MB) for app to work with mysqli.
Can you think of workaround at this point so I stick to pdo.
Should I create some ticket of this..and what type, maybe perhaps it
should be mentioned in docu....
Regards,
Bill Karwin wrote:
Julian Davchev wrote:
Stuff I put in form text field (including enluding quotes) ->> ';?%>'
It worked fine for me when I used the Mysqli Adapter. However, I get the
exceptions you described when I changed the adapter to the Pdo_Mysql
Adapter.
Apparently, PDO isn't clever enough about noticing that the parameter
placeholder is inside a quoted string.
Regards,
Bill Karwin