#
2eb159d5 |
| 29-Jul-2019 |
Nikita Popov |
Merge branch 'PHP-7.3' into PHP-7.4
|
#
72792976 |
| 29-Jul-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
d142dfc9 |
| 29-Jul-2019 |
Nikita Popov |
Fixed bug #78333 Don't dereference float/double values at unknown address, instead memcpy it into an aligned stack slot and dereference that. |
#
4ae807e8 |
| 29-Jul-2019 |
Nikita Popov |
Fixed bug #78344 When performing a constant visibility check during compilation we might be dealing with unlinked classes and as such should account for the possibility of unresolved
Fixed bug #78344 When performing a constant visibility check during compilation we might be dealing with unlinked classes and as such should account for the possibility of unresolved parents.
show more ...
|
#
9bfda013 |
| 29-Jul-2019 |
Nikita Popov |
Fixed bug #78340 Even if we know the file size, we still need to read in a loop in case the read call returns an incomplete result. This was less of an issue previously because
Fixed bug #78340 Even if we know the file size, we still need to read in a loop in case the read call returns an incomplete result. This was less of an issue previously because we did not use the "one large read" approach for non-plain stream wrappers.
show more ...
|
#
fec71e3f |
| 29-Jul-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78342: Bus error in configure test for iconv //IGNORE
|
#
585131f9 |
| 29-Jul-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #78342: Bus error in configure test for iconv //IGNORE
|
#
30eb4b35 |
| 29-Jul-2019 |
Christoph M. Becker |
Fix #78342: Bus error in configure test for iconv //IGNORE We have to check the return value of iconv_open() for error, to avoid that and potentially other undesired behavior of iconv(). |
#
5d3d2b98 |
| 25-Jul-2019 |
Matteo Beccati |
Addded missing NEWS/UPGRADING entries for PDO "??" escape |
#
126dd8e1 |
| 24-Jul-2019 |
Derick Rethans |
Update NEWS for 7.4.0beta2 |
#
5dae0eae |
| 24-Jul-2019 |
Derick Rethans |
Update NEWS for PHP 7.4.0beta1 |
#
a07e85f9 |
| 23-Jul-2019 |
Derick Rethans |
Update NEWS for 7.4.0beta2 |
#
2b540b2f |
| 23-Jul-2019 |
Derick Rethans |
Update NEWS for PHP 7.4.0beta1 |
#
1fa238a7 |
| 23-Jul-2019 |
Peter Kokot |
Update NEWS |
#
b42a13b0 |
| 23-Jul-2019 |
Peter Kokot |
Update NEWS |
#
8f384bea |
| 23-Jul-2019 |
Peter Kokot |
Update NEWS |
#
845d07b3 |
| 22-Jul-2019 |
Nikita Popov |
Add upgrading entries [ci skip] |
#
bdf24f8d |
| 23-Jan-2019 |
Maksim Nikulin |
Prevent use after free in fpm_event_epoll_wait epoll event backend does not guarantee that child input/output events are reported before SIGCHILD due to finished worker. While a bunch of
Prevent use after free in fpm_event_epoll_wait epoll event backend does not guarantee that child input/output events are reported before SIGCHILD due to finished worker. While a bunch of events received by epoll is being processed, child-related structures may be removed before dispatching of an I/O event for the same child. The result may be attempt to access to memory region allocated for another purpose, segfault of the master process, and unavailable web sites. Postpone processing of SIGCHILD events till other events in the same bunch are processed. Fix Bug #62418 php-fpm master process crashes Fix Bug #65398 Race condition between SIGCHLD and child stdout/stderr event leads to segfault Fix Bug #75112 php-fpm crashing, hard to reproduce Fix Bug #77114 php-fpm master segfaults in fpm_event_epoll_wait/fpm_event_fire Fix Bug #77185 Use-after-free in FPM master event handling
show more ...
|
#
a85e4d53 |
| 20-Jul-2019 |
Remi Collet |
Fixed bug #78314 (missing freetype support/functions with external gd) |
#
4a9f78f9 |
| 18-Jul-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
c8c183eb |
| 17-Jul-2019 |
Abyr Valg |
Fixed bug #77946 Save multi_info_read() result into easy handle. |
#
05752d3a |
| 17-Jul-2019 |
Sjon Hortensius |
Ref #77388: Don't pass BAD_ESCAPE_IS_LITERAL This option is considered dangerous and unwanted. To allow for more graceful migration don't error on now ignored X modifier. Closes
Ref #77388: Don't pass BAD_ESCAPE_IS_LITERAL This option is considered dangerous and unwanted. To allow for more graceful migration don't error on now ignored X modifier. Closes GH-4430.
show more ...
|
#
3f233803 |
| 18-Jul-2019 |
Christoph M. Becker |
Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip] |
#
79efd55f |
| 17-Jul-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
b864abfe |
| 17-Jul-2019 |
Nikita Popov |
Fixed bug #69100 |