#
8c396e0e |
| 24-Feb-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix imagesetinterpolation arginfo
|
#
a358211a |
| 24-Feb-2018 |
Gabriel Caruso |
Fix imagesetinterpolation arginfo imagesetinterpolation only requires one parameter. |
#
32df2b66 |
| 23-Feb-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #75873: pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)
|
#
78c1ef2a |
| 23-Feb-2018 |
Sam Ding |
Fix #75873: pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x) Cf. https://github.com/php/php-src/pull/3141. |
#
c6cf3d4a |
| 23-Feb-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix some arginfos
|
#
0b8cfa6c |
| 21-Feb-2018 |
Gabriel Caruso |
Fix some arginfos * all arguments for ftp_pasv are required * $varname for getenv function isn't required anymore * fsockopen and pfsockopen only require $hostname * strtok can w
Fix some arginfos * all arguments for ftp_pasv are required * $varname for getenv function isn't required anymore * fsockopen and pfsockopen only require $hostname * strtok can work with only one parameter * strpbrk needs two parameters to work * required parameters and add some parameters in openssl_* functions
show more ...
|
#
74ed42c1 |
| 20-Feb-2018 |
Johannes Schlüter |
Fix a memleak with mysqlnd and SSL |
#
190e97b6 |
| 20-Feb-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' * PHP-7.2: [ci skip] Sort recent NEWS entries alphabetically
|
#
6237bcd3 |
| 20-Feb-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: [ci skip] Sort recent NEWS entries alphabetically
|
#
65638174 |
| 20-Feb-2018 |
Christoph M. Becker |
[ci skip] Sort recent NEWS entries alphabetically |
#
e80e38ab |
| 20-Feb-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix openssl_* arginfos
|
#
276b5731 |
| 17-Feb-2018 |
Gabriel Caruso |
Fix openssl_* arginfos openssl_pkcs12_export and openssl_x509_parse had wrong arginfos |
#
114e5d02 |
| 17-Feb-2018 |
Xinchen Hui |
Update NEWS |
#
94e9d0a2 |
| 17-Feb-2018 |
Xinchen Hui |
Fixed bug #75961 (Strange references behavior) |
#
0674d677 |
| 16-Feb-2018 |
Nikita Popov |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
372bf8a9 |
| 16-Feb-2018 |
Nikita Popov |
Fixed bug #75969 Move NOP stripping out of zend_optimize_block: NOP stripping may move instructions, which may invalidate a Tsource shared across an extended basic block. |
#
1f0ea7fa |
| 13-Feb-2018 |
Joe |
bump versions |
#
51f2a580 |
| 11-Feb-2018 |
CHU Zhaowei |
Fixed bug #68406 calling var_dump on a DateTimeZone object modifies it |
#
8c1147b0 |
| 12-Feb-2018 |
Joe |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #68406 calling var_dump on a DateTimeZone object modifies it
|
#
070211b3 |
| 21-Sep-2017 |
jhdxr |
Fixed bug #68406 calling var_dump on a DateTimeZone object modifies it |
#
7554fd91 |
| 11-Feb-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #75857: Timezone gets truncated when formatted
|
#
f7069371 |
| 08-Feb-2018 |
Gabriel Caruso |
Fix #75857: Timezone gets truncated when formatted Use sizeof buffer instead of hard-coded lenghts |
#
ee3f3a9d |
| 10-Feb-2018 |
Nikita Popov |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
fddd7e38 |
| 07-Feb-2018 |
Pedro Lacerda |
Fixed bug #75928 |
#
78ed55d7 |
| 07-Feb-2018 |
Gabriel Caruso |
Fixed bug #74707 Several tidy functions receive a tidy object as mandatory parameter |