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