Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
01050935 |
| 14-Oct-2015 |
Xinchen Hui |
Fixed Conditional jump or move depends on uninitialised value
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
6413ecb4 |
| 24-Sep-2015 |
Adam Harvey |
Fix a memory leak in sqlite3_do_callback. This was very, very obvious when using a debug build of PHP to build the manual! Fixes bug #70571 (Memory leak in sqlite3_do_callback).
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3 |
|
#
59e8eae4 |
| 09-Sep-2015 |
Xinchen Hui |
Useless ZVAL_UNDEF
|
Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
40ca0f19 |
| 07-Jul-2015 |
Rasmus Lerdorf |
SQLite3::open/__construct has 2 optional args
|
#
26471eb6 |
| 07-Jul-2015 |
Xinchen Hui |
Fixed bug #69972 (Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())
|
#
ed1b6487 |
| 03-Jul-2015 |
Aaron Piotrowski |
Switch position of ce in exception ce variable names
|
#
a812a74c |
| 03-Jul-2015 |
Aaron Piotrowski |
Change zend_exception_get_default() to zend_exception_ce
|
#
4a2e40bb |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2 |
|
#
0da4c34f |
| 22-Jun-2015 |
Kalle Sommer Nielsen |
Fixed bug #69897 (segfault when manually constructing SQLite3Result)
|
Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40 |
|
#
7649a35d |
| 08-Apr-2015 |
Dmitry Stogov |
Fixed access to uninitialized value (in case of exception)
|
#
122d7596 |
| 02-Apr-2015 |
Nikita Popov |
Always throw TypeException on throwing zpp failures Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to report FAILURE errors using a TypeException instead of a Warning,
Always throw TypeException on throwing zpp failures Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to report FAILURE errors using a TypeException instead of a Warning, like it would happen in strict mode. Adds a zend_parse_parameters_throw() convenience function, which invokes zpp with this flag. Converts all cases I could identify, where we currently have throwing zpp usage in constructors and replaces them with this API. Error handling is still replaced to EH_THROW in some cases to handle other, domain-specific errors in constructors.
show more ...
|
#
5ae20c62 |
| 06-Apr-2015 |
Stanislav Malyshev |
Fix bug #66550 (SQLite prepared statement use-after-free)
|
Revision tags: php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1 |
|
#
0c27a8eb |
| 06-Jan-2015 |
Danack |
Fix #68760: Fix freeing null segfault. Added test for behaviour.
|
#
1ec430d4 |
| 06-Jan-2015 |
Danack |
Fix #68760: Fix freeing null segfault. Added test for behaviour.
|
#
44f15b06 |
| 16-Feb-2015 |
Danack |
Stop trying to call the callback after it has thrown an exception. Also, as an exception has been thrown, there is no need to have a separate error message.
|
#
af3ca745 |
| 16-Feb-2015 |
Anatol Belski |
made ZEND_TSRMLS_CACHE_* macros look like function calls which also comply with the current semantics for such macros
|
#
9e70d767 |
| 04-Feb-2015 |
Dmitry Stogov |
Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced.
|
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year
|
Revision tags: php-5.6.5RC1 |
|
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal
|
#
dc810543 |
| 09-Jan-2015 |
Julien Pauli |
Fix bug #68260
|
#
92e11f22 |
| 06-Jan-2015 |
Danack |
Fix freeing null segfault. Added test for behaviour.
|
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things
|
Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1 |
|
#
aac7b1db |
| 16-Oct-2014 |
Anatol Belski |
converted ext/sqlite and ext/pdo_mysql to use static tsrmls cache
|