I encountered it as well. A quick fix would be to switch to PDO Mysqli adapter which should be transparent in most cases. This might buy you some time until PHP 5.3 is stable and the issue is resolved.
Karol Stefan Sturm-2 wrote: > > Hello, > > I'm testing Zenderver 5.3RC at this point. My existing application > runs just fine, exept when I try to write data to a db. > I'm using ZendDB and on an update or insert call I get this error: > > Mysqli statement execute > error : No data supplied for parameters in prepared statement > > Somebody with an idea on this? > > Thanks and greetings, > Stefan Sturm > > -- View this message in context: http://www.nabble.com/Problem-with-1.8.2-and-ZendServer%285.3RC%29-tp23926702p23928903.html Sent from the Zend Framework mailing list archive at Nabble.com.
