#
7938ebf6 |
| 12-Aug-2016 |
Christoph M. Becker |
Fix #60665: call to empty() on NULL result using PDO::FETCH_LAZY returns false The has_property handler only checked whether a respective column name exists, but neither whether the colu
Fix #60665: call to empty() on NULL result using PDO::FETCH_LAZY returns false The has_property handler only checked whether a respective column name exists, but neither whether the column value is set, nor whether it is empty, respectively. We fix that to match the behavior of POD:FETCH_OBJ in particular and PHP in general.
show more ...
|
Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38 |
|
#
9452257b |
| 14-Jul-2016 |
Nikita Popov |
Fix leak in PDO row_get_ctor The __construct function name was leaked. Avoid this by simply throwing directly from row_get_ctor instead of indirecting through an actual __construct f
Fix leak in PDO row_get_ctor The __construct function name was leaked. Avoid this by simply throwing directly from row_get_ctor instead of indirecting through an actual __construct function.
show more ...
|
#
661b560c |
| 12-Jul-2016 |
Julien Pauli |
Merge branch 'PHP-7.0' * PHP-7.0: Updated NEWS Updated NEWS Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::P
Merge branch 'PHP-7.0' * PHP-7.0: Updated NEWS Updated NEWS Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT." Revert "Fix test for #52384" Conflicts: ext/pdo/pdo_stmt.c
show more ...
|
#
152d53c8 |
| 12-Jul-2016 |
Julien Pauli |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Updated NEWS Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_I
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Updated NEWS Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT." Revert "Fix test for #52384" Conflicts: ext/pdo/pdo_stmt.c
show more ...
|
#
82249812 |
| 12-Jul-2016 |
Julien Pauli |
Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT." This reverts commit 15336b44d95c41079438af8ac73f77ff893aee
Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT." This reverts commit 15336b44d95c41079438af8ac73f77ff893aeef7.
show more ...
|
#
1a7e39a4 |
| 12-Jul-2016 |
Julien Pauli |
Merge branch 'PHP-7.0' * PHP-7.0: Updated NEWS Updated NEWS Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INP
Merge branch 'PHP-7.0' * PHP-7.0: Updated NEWS Updated NEWS Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT. Conflicts: ext/pdo/pdo_stmt.c
show more ...
|
#
ec285762 |
| 12-Jul-2016 |
Julien Pauli |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Updated NEWS Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUT
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Updated NEWS Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT. Conflicts: ext/pdo/pdo_stmt.c
show more ...
|
Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23 |
|
#
15336b44 |
| 21-Jun-2016 |
Bishop Bettini |
Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT. |
#
323b2733 |
| 21-Jun-2016 |
Dmitry Stogov |
Fixed compilation warnings |
#
16160386 |
| 21-Jun-2016 |
Dmitry Stogov |
Added ZEND_ATTRIBUTE_FORMAT to some middind functions. "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers. |
Revision tags: php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6 |
|
#
6499162f |
| 28-Apr-2016 |
Dmitry Stogov |
- get rid of EG(scope). zend_get_executed_scope() should be used instead. - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change"
- get rid of EG(scope). zend_get_executed_scope() should be used instead. - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
show more ...
|
Revision tags: php-5.6.21, php-5.5.35 |
|
#
f0a2e8eb |
| 27-Apr-2016 |
Dmitry Stogov |
Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used. |
Revision tags: php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5 |
|
#
8bf5a60f |
| 21-Mar-2016 |
Julien Pauli |
Merge branch 'PHP-7.0' * PHP-7.0: Updated NEWS Updated NEWS Reworked Fix bug #52098 Fix bug #52098
|
#
5ba7b9af |
| 21-Mar-2016 |
Julien Pauli |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Updated NEWS Reworked Fix bug #52098 Fix bug #52098 Conflicts: ext/pdo/pdo_dbh.c ext/pdo/pdo
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Updated NEWS Reworked Fix bug #52098 Fix bug #52098 Conflicts: ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c
show more ...
|
#
d3d64b7c |
| 21-Mar-2016 |
Julien Pauli |
Reworked Fix bug #52098 |
Revision tags: php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
e541cd8e |
| 26-Sep-2015 |
Daniel Persson |
Fix bug #52098 |
#
5e2186e5 |
| 18-Mar-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' * PHP-7.0: Fixed pdo_stmt.c: zval* being passed into zend_parse_parameters_ex
|
#
5b8d0dc6 |
| 18-Mar-2016 |
Xinchen Hui |
Fixed pdo_stmt.c: zval* being passed into zend_parse_parameters_ex |
#
c67c166f |
| 02-Mar-2016 |
Dmitry Stogov |
Removed zend_fcall_info.symbol_table |
#
c9357f82 |
| 14-Feb-2016 |
Nikita Popov |
Format string fixes Conflicts: ext/pgsql/pgsql.c |
#
ed35de78 |
| 01-Jan-2016 |
Lior Kaplan |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Happy new year (Update copyright to 2016)
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016) |
#
d82ea930 |
| 22-Sep-2015 |
Dmitry Stogov |
Cleanup: removed deprecated commented code. Incorrect zval_dtor() usage replaced by zval_dtor_ptr(). |
Revision tags: php-5.6.14RC1, php-7.0.0RC3, 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 |
|
#
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, 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 |
|
#
70c86732 |
| 05-May-2015 |
Dmitry Stogov |
Use zend_string to represent pdo_column_data.name and avoid duplication. |