History log of /PHP-5.3/ext/sqlite3/sqlite3.c (Results 26 – 50 of 59)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.0RC1
# bc486b4c 17-Mar-2009 Scott MacVicar

MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3


Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3
# bdb3d432 18-Feb-2009 Ilia Alshanetsky

Removed unused var


Revision tags: php-5.2.9RC2
# 037400bb 10-Feb-2009 Scott MacVicar

The constructor should also throw exceptions, make this semi useful now.


Revision tags: php-5.2.9RC1
# 3a25c34a 28-Jan-2009 Scott MacVicar

Fix build on Windows


Revision tags: php-5.3.0beta1
# 8e2c587a 24-Jan-2009 Antony Dovgal

fix build


# 4159f911 24-Jan-2009 Scott MacVicar

MFH Add blobOpen method for reading binary blobs via streams.


# 5b79c375 20-Jan-2009 Scott MacVicar

MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist


# 4b02b12f 20-Jan-2009 Scott MacVicar

MFH Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised.


# 6d406cce 19-Jan-2009 Scott MacVicar

Fixed bug #47141 - Unable to fetch error messages after the database can't be opened.


# 96b1c50e 04-Jan-2009 Ilia Alshanetsky

Added missing initialization


# 08a25290 03-Jan-2009 Felipe Pena

MFH:
- Removed unnecessary repeated arginfos
- Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


# 3fb7f059 24-Dec-2008 Scott MacVicar

MFH Stop using sqlite3_aggregate_count() as this is now deprecated.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7
# 9983e268 28-Nov-2008 Felipe Pena

- MFH: Fixed memory leaks in createFunction and createAggregate methods


Revision tags: php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4
# 2295b682 20-Nov-2008 Pierre Joye

- MFH: declarations must be.. 1st


# 3919b16f 19-Nov-2008 Etienne Kneuss

MFH: Fix #46241 (stacked error_handlers, error_handling in general)


# c213742f 18-Nov-2008 Pierre Joye

- MFH: declaration has to be first...


# cd3f5c1f 17-Nov-2008 Scott MacVicar

MFH Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly.


# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 14982115 30-Sep-2008 Scott MacVicar

MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite


# 8b912cc4 15-Sep-2008 Scott MacVicar

Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)


# 9f40f815 12-Aug-2008 Felipe Pena

- MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)


123