#
5a679341 |
| 10-Oct-2018 |
Nikita Popov |
Add UPGRADING notes [ci skip] |
#
54e152cb |
| 09-Oct-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #30875: xml_parse_into_struct() does not resolve entities
|
#
ebecf569 |
| 09-Oct-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #30875: xml_parse_into_struct() does not resolve entities
|
#
2845f859 |
| 09-Oct-2018 |
Christoph M. Becker |
Fix #30875: xml_parse_into_struct() does not resolve entities Setting up an empty default handler is not only useless, but actually harmful, since internal entity-references are not reso
Fix #30875: xml_parse_into_struct() does not resolve entities Setting up an empty default handler is not only useless, but actually harmful, since internal entity-references are not resolved anymore. From the libexpat docs[1]: | Setting the handler with this call has the side effect of | turning off expansion of references to internally defined general | entities. Instead these references are passed to the default | handler. [1] <https://www.xml.com/pub/1999/09/expat/reference.html#setdefhandler>
show more ...
|
#
efb9ccc9 |
| 09-Oct-2018 |
Christoph M. Becker |
[ci skip] Update NEWS |
#
3d4167c3 |
| 09-Oct-2018 |
Christoph M. Becker |
[ci skip] Update NEWS wrt. php-7.3.0RC3 tagging |
#
44d2c8c6 |
| 09-Oct-2018 |
Pierrick Charron |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
efa5674a |
| 09-Oct-2018 |
Pierrick Charron |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
f42d7bdd |
| 06-Oct-2018 |
Pierrick Charron |
Fixed bug #76965 INI_SCANNER_RAW doesn't strip trailing whitespace |
#
64881a1e |
| 08-Oct-2018 |
Pierrick Charron |
Add constants from curl 7.56 to 7.61 |
#
61787862 |
| 08-Oct-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #76954: apache_response_headers removes last character from header name
|
#
879c937a |
| 08-Oct-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #76954: apache_response_headers removes last character from header name
|
#
47b89bc5 |
| 02-Oct-2018 |
stodorovic |
Fix #76954: apache_response_headers removes last character from header name |
#
e68f60b0 |
| 08-Oct-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"
|
#
1b97f291 |
| 08-Oct-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"
|
#
c097acd5 |
| 11-Jul-2018 |
Adam Saponara |
Fix #75851: Year component overflow with date formats "c", "o", "r" and "y" |
#
849a896a |
| 06-Oct-2018 |
Christoph M. Becker |
[ci skip] Update NEWS and UPGRADING wrt. unbundling libsqlite |
#
0a6ddc77 |
| 05-Oct-2018 |
Michael Moravec |
Fix bug #76979: define() error message does not mention resources as valid values |
#
476fdf54 |
| 05-Oct-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
fec5786f |
| 05-Oct-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
aaf4cc05 |
| 05-Oct-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
aa376cc1 |
| 05-Oct-2018 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
fde2ae37 |
| 05-Oct-2018 |
Nikita Popov |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
bb4a2e8b |
| 04-Oct-2018 |
Manuel Mausz |
Fix #76972: FTP data truncation due to forceful ssl socket shutdown Do a correct bidirectional shutdown instead |
#
2e984dc7 |
| 04-Oct-2018 |
Pierrick Charron |
Update NEWS [ci skip] |