#
83497327 |
| 07-Jan-2018 |
Anatol Belski |
Implement high resolution monotonic timer function hrtime()
|
#
ec69cb66 |
| 04-Jan-2018 |
Xinchen Hui |
Added entry on UPGRADING
|
#
b2b2b437 |
| 25-Dec-2017 |
Nikita Popov |
Add _IS_NUMBER as cast_object() target type convert_scalar_to_number() will now call cast_object() with an _IS_NUMBER argument, in which case the cast handler should return either an
Add _IS_NUMBER as cast_object() target type convert_scalar_to_number() will now call cast_object() with an _IS_NUMBER argument, in which case the cast handler should return either an integer or floating point number, whichever is more appropriate. Previously convert_scalar_to_number() unconditionally converted objects to integers instead. Fixes bug #53033. Fixes bug #54973. Fixes bug #73108.
show more ...
|
#
688b9136 |
| 23-Dec-2017 |
Nikita Popov |
Fixed bug #54043
|
#
161fd757 |
| 19-Dec-2017 |
Nikita Popov |
Bump libcurl requirement to 7.12.1 The existence of the following functions is now guaranteed: * curl_reset() * curl_strerror() * curl_multi_strerror() * curl_share_strer
Bump libcurl requirement to 7.12.1 The existence of the following functions is now guaranteed: * curl_reset() * curl_strerror() * curl_multi_strerror() * curl_share_strerror() libcurl 7.12.1 has been released more than 13 years ago and is available even in RHEL 4.
show more ...
|
#
e5123055 |
| 18-Dec-2017 |
Nikita Popov |
Remove opcache.inherited_hack This ini directive has already been ignored since PHP 5.3.
|
#
a1d2bf83 |
| 18-Dec-2017 |
Nikita Popov |
Document removal of opcache.fast_shutdown [ci skip]
|
#
43d9f599 |
| 16-Dec-2017 |
Nikita Popov |
Fix duplicate NEWS entry Also add an UPGRADING note while at it, as this is potentially BC breaking. [ci skip]
|
#
fc80114a |
| 09-Dec-2017 |
Nikita Popov |
Add gmp_kronecker() Exposes the mpz_kronecker(), mpz_si_kronecker() and mpz_kronecher_si() for computing the Kronecker symbol.
|
#
10a336d3 |
| 09-Dec-2017 |
Nikita Popov |
Add gmp_perfect_power() Exposes the mpz_perfect_power_p() function. We already had the more specific gmp_perfect_square() function.
|
#
a1d36a11 |
| 09-Dec-2017 |
Nikita Popov |
Add gmp_lcm() Exposes mpz_lcm() and mpz_lcm_ui() for calculating the least common multiple. We already expose the somewhat complementary gmp_gcd() function.
|
#
7fea7967 |
| 09-Dec-2017 |
Nikita Popov |
Add gmp_binomial() Adds PHP bindings for mpz_bin_ui and mpz_bin_uiui, for calculating binomial coefficients.
|
#
6d4de4cf |
| 06-Oct-2017 |
David Walker |
Implement list() reference assignments Support list() reference assignments of the form: list(&$a, list(&$b, $c)) = $d; RFC: https://wiki.php.net/rfc/list_reference_ass
Implement list() reference assignments Support list() reference assignments of the form: list(&$a, list(&$b, $c)) = $d; RFC: https://wiki.php.net/rfc/list_reference_assignment
show more ...
|
#
9cdd547e |
| 06-Dec-2017 |
Nikita Popov |
Fixed bug #74372
|
#
9379b319 |
| 05-Nov-2017 |
Tyson Andre |
Fix typo in UPGRADING, should be oci_unregister_taf_callback See de65a2243f5e52ccafc69889ab0b64f4481c5358 which exposes the unregister functionality. [ci skip]
|
#
88e94a0b |
| 05-Nov-2017 |
Tyson Andre |
Mention spl_object_id in UPGRADING notes This was implemented in PR #2611
|
#
b66eeb36 |
| 02-Nov-2017 |
Anatol Belski |
Note to UPGRADING about Spoofchecker::setRestrictionLevel()
|
#
e8237705 |
| 22-Oct-2017 |
Andrea Faulds |
Merge JSON_THROW_ON_ERROR
|
#
cb9d81ef |
| 05-Oct-2017 |
Dmitry Stogov |
Refactored recursion pretection
|
#
b0d6d273 |
| 27-Sep-2017 |
Christoph M. Becker |
[ci skip] hash_hmac_algos() is new in PHP 7.2.0
|
#
c7a01774 |
| 19-Sep-2017 |
Jannes Jeising |
[ci skip] Fix more typos in UPGRADING
|
#
97bfc283 |
| 18-Sep-2017 |
Christoph M. Becker |
[ci skip] Update UPGRADING wrt. PR 2742
|
#
b5052f01 |
| 13-Sep-2017 |
Christoph M. Becker |
[ci skip] Fix typos in UPGRADING
|
#
d95221ec |
| 11-Sep-2017 |
Christoph M. Becker |
[ci-skip] Add missing UPGRADING entry for commit 0d0f7cd There is a respective entry in NEWS, but that would likely be missed by the doc team.
|
#
fd073020 |
| 07-Sep-2017 |
Nikita Popov |
Fixed bug #75170 This change may result in different mt_rand/rand sequences being generated on 64-bit systems for a specific seed. See also https://externals.io/message/100229.
|