Test: /ext/openssl/tests/bug68920.phpt - Version 7.4.30        

Bug #68920 php_x509_fingerprint_match need stricter checks
Submitted: 2015-01-27 12:51:33 Modified: 2015-03-04 19:54:15
From: erik Assigned: rdlowrey
Status: Closed Package: OpenSSL related
PHP Version: 5.6.5 OS:

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

Count Diff
1 (6%)
001+ Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: winhost:9003 (through xdebug.client_host/xdebug.client_port) :-( 002+
1 (6%)
001+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /usr/src/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 002+ bool(false) 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 004+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /usr/src/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 11 005+ bool(false) 005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 007+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /usr/src/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 15 008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 009- 010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 011- 012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 010+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /usr/src/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 19 014- 015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 016- 017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 018- 019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 020- 021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 022- bool(false) 023- 024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 025- 026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 027- 028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 029- 030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 031- bool(false)
1 (6%)
001+ Warning: openssl_csr_new(): private key length is too short; it needs to be at least 384 bits, not 0 in /usr/local/src/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 128 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 003+ Warning: openssl_csr_new(): Unable to generate a private key in /usr/local/src/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 128 003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 005+ Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /usr/local/src/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 132 005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 006- bool(false) 007+ Fatal error: Uncaught Exception: Failed to create certificate in /usr/local/src/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc:135 008+ Stack trace: 009+ #0 %s/bug68920.php(46): CertificateGenerator->saveNewCertAsFileWithKey('bug68920', '/usr/local/src/...') 010+ #1 {main} 011+ thrown in /usr/local/src/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 135 008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 009- 010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 011- 012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 013- bool(false) 014- 015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 016- 017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 018- 019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 020- 021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 022- bool(false) 023- 024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 025- 026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 027- 028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 029- 030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 031- bool(false)
1 (6%)
001+ Warning: openssl_csr_new(): private key length is too short; it needs to be at least 384 bits, not 0 in /home/proger/setups/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 128 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 003+ Warning: openssl_csr_new(): Unable to generate a private key in /home/proger/setups/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 128 003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 005+ Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /home/proger/setups/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 132 005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 006- bool(false) 007+ Fatal error: Uncaught Exception: Failed to create certificate in /home/proger/setups/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc:135 008+ Stack trace: 009+ #0 %s/bug68920.php(46): CertificateGenerator->saveNewCertAsFileWithKey('bug68920', '/home/proger/se...') 010+ #1 {main} 011+ thrown in /home/proger/setups/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 135 008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 009- 010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 011- 012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 013- bool(false) 014- 015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 016- 017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 018- 019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 020- 021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 022- bool(false) 023- 024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 025- 026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 027- 028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 029- 030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 031- bool(false)
1 (6%)
001+ Warning: openssl_csr_new(): private key length is too short; it needs to be at least 384 bits, not 0 in /home/prod/installs/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 128 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 003+ Warning: openssl_csr_new(): Unable to generate a private key in /home/prod/installs/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 128 003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 005+ Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /home/prod/installs/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 132 005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 006- bool(false) 007+ Fatal error: Uncaught Exception: Failed to create certificate in /home/prod/installs/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc:135 008+ Stack trace: 009+ #0 %s/bug68920.php(46): CertificateGenerator->saveNewCertAsFileWithKey('bug68920', '/home/prod/inst...') 010+ #1 {main} 011+ thrown in /home/prod/installs/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 135 008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 009- 010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 011- 012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 013- bool(false) 014- 015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 016- 017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 018- 019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 020- 021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 022- bool(false) 023- 024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 025- 026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 027- 028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 029- 030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 031- bool(false)
1 (6%)
001+ Warning: openssl_csr_new(): Error signing request in /home/duke/tmp/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 62 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 003+ Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /home/duke/tmp/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 68 003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 005+ Warning: openssl_csr_sign(): cannot get cert from parameter 2 in /home/duke/tmp/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 132 005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 006- bool(false) 007+ Fatal error: Uncaught Exception: Failed to create certificate in /home/duke/tmp/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc:135 008+ Stack trace: 009+ #0 %s/bug68920.php(46): CertificateGenerator->saveNewCertAsFileWithKey('bug68920', '/home/duke/tmp/...') 010+ #1 {main} 011+ thrown in /home/duke/tmp/php-7.4.30/ext/openssl/tests/CertificateGenerator.inc on line 135 008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 009- 010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 011- 012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 013- bool(false) 014- 015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 016- 017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 018- 019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 020- 021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 022- bool(false) 023- 024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 025- 026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 027- 028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 029- 030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 031- bool(false)
1 (6%)
001+ PHP Warning: PHP Startup: curl: Unable to initialize module 002+ Module compiled with module API=20180731 003+ PHP compiled with module API=20190902 004+ These options need to match 005+ in Unknown on line 0 006+ PHP Warning: PHP Startup: gd: Unable to initialize module 007+ Module compiled with module API=20180731 008+ PHP compiled with module API=20190902 009+ These options need to match 010+ in Unknown on line 0 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 011- 012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 012+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 013+ bool(false) 014- 015+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 11 018+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 15 019+ bool(false) 021+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 19 023+ PHP Warning: stream_socket_accept(): accept failed: Connection timed out in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 10 015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 016- 017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 018- 019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 020- 021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 022- bool(false) 023- 024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 025- 026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 027- 028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 029- 030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 031- bool(false)
1 (6%)
001+ PHP Warning: PHP Startup: apcu: Unable to initialize module 002+ Module compiled with module API=20180731 003+ PHP compiled with module API=20190902 004+ These options need to match 005+ in Unknown on line 0 006+
1 (6%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/mongodb.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/mongodb.so: undefined symbol: _zval_ptr_dtor), /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/mongodb.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/mongodb.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 003+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 004+ bool(false) 003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 006+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 11 008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 009+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 15 010+ bool(false) 010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 011- 012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 012+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 19 014+ PHP Notice: fwrite(): write of 1 bytes failed with errno=32 Broken pipe in /root/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc on line 158 014- 015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 016- 017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 018- 019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 020- 021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 022- bool(false) 023- 024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 025- 026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 027- 028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 029- 030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 031- bool(false)
1 (6%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'memcached.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/memcached.so (libmemcached.so.11: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/memcached.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/memcached.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'mcrypt.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mcrypt.so (libmcrypt.so.4: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mcrypt.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mcrypt.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 003+ PHP Warning: failed loading cafile stream: `/usr/local/php/lib/kxyyf.com_bundle.pem' in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 10 004+ PHP Warning: stream_socket_accept(): Failed to enable crypto in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 10 005+ PHP Warning: stream_socket_accept(): accept failed: Success in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 10 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 011+ PHP Warning: failed loading cafile stream: `/usr/local/php/lib/kxyyf.com_bundle.pem' in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 11 012+ PHP Warning: stream_socket_accept(): Failed to enable crypto in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 11 013+ PHP Warning: stream_socket_accept(): accept failed: Success in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 11 014- 015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 015+ Warning: stream_socket_client(): Failed to enable crypto in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 11 016+ 017+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 11 018+ bool(false) 019+ PHP Warning: failed loading cafile stream: `/usr/local/php/lib/kxyyf.com_bundle.pem' in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 12 020+ PHP Warning: stream_socket_accept(): Failed to enable crypto in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 12 021+ PHP Warning: stream_socket_accept(): accept failed: Success in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 12 017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 018- 027+ PHP Warning: failed loading cafile stream: `/usr/local/php/lib/kxyyf.com_bundle.pem' in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 13 028+ PHP Warning: stream_socket_accept(): Failed to enable crypto in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 13 029+ PHP Warning: stream_socket_accept(): accept failed: Success in /opt/php-7.4.30/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 13 023- 024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d 025- 026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d 027- 028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d 029- 030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d 031- bool(false)
1 (6%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/curl (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/curl: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/curl.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'fileinfo' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/fileinfo (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/fileinfo: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/fileinfo.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/fileinfo.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 003+ PHP Warning: PHP Startup: Unable to load dynamic library 'gd2' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/gd2 (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/gd2: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/gd2.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/gd2.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 004+ PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/intl.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 005+ PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mbstring (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mbstring: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mbstring.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 006+ PHP Warning: PHP Startup: Unable to load dynamic library 'exif' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/exif (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/exif: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/exif.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/exif.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 007+ PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mysqli (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mysqli: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mysqli.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/mysqli.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 008+ PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/openssl (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/openssl: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/openssl.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 009+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/pdo_mysql (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/pdo_mysql: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/pdo_mysql.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/pdo_mysql.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 010+
1 (6%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'bz2' (tried: ext/bz2 (ext/bz2: cannot read file data: Is a directory), ext/bz2.so (ext/bz2.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: ext/curl (ext/curl: cannot read file data: Is a directory), ext/curl.so (ext/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 003+ PHP Warning: PHP Startup: Unable to load dynamic library 'fileinfo' (tried: ext/fileinfo (ext/fileinfo: cannot read file data: Is a directory), ext/fileinfo.so (ext/fileinfo.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 004+ PHP Warning: PHP Startup: Unable to load dynamic library 'gd2' (tried: ext/gd2 (ext/gd2: cannot open shared object file: No such file or directory), ext/gd2.so (ext/gd2.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 005+ PHP Warning: PHP Startup: Unable to load dynamic library 'imap' (tried: ext/imap (ext/imap: cannot read file data: Is a directory), ext/imap.so (ext/imap.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 006+ PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: ext/mbstring (ext/mbstring: cannot read file data: Is a directory), ext/mbstring.so (ext/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 007+ PHP Warning: PHP Startup: Unable to load dynamic library 'exif' (tried: ext/exif (ext/exif: cannot read file data: Is a directory), ext/exif.so (ext/exif.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 008+ PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: ext/mysqli (ext/mysqli: cannot read file data: Is a directory), ext/mysqli.so (ext/mysqli.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 009+ PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: ext/openssl (ext/openssl: cannot read file data: Is a directory), ext/openssl.so (ext/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 010+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: ext/pdo_mysql (ext/pdo_mysql: cannot read file data: Is a directory), ext/pdo_mysql.so (ext/pdo_mysql.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d 012+ Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in /usr/local/php74/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 013+
1 (6%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/src/apcu-5.1.21/modules/apcu.so' (tried: /usr/local/src/apcu-5.1.21/modules/apcu.so (/usr/local/src/apcu-5.1.21/modules/apcu.so: undefined symbol: _zval_ptr_dtor), /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902//usr/local/src/apcu-5.1.21/modules/apcu.so.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902//usr/local/src/apcu-5.1.21/modules/apcu.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+
1 (6%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php74/lib/php/extensions/no-debug-zts-20190902/gd.so' (tried: /usr/local/php74/lib/php/extensions/no-debug-zts-20190902/gd.so (/usr/local/php74/lib/php/extensions/no-debug-zts-20190902/gd.so: undefined symbol: executor_globals_offset), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902//usr/local/php74/lib/php/extensions/no-debug-zts-20190902/gd.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902//usr/local/php74/lib/php/extensions/no-debug-zts-20190902/gd.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+
1 (6%)
001+ PHP Warning: Module 'mysqli' already loaded in Unknown on line 0 002+
1 (6%)
001+ PHP Warning: Failed loading Zend extension 'xdebug.so' (tried: /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/xdebug.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/xdebug.so: cannot open shared object file: No such file or directory), /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/xdebug.so.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/xdebug.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'apcu.so' (tried: /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/apcu.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/apcu.so: cannot open shared object file: No such file or directory), /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/apcu.so.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/apcu.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 003+ PHP Warning: PHP Startup: Unable to load dynamic library 'igbinary.so' (tried: /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/igbinary.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/igbinary.so: cannot open shared object file: No such file or directory), /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/igbinary.so.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/igbinary.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 004+ PHP Warning: PHP Startup: Unable to load dynamic library 'msgpack.so' (tried: /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/msgpack.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/msgpack.so: cannot open shared object file: No such file or directory), /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/msgpack.so.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/msgpack.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 005+ PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/redis.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/redis.so: cannot open shared object file: No such file or directory), /usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/redis.so.so (/usr/local/php-7.4.X/lib/php/extensions/no-debug-zts-20190902/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 006+
1 (6%)
001+ Failed loading /full/path/to/opcache.so: /full/path/to/opcache.so: cannot open shared object file: No such file or directory 002+
1 (6%)
001+ Derived class Locr\OGR\Geometry is initialized before base class IGeometry: interface is ignored 002+