#
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) |
Revision tags: php-4.4.9 |
|
#
e304515d |
| 02-Aug-2008 |
Felipe Pena |
- MFH: Added parameter TSRMLS_DC in zend_is_callable() |
#
617ab865 |
| 01-Aug-2008 |
Antony Dovgal |
MFH: fix int<->long mess causing lots of segfaults on x86_64 |
Revision tags: php-5.3.0alpha1 |
|
#
d9509f7a |
| 31-Jul-2008 |
Scott MacVicar |
Class rename to match Coding Standards |
#
76cf0f6e |
| 31-Jul-2008 |
Scott MacVicar |
Stray RETURN_TRUE value |
#
2b040f2d |
| 29-Jul-2008 |
Scott MacVicar |
MFH: Add freelist for tracking sqlite statements to free on implicit SQLite3::close() |
#
b8744bf3 |
| 28-Jul-2008 |
Scott MacVicar |
Fix error when fetchArray reaches the last row, and prototyp error |
#
92181575 |
| 26-Jul-2008 |
Jani Taskinen |
MFH: fix build |
#
96ea7313 |
| 26-Jul-2008 |
Jani Taskinen |
MFH: build fixes, cs, ws, etc. |