#
a911df5d |
| 18-Nov-2016 |
Dmitry Stogov |
Revert "Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracing" This reverts commit 01239b0effbc1839aca6d03cdd4c3a0c1a509798. |
#
01239b0e |
| 18-Nov-2016 |
Dmitry Stogov |
Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracing |
#
07e395a0 |
| 17-Nov-2016 |
Adam Baratz |
Revert "Remove PDOStatement::activeQueryString()" This reverts commit 552c95750052a5c4879a9c67e2f2ec126567222c. |
#
0e03003d |
| 17-Nov-2016 |
Julien Pauli |
Updated NEWS |
#
344bc66b |
| 17-Nov-2016 |
Julien Pauli |
Updated NEWS |
#
c4f1c20d |
| 17-Nov-2016 |
Julien Pauli |
Updated NEWS |
#
552c9575 |
| 16-Nov-2016 |
Adam Baratz |
Remove PDOStatement::activeQueryString() |
#
1d8be7c0 |
| 16-Nov-2016 |
Mitch Hagstrand |
Fix #73546: Logging for opcache has an empty file name |
#
c5abb873 |
| 16-Nov-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
936cafe3 |
| 16-Nov-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
eb570294 |
| 16-Nov-2016 |
Christoph M. Becker |
Fix #73530: Unsetting result set may reset other result set Calling sqlite3_reset() when a result set object is freed can cause undesired and maybe even hard to track interference with o
Fix #73530: Unsetting result set may reset other result set Calling sqlite3_reset() when a result set object is freed can cause undesired and maybe even hard to track interference with other result sets. Furthermore, there is no need to call sqlite3_reset(), because that is implicitly called on SQLite3Stmt::execute(), and users are encouraged to explicitly call either SQLite3Result::finalize() or SQLite3Stmt::reset() anyway.
show more ...
|
#
bffbff7d |
| 16-Nov-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1 * 'PHP-7.1' of git.php.net:php-src: Fixed bug #73512 Fails to find firebird headers
|
#
86460af5 |
| 16-Nov-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #69090 (check cached files permissions)
|
#
a1a5b52f |
| 16-Nov-2016 |
Dmitry Stogov |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Fixed bug #69090 (check cached files permissions)
|
#
397bedcc |
| 16-Nov-2016 |
Remi Collet |
Fixed bug #73512 Fails to find firebird headers - use fb_config output instead of relying on hardoded path |
#
ecba563f |
| 16-Nov-2016 |
Dmitry Stogov |
Fixed bug #69090 (check cached files permissions) |
#
229024c7 |
| 16-Nov-2016 |
Xinchen Hui |
Fixed bug #73532 (Null pointer dereference in mb_eregi) |
#
1b547d2d |
| 16-Nov-2016 |
Joe Watkins |
news entry for #2196 |
#
41983a17 |
| 15-Nov-2016 |
Adam Baratz |
update NEWS |
#
a0502b89 |
| 14-Nov-2016 |
Andrea Faulds |
Convert numeric keys in object/array casts RFC: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts This converts key types as appropriate in object to array and arr
Convert numeric keys in object/array casts RFC: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts This converts key types as appropriate in object to array and array to object casts, as well as in get_object_vars().
show more ...
|
#
d6c36e9a |
| 14-Nov-2016 |
Christoph M. Becker |
Update to SQLite 3.15.1 |
#
5fbf5657 |
| 13-Nov-2016 |
Joe Watkins |
fix news |
#
057ae377 |
| 13-Nov-2016 |
Joe Watkins |
news entry for #1787 in 7.1 |
#
f77be645 |
| 13-Nov-2016 |
Joe Watkins |
news entry for #1787
|
#
77efe76b |
| 13-Nov-2016 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: news entry for #1787 move declaration of vars to top add test for #69587 fix bug #69587 DateInterval properties and iss
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: news entry for #1787 move declaration of vars to top add test for #69587 fix bug #69587 DateInterval properties and isset
show more ...
|