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

2009-05-17 Thread Felipe Pena
felipe Sun May 17 16:39:30 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: - Changed %s to %v on createAggregate() error message http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.42&r2=1.43&diff_format=u Index: php-src/ext/sql

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

2009-05-08 Thread Antony Dovgal
tony2001Fri May 8 07:58:12 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.41&r2=1.42&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u php-sr

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

2009-05-07 Thread Felipe Pena
felipe Thu May 7 22:44:37 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.40&r2=1.41&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u php-src/ext/sqlite3

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

2009-05-07 Thread Scott MacVicar
scottmacThu May 7 16:52:40 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: MFB Print warning when using loadExtension on non cli, cgi and embeded http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.39&r2=1.40&diff_

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

2009-05-07 Thread Scott MacVicar
scottmacThu May 7 16:50:54 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: Some unicode updates for sqlite3 http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.38&r2=1.39&diff_format=u Index: php-src/ext/sqlite3/sqlit

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

2009-02-18 Thread Ilia Alshanetsky
iliaa Wed Feb 18 20:07:55 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: MFB: Removed unused var http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.35&r2=1.36&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u php-

[PHP-CVS] cvs: php-src /ext/sqlite3 sqlite3.c /ext/sqlite3/tests sqlite3_15_open_error.phpt sqlite3_21_security.phpt

2009-02-09 Thread Scott MacVicar
scottmacTue Feb 10 00:44:09 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c /php-src/ext/sqlite3/tests sqlite3_15_open_error.phpt sqlite3_21_security.phpt Log: MFB: The constructor should also throw exce

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

2009-02-04 Thread Pierre-Alain Joye
pajoye Wed Feb 4 09:58:39 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: - fix build http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.33&r2=1.34&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u php-src/ext/sqlite3

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

2009-01-24 Thread Antony Dovgal
tony2001Sat Jan 24 13:08:37 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.32&r2=1.33&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u php-src/ex

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

2009-01-24 Thread Scott MacVicar
scottmacSat Jan 24 12:16:59 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: Add blobOpen method for reading SQlite3 blobs via streams. http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.31&r2=1.32&diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/sqlite3 sqlite3.c /ext/sqlite3/tests bug47159.phpt

2009-01-20 Thread Scott MacVicar
scottmacTue Jan 20 09:57:26 2009 UTC Added files: /php-src/ext/sqlite3/tests bug47159.phpt Modified files: /php-src/ext/sqlite3sqlite3.c Log: Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist

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

2009-01-19 Thread Scott MacVicar
scottmacTue Jan 20 00:24:06 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised. http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite

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

2009-01-19 Thread Scott MacVicar
scottmacMon Jan 19 22:45:30 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: MFB Fixed bug #47141 - Unable to fetch error messages after the database can't be opened. http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r

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

2009-01-05 Thread Antony Dovgal
tony2001Mon Jan 5 09:32:48 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.27&r2=1.28&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u php-src/ex

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

2009-01-04 Thread Ilia Alshanetsky
iliaa Sun Jan 4 16:32:05 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: MFB: Added missing initialization http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.26&r2=1.27&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c

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

2009-01-03 Thread Felipe Pena
felipe Sat Jan 3 22:07:22 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: - Removed unnecessary repeated arginfos - Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation http://cvs.php.net/viewvc.

[PHP-CVS] cvs: php-src /ext/sqlite3 sqlite3.c /ext/sqlite3/tests sqlite3_29_createfunction.phpt

2008-11-28 Thread Felipe Pena
felipe Fri Nov 28 15:36:34 2008 UTC Added files: /php-src/ext/sqlite3/tests sqlite3_29_createfunction.phpt Modified files: /php-src/ext/sqlite3sqlite3.c Log: - Fixed memory leaks in createFunction and createAggregate methods ht

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

2008-11-20 Thread Pierre-Alain Joye
pajoye Thu Nov 20 10:20:37 2008 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: - declarations must be.. 1st http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.20&r2=1.21&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u ph

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

2008-11-18 Thread Pierre-Alain Joye
pajoye Tue Nov 18 14:25:54 2008 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: - declaration has to be first... http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.18&r2=1.19&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -

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

2008-11-17 Thread Scott MacVicar
scottmacMon Nov 17 19:32:31 2008 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly. http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.17&r2

[PHP-CVS] cvs: php-src /ext/sqlite3 sqlite3.c /ext/sqlite3/tests sqlite3_23_escape_string.phpt

2008-09-30 Thread Scott MacVicar
scottmacTue Sep 30 11:13:43 2008 UTC Modified files: /php-src/ext/sqlite3sqlite3.c /php-src/ext/sqlite3/tests sqlite3_23_escape_string.phpt Log: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite http://cvs.php

[PHP-CVS] cvs: php-src /ext/sqlite3 sqlite3.c /ext/sqlite3/tests bug45798.phpt

2008-08-12 Thread Felipe Pena
felipe Tue Aug 12 13:32:31 2008 UTC Added files: /php-src/ext/sqlite3/tests bug45798.phpt Modified files: /php-src/ext/sqlite3sqlite3.c Log: - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) http://cvs.php.ne

[PHP-CVS] cvs: php-src /ext/sqlite3 sqlite3.c /ext/sqlite3/tests sqlite3_12_unfinalized_stmt_cleanup.phpt sqlite3_25_create_aggregate.phpt

2008-08-06 Thread Scott MacVicar
scottmacWed Aug 6 14:02:44 2008 UTC Modified files: /php-src/ext/sqlite3sqlite3.c /php-src/ext/sqlite3/tests sqlite3_12_unfinalized_stmt_cleanup.phpt sqlite3_25_create_aggregate.phpt Log: MFB: Update coding st