mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Merge branch 'PHP-8.2' into PHP-8.3
This commit is contained in:
commit
c74fc4c5b0
4
NEWS
4
NEWS
@ -7,6 +7,10 @@ PHP NEWS
|
||||
ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC). (Florian Engelhardt)
|
||||
. Fix various missing NULL checks. (nielsdos, dstogov)
|
||||
|
||||
- FPM:
|
||||
. Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval).
|
||||
(Patrick Prasse)
|
||||
|
||||
- LibXML:
|
||||
. Fixed test failures for libxml2 2.12.0. (nielsdos)
|
||||
|
||||
|
@ -56,7 +56,7 @@ int fpm_status_export_to_zval(zval *status)
|
||||
|
||||
scoreboard_p = fpm_scoreboard_acquire(NULL, 1);
|
||||
if (!scoreboard_p) {
|
||||
zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in use.", scoreboard_p->pool);
|
||||
zlog(ZLOG_NOTICE, "[pool (unknown)] status: scoreboard already in use.");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user