[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.42r2=1.43diff_format=u Index:

[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.38r2=1.39diff_format=u Index:

[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

[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.40r2=1.41diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u

[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.35r2=1.36diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u

[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

[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.33r2=1.34diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u

[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.31r2=1.32diff_format=u Index:

[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.32r2=1.33diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u

[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
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.

[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.

[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.27r2=1.28diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u

[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.26r2=1.27diff_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

[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

[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.20r2=1.21diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u

[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.18r2=1.19diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u

[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

[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)

[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