#
960e5cde |
| 14-Mar-2017 |
Jakub Zelenka |
Replace NEWS entry for #74159 with #72333 The #74159 is duplicate |
#
c74bc87c |
| 14-Mar-2017 |
Sara Golemon |
Minor optimizations to array_keys()/array_values() array_values(): When the input is an empty array or a packed array with no gaps, return the original array. array_keys():
Minor optimizations to array_keys()/array_values() array_values(): When the input is an empty array or a packed array with no gaps, return the original array. array_keys(): When the input is an empty array, return the original array. When the input is a packed array with no holes (and no search key specified), populate the return with a simple range(0, count($input) - 1)
show more ...
|
#
fbf0e058 |
| 10-Mar-2017 |
andrewnester |
Implement FR #74217: deterministic sqlite functions |
#
280e8daf |
| 10-Mar-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
29ee3e3c |
| 09-Mar-2017 |
Nikita Popov |
Fixed bug #73960 |
#
7cb3e901 |
| 09-Mar-2017 |
Sara Golemon |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Add NEWS entry for bab0b99f
|
#
9b16d4c9 |
| 09-Mar-2017 |
Sara Golemon |
Add NEWS entry for bab0b99f |
#
305f3c2b |
| 09-Mar-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
177f87cf |
| 09-Mar-2017 |
Nikita Popov |
Fixed bug #73370 If len=0 malloc() is allowed to return NULL. |
#
314ef0ff |
| 09-Mar-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
247ce052 |
| 09-Jun-2016 |
Thomas Orozco |
Fixed bug #71003: Add PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT |
#
6635639b |
| 09-Mar-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
b224e742 |
| 03-Jun-2016 |
mcq8 |
Fixed bug #72096 Swatch time value incorrect for dates before 1970 |
#
89e40398 |
| 09-Mar-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: Fix bug #74149 static embed SAPI linkage error
|
#
8599ce4f |
| 09-Mar-2017 |
Joe Watkins |
Fix bug #74149 static embed SAPI linkage error |
#
8f799137 |
| 02-Mar-2017 |
andrewnester |
Fixed bug #74058 Fall back from get_property_ptr_ptr to read_property if offsetGet is overridden. |
#
c082c92b |
| 02-Mar-2017 |
Anatol Belski |
sync NEWS for bug #74159 |
#
402eeb85 |
| 02-Mar-2017 |
Remi Collet |
Zip: add support for encrypted archive |
#
bf8c463f |
| 02-Mar-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
fab5ce34 |
| 27-Jan-2017 |
somedaysummer |
PHP bug #74004 Fix for DOMDocument loadHTML and loadHTMLFile ignore LIBXML_NOWARNING and LIBXML_NOERROR flags. |
#
1f9bdec0 |
| 02-Mar-2017 |
Christopher Jones |
Update NEWS |
#
9f09c810 |
| 02-Mar-2017 |
Christopher Jones |
Update NEWs |
#
e80ea04c |
| 02-Mar-2017 |
Christopher Jones |
Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated) This was a modification of an incomplete PR #2276. |
#
55bcef17 |
| 28-Feb-2017 |
Joe Watkins |
prepare 7.1.4 |
#
21a05b04 |
| 28-Feb-2017 |
Anatol Belski |
prepare next |