History log of /PHP-5.5/ext/sqlite3/sqlite3.c (Results 76 – 91 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# d584ed4a 25-Jul-2008 Scott MacVicar

SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well.


1234