We had some discussion a while back, don't remember who.
And it appears that using pdo_mysql is just not usable.
Question mark '?' is always considered as placeholder and thus not able to pass this to db in any way. So I switched to mysqli adapter but this is totally taking all memory... - as far as I am conserend it takes 3times more memory. was at 32MB allowed memory now 64MB are not enough because of mysqli.

If anyone know a workaround would be great.

Reply via email to