mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-7.2'
This commit is contained in:
commit
b592cd7b98
2 changed files with 5 additions and 0 deletions
4
NEWS
4
NEWS
|
@ -2,6 +2,10 @@ PHP NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
?? ??? ????, PHP 7.3.0alpha3
|
?? ??? ????, PHP 7.3.0alpha3
|
||||||
|
|
||||||
|
- Core:
|
||||||
|
. Fixed bug #76520 (Object creation leaks memory when executed over HTTP).
|
||||||
|
(Nikita)
|
||||||
|
|
||||||
- FPM:
|
- FPM:
|
||||||
. Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
|
. Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
|
||||||
non-blocking). (Nikita)
|
non-blocking). (Nikita)
|
||||||
|
|
|
@ -142,6 +142,7 @@ void init_executor(void) /* {{{ */
|
||||||
EG(in_autoload) = NULL;
|
EG(in_autoload) = NULL;
|
||||||
EG(autoload_func) = NULL;
|
EG(autoload_func) = NULL;
|
||||||
EG(error_handling) = EH_NORMAL;
|
EG(error_handling) = EH_NORMAL;
|
||||||
|
EG(flags) = EG_FLAGS_INITIAL;
|
||||||
|
|
||||||
zend_vm_stack_init();
|
zend_vm_stack_init();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue