Re: [PHP-CVS] cvs: php-src /ext/pdo_sqlite sqlite_statement.c

2009-05-07 Thread Ilia Alshanetsky
That's not a NOP code, it actually needed, the length is a pointer to an integer that is being modified. Ilia Alshanetsky On 7-May-09, at 7:04 PM, Matteo Beccati wrote: mbeccatiThu May 7 23:04:02 2009 UTC Modified files: /php-src/ext/pdo_sqlite

Re: [PHP-CVS] cvs: php-src /ext/pdo_sqlite sqlite_statement.c

2009-05-07 Thread Matteo Beccati
Ilia Alshanetsky ha scritto: That's not a NOP code, it actually needed, the length is a pointer to an integer that is being modified. Shouldn't it be (*len)-- in that case? Cheers -- M. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php