History log of /PHP-5.5/ext/sqlite3/sqlite3.c (Results 51 – 75 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# a94558c8 08-Dec-2009 Felipe Pena

- Added MAKE_COPY_ZVAL(ppzv, pzv) macro


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# 40521699 08-Jun-2009 Scott MacVicar

MFH make SQLite3::enableExceptions() return the previous value.


Revision tags: php-5.2.10RC1
# c4cf7a85 08-May-2009 Antony Dovgal

MFH: fix ZTS build


# bb31072d 07-May-2009 Felipe Pena

- Fix build


# 81e3b741 07-May-2009 Scott MacVicar

Print warning when using loadExtension on non cli, cgi and embeded


Revision tags: php-5.3.0RC2
# d13c0286 27-Apr-2009 Scott MacVicar

MFH Add the ability to enable exceptions rather than warnings for sqlite3, needed for pyrus.


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


1234