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

2009-05-20 Thread Ilia Alshanetsky
iliaa Wed May 20 15:06:20 2009 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: MFB: Re-introduce the Matteo's patch and combine default & text handling since they appear to be the same irregardless on notes inside sqlite3.h http://

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

2009-05-19 Thread Ilia Alshanetsky
iliaa Tue May 19 19:16:06 2009 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: MFB: The \0 removal is only needed prior to 3.4.0 http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.33&r2=1.34&diff_format=u In

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

2009-05-19 Thread Ilia Alshanetsky
iliaa Tue May 19 16:14:46 2009 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: MFB: Revert faulty warning fix http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.32&r2=1.33&diff_format=u Index: php-src/ext/pd

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

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 sqlite_statement

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

2009-05-07 Thread Matteo Beccati
mbeccatiThu May 7 23:04:02 2009 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: - Fixed bug #48185 removing no-op code http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.31&r2=1.32&diff_format=u Index

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

2009-04-01 Thread Alexey Zakhlestin
indeyetsWed Apr 1 14:34:21 2009 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: reverted previous patch, using explicit cast instead http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.30&r2=1.31&diff_for

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

2009-04-01 Thread Alexey Zakhlestin
indeyetsWed Apr 1 11:31:54 2009 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: const pointer was used in non-const context http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.29&r2=1.30&diff_format=u Ind

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

2008-03-07 Thread Scott MacVicar
scottmacFri Mar 7 17:02:48 2008 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: MFB: Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to stop errors with null bytes.) Fixed bug #42443 (Bind integers and boo

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

2006-11-27 Thread Antony Dovgal
tony2001Mon Nov 27 12:13:02 2006 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: fix #39564 (PDO::errorInfo() returns inconsistent information when sqlite3_step() fails) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sql

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

2005-09-10 Thread Wez Furlong
wez Sun Sep 11 00:59:43 2005 EDT Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: actually reset the statement when closeCursor() is called. http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.18&r2=1.19&ty=u Inde

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

2005-07-18 Thread Wez Furlong
wez Mon Jul 18 10:40:49 2005 EDT Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: this needs to be the column count, otherwise a db->query() that returns 0 rows will fail rather than returning a statement with no rows. http://cvs.p

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

2005-07-08 Thread Ilia Alshanetsky
iliaa Sat Jul 9 00:37:30 2005 EDT Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: cursor_closer for SQLite. http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.15&r2=1.16&ty=u Index: php-src/ext/pdo_sqlite/sqlite_

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

2005-07-07 Thread Ilia Alshanetsky
iliaa Thu Jul 7 11:13:29 2005 EDT Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0. http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.14&

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

2005-02-27 Thread Wez Furlong
wez Sun Feb 27 20:30:16 2005 EDT Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: fix for PECL Bug #3452 http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite_statement.c?r1=1.13&r2=1.14&ty=u Index: php-src/ext/pdo_sqlite/sqlite_sta