Hi Ilia,
> + if (*len) {
> + /* sqlite3.h says "the NUL terminator is
> included in the byte count for TEXT values" */
> + *len--; /* do not remove this, even though it
> generates a warning */
> + }Would you mind explaining me why the fix was faulty? Cheers -- Matteo Beccati OpenX - http://www.openx.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
