#
ee797e7e |
| 10-Aug-2016 |
Yasuo Ohgaki |
Update NEWS and UPGRADING |
#
087dcd93 |
| 10-Aug-2016 |
Yasuo Ohgaki |
pull-request/1100 Request #65081 mb_chr() and mb_ord() Added test cases and little optimization.
|
#
b50a4a48 |
| 09-Aug-2016 |
Christoph M. Becker |
Class constant visibility modifiers are now supported |
#
f706897f |
| 07-Aug-2016 |
Christoph M. Becker |
Implement #38992: invoke() and invokeArgs() static method calls should match We don't want ReflectionMethod::invoke() to simply ignore its first argument, if the method to invoke is a st
Implement #38992: invoke() and invokeArgs() static method calls should match We don't want ReflectionMethod::invoke() to simply ignore its first argument, if the method to invoke is a static method. Instead we match its ZPP with that of ReflectionMethod::invokeArgs(). Furthermore, we apply the DRY principle by factoring out the code to a common helper function to prevent inadvertent future divergence of the implementations of both methods. As can be seen from the necessity to adapt some test cases, this causes a BC break for some pathological cases. Therefore we apply this patch to PHP 7.1 only, which is still in beta phase.
show more ...
|
#
7cce4496 |
| 07-Aug-2016 |
Kalle Sommer Nielsen |
Note about the recent change to the WSA version check on Windows |
#
b944a7a5 |
| 06-Aug-2016 |
Kalle Sommer Nielsen |
NEWS + UPGRADING for recent EXIF additions |
#
67786d34 |
| 05-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.1'
|
#
03d03243 |
| 30-Jul-2016 |
ju1ius |
Fix #72711: `mb_ereg` does not clear the `$regs` parameter on failure When `mb_ereg` failed to match, it didn't update the `$regs` argument. Now it will always set it to the empty array. |
#
d9e4d511 |
| 05-Aug-2016 |
Kalle Sommer Nielsen |
NEWS and UPGRADING for recent fixes and additions to ext/exif |
#
1315a3dd |
| 28-Jul-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
942d6c14 |
| 28-Jul-2016 |
Pierrick Charron |
Add new curl functions in UPGRADING |
#
bf37b97d |
| 28-Jul-2016 |
Pierrick Charron |
Merge branch 'PHP-5.6' into PHP-7.0 Conflicts: ext/curl/interface.c
|
#
30a5ed3a |
| 28-Jul-2016 |
Pierrick Charron |
Fixed bug #71929 (CURLINFO_CERTINFO data parsing error). |
#
98d8c70a |
| 21-Jul-2016 |
Páll Haraldsson |
Typo.. [skip ci] |
#
ec97e78a |
| 19-Jul-2016 |
Anatol Belski |
update UPGRADING |
#
7f3375d5 |
| 18-Jul-2016 |
Anatol Belski |
make constant name more descriptive |
#
2170841e |
| 18-Jul-2016 |
Anatol Belski |
update NEWS and UPGRADING |
#
839dc42f |
| 17-Jul-2016 |
Jakub Zelenka |
Merge branch 'openssl_drop_ssl2'
|
#
a3a64369 |
| 17-Jul-2016 |
Jakub Zelenka |
Update NEWS and UPGRADING with info about dropping SSL2 |
#
ab834f47 |
| 17-Jul-2016 |
Leigh |
Merge RNG fixes RFC. PR #1986 * rng-fixes: Fix legacy mode RAND_RANGE and 32/64-bit consistency Fix crypt salt not being converted to b64 Make mode selection part of mt_sra
Merge RNG fixes RFC. PR #1986 * rng-fixes: Fix legacy mode RAND_RANGE and 32/64-bit consistency Fix crypt salt not being converted to b64 Make mode selection part of mt_srand() Use zend_bitset Improve array_rand distribution Fix some insecure usages of php_rand Alias rand to mt_rand Fix RAND_RANGE for mt_rand Fix mt_rand impl. Provide legacy impl. access. Split rand and mt_rand into separate files
show more ...
|
#
58294582 |
| 14-Jul-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
8bb3bd04 |
| 14-Jul-2016 |
Christoph M. Becker |
Fix bug #72596: imagetypes function won't advertise WEBP support We add the constant IMG_WEBP and make sure that WebP support is properly reported by imagetypes(). |
#
afd3e39d |
| 13-Jul-2016 |
Dmitry Stogov |
Fixed bug #29368 (The destructor is called when an exception is thrown from the constructor). |
#
c70f1fa6 |
| 11-Jul-2016 |
Julien Pauli |
Update for NEWS |
#
6442aac7 |
| 11-Jul-2016 |
Anatol Belski |
move the internal only info into UPGRADING.INTERNALS |