File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ PHP NEWS
7
7
ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC). (Florian Engelhardt)
8
8
. Fix various missing NULL checks. (nielsdos, dstogov)
9
9
10
+ - FPM:
11
+ . Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval).
12
+ (Patrick Prasse)
13
+
10
14
- LibXML:
11
15
. Fixed test failures for libxml2 2.12.0. (nielsdos)
12
16
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ int fpm_status_export_to_zval(zval *status)
56
56
57
57
scoreboard_p = fpm_scoreboard_acquire (NULL , 1 );
58
58
if (!scoreboard_p ) {
59
- zlog (ZLOG_NOTICE , "[pool %s ] status: scoreboard already in use." , scoreboard_p -> pool );
59
+ zlog (ZLOG_NOTICE , "[pool (unknown) ] status: scoreboard already in use." );
60
60
return -1 ;
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments