#
a7dbf5a2 |
| 10-May-2011 |
Adam Harvey |
Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() prototype.
|
#
a642b522 |
| 10-May-2011 |
Adam Harvey |
Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() prototype.
|
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1 |
|
#
29a82ceb |
| 07-Jan-2011 |
Felipe Pena |
- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.
|
#
d3e6f27a |
| 07-Jan-2011 |
Felipe Pena |
- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.
|
Revision tags: php-5.2.17 |
|
#
e1c1cc0e |
| 06-Jan-2011 |
Scott MacVicar |
Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched).
|
#
ef0a793f |
| 06-Jan-2011 |
Scott MacVicar |
Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched).
|
Revision tags: php-5.3.5 |
|
#
9e0c423b |
| 03-Jan-2011 |
Scott MacVicar |
Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur. Also fix a WS error.
|
#
aff978c2 |
| 03-Jan-2011 |
Scott MacVicar |
Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur. Also fix a WS error.
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
3870e587 |
| 31-Dec-2010 |
Scott MacVicar |
Add SQLite3_Stmt::readOnly for checking if a statement is read only
|
#
c9c0de49 |
| 31-Dec-2010 |
Scott MacVicar |
Add SQLite3_Stmt::readOnly for checking if a statement is read only
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4 |
|
#
26d7aafb |
| 03-Dec-2010 |
Felipe Pena |
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)
|
#
689d1d9e |
| 03-Dec-2010 |
Felipe Pena |
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)
|
Revision tags: php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1 |
|
#
ce96fd6b |
| 18-Nov-2010 |
Pierre Joye |
- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
|
Revision tags: php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2 |
|
#
6b990988 |
| 21-Jun-2010 |
Ilia Alshanetsky |
MFB: Implemented FR #51295 (SQLite3::busyTimeout not existing). (Mark)
|
#
bd8d4272 |
| 20-Jun-2010 |
Pierre Joye |
- #51295, SQLite3::busyTimeout not existing
|
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
f7d82d0e |
| 09-Jun-2010 |
Ilia Alshanetsky |
Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
|
#
b643e123 |
| 09-Jun-2010 |
Ilia Alshanetsky |
Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
|
#
c5237d82 |
| 24-May-2010 |
Dmitry Stogov |
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
|
#
cb303308 |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Merge safe_mode changes into extensions that are in sync in both branches
|
#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
show more ...
|
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.
|