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://
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
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
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
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
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
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
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
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
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
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
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
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_
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&
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
15 matches
Mail list logo