Test: /sapi/fpm/tests/socket-invalid-allowed-clients.phpt - Version 7.4.3    

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001+ ERROR: The NOTICE does not match expected message: 002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/ 003+ - MESSAGE: [19-Mar-2020 16:42:44] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92) 004+ - EXPECT: 'fpm is running, pid \d+' 005+ - ACTUAL: '2020 16:42:44] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)' 006+ ERROR: Unexpected line: [19-Mar-2020 16:42:44] NOTICE: ready to handle connections 007+ 008+ ERROR: Unexpected line: [19-Mar-2020 16:42:44] NOTICE: Terminating ... 009+ 010+ ERROR: Unexpected line: [19-Mar-2020 16:42:44] NOTICE: exiting, bye-bye! 011+ 001- Req: error
1 (50%)
001+ ERROR: The NOTICE does not match expected message: 002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/ 001- Req: error 002- Done 003+ - MESSAGE: [27-Mar-2020 15:43:13] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /usr/lib/php/modules/mbstring (/usr/lib/php/modules/mbstring: cannot open shared object file: No such file or directory), /usr/lib/php/modules/mbstring.so (/usr/lib/php/modules/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 004+ - EXPECT: 'fpm is running, pid \d+' 005+ - ACTUAL: 'PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /usr/lib/php/modules/mbstring (/usr/lib/php/modules/mbstring: cannot open shared object file: No such file or directory), /usr/lib/php/modules/mbstring.so (/usr/lib/php/modules/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0' 006+ ERROR: Unexpected line: [27-Mar-2020 15:43:13] NOTICE: ready to handle connections 007+ 008+ ERROR: The actual string(55) does not match expected string(37): 009+ - EXPECT: 'ERROR: There are no allowed addresses' 010+ - ACTUAL: 'ERROR: Wrong IP address 'xxx' in listen.allowed_clients' 011+ ERROR: The actual string(37) does not match expected string(37): 012+ - EXPECT: 'ERROR: Connection disallowed: IP addr' 013+ - ACTUAL: 'ERROR: There are no allowed addresses' 014+ Done