Test: /sapi/fpm/tests/fpm_get_status_basic.phpt - Version 7.4.7-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
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-Jun-2020 08:45:29] NOTICE: PHP message: PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/opcache.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/opcache.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/opcache.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/opcache.so.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: Failed loading Zend extension 'opcache.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/opcache.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/opcache.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/opcache.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0' 006+ 007+ Done 001- Test Start 002- array(15) { 003- ["pool"]=> 004- string(10) "unconfined" 005- ["process-manager"]=> 006- string(7) "dynamic" 007- ["start-time"]=> 008- int(%d) 009- ["start-since"]=> 010- int(%d) 011- ["accepted-conn"]=> 012- int(1) 013- ["listen-queue"]=> 014- int(0) 015- ["max-listen-queue"]=> 016- int(0) 017- ["listen-queue-len"]=> 018- int(%d) 019- ["idle-processes"]=> 020- int(0) 021- ["active-processes"]=> 022- int(1) 023- ["total-processes"]=> 024- int(1) 025- ["max-active-processes"]=> 026- int(1) 027- ["max-children-reached"]=> 028- int(0) 029- ["slow-requests"]=> 030- int(0) 031- ["procs"]=> 032- array(1) { 033- [0]=> 034- array(14) { 035- ["pid"]=> 036- int(%d) 037- ["state"]=> 038- string(7) "Running" 039- ["start-time"]=> 040- int(%d) 041- ["start-since"]=> 042- int(%d) 043- ["requests"]=> 044- int(1) 045- ["request-duration"]=> 046- int(%d) 047- ["request-method"]=> 048- string(3) "GET" 049- ["request-uri"]=> 050- string(%d) "%s" 051- ["query-string"]=> 052- string(0) "" 053- ["request-length"]=> 054- int(0) 055- ["user"]=> 056- string(1) "-" 057- ["script"]=> 058- string(%d) "%s" 059- ["last-request-cpu"]=> 060- float(0) 061- ["last-request-memory"]=> 062- int(0) 063- } 064- } 065- } 066- Test End 067- Done