Test: /ext/openssl/tests/bug77390.phpt - Version 7.2.15        

Bug #77390 feof might hang on TLS streams in case of fragmented TLS records
Submitted: 2018-12-31 15:53:30 Modified: 2019-01-17 18:15:52
From: kelunik Assigned: bukka
Status: Closed Package: OpenSSL related
PHP Version: 7.2.13 OS:

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

Count Diff
5 (25%)
001+ ** ERROR: process timed out **
001- string(0) ""
002- string(12) "hello, world"
4 (20%)
001- string(0) ""
2 (10%)
001+ Warning: openssl_x509_export_to_file(): cannot get cert from parameter 1 in /mnt/data/install/php/php-7.2.15/ext/openssl/tests/CertificateGenerator.inc on line 82
002+
001- string(0) ""
002- string(12) "hello, world"
003+ Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /mnt/data/install/php/php-7.2.15/ext/openssl/tests/CertificateGenerator.inc on line 100
004+
005+ Warning: openssl_x509_export(): cannot get cert from parameter 1 in /mnt/data/install/php/php-7.2.15/ext/openssl/tests/CertificateGenerator.inc on line 104
006+
007+ Warning: openssl_pkey_export(): cannot get key from parameter 1 in /mnt/data/install/php/php-7.2.15/ext/openssl/tests/CertificateGenerator.inc on line 107
008+
009+ ** ERROR: process timed out **
2 (10%)
001+ PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/opcache.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/opcache.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/opcache.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
002+ Failed loading /usr/local/php/lib/php/extensions/no-debug-zts-20170718/xdebug.so: /usr/local/php/lib/php/extensions/no-debug-zts-20170718/xdebug.so: undefined symbol: sapi_globals_id
003+ PHP Warning: PHP Startup: Unable to load dynamic library 'geoip.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/geoip.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/geoip.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/geoip.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/geoip.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 'ds.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/ds.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/ds.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/ds.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/ds.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
005+ PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/opcache.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/opcache.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/opcache.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
006+ Failed loading /usr/local/php/lib/php/extensions/no-debug-zts-20170718/xdebug.so: /usr/local/php/lib/php/extensions/no-debug-zts-20170718/xdebug.so: undefined symbol: sapi_globals_id
007+ PHP Warning: PHP Startup: Unable to load dynamic library 'geoip.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/geoip.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/geoip.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/geoip.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/geoip.so.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 'ds.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/ds.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/ds.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/ds.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/ds.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
1 (5%)
001+ PHP Warning: stream_socket_server(): unable to connect to ssl://127.0.0.1:10011 (Address already in use) in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 4
002+ PHP Warning: stream_socket_accept() expects parameter 1 to be resource, boolean given in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 7
001- string(0) ""
002- string(12) "hello, world"
003+ PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 8
004+
005+ Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
006+ error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 7
007+
008+ Warning: stream_socket_client(): Failed to enable crypto in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 7
009+
010+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Unknown error) in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 7
011+
012+ Warning: stream_set_blocking() expects parameter 1 to be resource, boolean given in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 8
013+
014+ Warning: stream_select(): supplied argument is not a valid stream resource in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 13
015+
016+ Warning: stream_select(): No stream arrays were passed in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 13
017+ PHP Notice: fwrite(): send of 38 bytes failed with errno=32 Broken pipe in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 27
018+ PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 11
019+ PHP Notice: fwrite(): send of 76 bytes failed with errno=32 Broken pipe in /usr/local/src/php7.2-build/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 27
020+
021+ ** ERROR: process timed out **
1 (5%)
001+ PHP Warning: PHP Startup: ssh2: Unable to initialize module
002+ Module compiled with module API=20160303
001- string(0) ""
002- string(12) "hello, world"
003+ PHP compiled with module API=20170718
004+ These options need to match
005+ in Unknown on line 0
006+ PHP Warning: PHP Startup: ssh2: Unable to initialize module
007+ Module compiled with module API=20160303
008+ PHP compiled with module API=20170718
009+ These options need to match
010+ in Unknown on line 0
011+ PHP Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0
012+ PHP Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0
013+ PHP Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:10011 (Connection refused) in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 3
014+
015+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 7
016+ PHP Warning: stream_set_blocking() expects parameter 1 to be resource, boolean given in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 4
017+
018+ Warning: stream_set_blocking() expects parameter 1 to be resource, boolean given in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 8
019+
020+ Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 13
021+
022+ Warning: stream_select(): No stream arrays were passed in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(118) : eval()'d code on line 13
023+ PHP Warning: stream_socket_accept(): accept failed: Connection timed out in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 10
024+ PHP Warning: stream_socket_accept(): accept failed: Connection timed out in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 7
025+ PHP Warning: stream_set_blocking() expects parameter 1 to be resource, boolean given in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 11
026+ PHP Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 14
027+ PHP Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 14
028+ PHP Warning: stream_select(): No stream arrays were passed in /usr/src/php/php-7.2.15/ext/openssl/tests/ServerClientTestCase.inc(107) : eval()'d code on line 14
1 (5%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql.so' (tried: /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/pdo_mysql.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/pdo_mysql.so: undefined symbol: executor_globals), /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/pdo_mysql.so.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/pdo_mysql.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 'memcached.so' (tried: /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/memcached.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/memcached.so: undefined symbol: compiler_globals), /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/memcached.so.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/memcached.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
001- string(0) ""
002- string(12) "hello, world"
003+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql.so' (tried: /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/pdo_mysql.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/pdo_mysql.so: undefined symbol: executor_globals), /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/pdo_mysql.so.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/pdo_mysql.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 'zip.so' (tried: /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/zip.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/zip.so: undefined symbol: executor_globals), /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/zip.so.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/zip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
005+ PHP Warning: PHP Startup: mailparse: Unable to initialize module
006+ Module compiled with build ID=API20170718,NTS
007+ PHP compiled with build ID=API20170718,TS
008+ These options need to match
009+ in Unknown on line 0
010+ PHP Warning: PHP Startup: Unable to load dynamic library 'memcached.so' (tried: /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/memcached.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/memcached.so: undefined symbol: compiler_globals), /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/memcached.so.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/memcached.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
011+ PHP Warning: PHP Startup: Unable to load dynamic library 'zip.so' (tried: /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/zip.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/zip.so: undefined symbol: executor_globals), /opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/zip.so.so (/opt/app/php/7.2.15/lib/php/extensions/no-debug-non-zts-20170718/zip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
012+ PHP Warning: PHP Startup: mailparse: Unable to initialize module
013+ Module compiled with build ID=API20170718,NTS
014+ PHP compiled with build ID=API20170718,TS
015+ These options need to match
016+ in Unknown on line 0
017+ string(0) ""
018+ string(12) "hello, world"
1 (5%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'msql.so' (tried: /usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/msql.so (/usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/msql.so: cannot open shared object file: No such file or directory), /usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/msql.so.so (/usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/msql.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
002+ PHP Warning: PHP Startup: gd: Unable to initialize module
001- string(0) ""
002- string(12) "hello, world"
003+ Module compiled with module API=20100525
004+ PHP compiled with module API=20170718
005+ These options need to match
006+ in Unknown on line 0
007+ PHP Warning: PHP Startup: Unable to load dynamic library 'msql.so' (tried: /usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/msql.so (/usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/msql.so: cannot open shared object file: No such file or directory), /usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/msql.so.so (/usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/msql.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
008+ PHP Warning: PHP Startup: gd: Unable to initialize module
009+ Module compiled with module API=20100525
010+ PHP compiled with module API=20170718
011+ These options need to match
012+ in Unknown on line 0
013+ string(0) ""
014+ string(12) "hello, world"
1 (5%)
001+ PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/opcache.so (/data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/opcache.so: undefined symbol: zend_post_startup_cb), /data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/opcache.so.so (/data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
002+ PHP Warning: PHP Startup: inotify: Unable to initialize module
001- string(0) ""
002- string(12) "hello, world"
003+ Module compiled with module API=20180731
004+ PHP compiled with module API=20170718
005+ These options need to match
006+ in Unknown on line 0
007+ PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/redis.so (/data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/redis.so: undefined symbol: zend_string_init_interned), /data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/redis.so.so (/data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
008+ PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/opcache.so (/data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/opcache.so: undefined symbol: zend_post_startup_cb), /data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/opcache.so.so (/data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
009+ PHP Warning: PHP Startup: inotify: Unable to initialize module
010+ Module compiled with module API=20180731
011+ PHP compiled with module API=20170718
012+ These options need to match
013+ in Unknown on line 0
014+ PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/redis.so (/data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/redis.so: undefined symbol: zend_string_init_interned), /data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/redis.so.so (/data/php-fpm/lib/php/extensions/no-debug-non-zts-20180731/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
015+ string(0) ""
016+ string(12) "hello, world"
1 (5%)
001+ Failed loading /usr/local/lib/php/extensions/no-debug-zts-20131226/opcache.so: /usr/local/lib/php/extensions/no-debug-zts-20131226/opcache.so: undefined symbol: zend_opcode_handlers
002+ Failed loading /usr/local/lib/php/extensions/no-debug-zts-20131226/opcache.so: /usr/local/lib/php/extensions/no-debug-zts-20131226/opcache.so: undefined symbol: zend_opcode_handlers
001- string(0) ""
002- string(12) "hello, world"
003+ PHP Warning: PHP Startup: memcache: Unable to initialize module
004+ Module compiled with module API=20131226
005+ PHP compiled with module API=20170718
006+ These options need to match
007+ in Unknown on line 0
008+ PHP Warning: PHP Startup: memcache: Unable to initialize module
009+ Module compiled with module API=20131226
010+ PHP compiled with module API=20170718
011+ These options need to match
012+ in Unknown on line 0
013+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so' (tried: /usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so (/usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so: undefined symbol: zval_used_for_init), .///usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so.so (.///usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
014+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so' (tried: /usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so (/usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so: undefined symbol: zval_used_for_init), .///usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so.so (.///usr/local/lib/php/extensions/no-debug-zts-20131226/rar.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
015+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so' (tried: /usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so (/usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so: undefined symbol: zval_used_for_init), .///usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so.so (.///usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
016+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so' (tried: /usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so (/usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so: undefined symbol: zval_used_for_init), .///usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so.so (.///usr/local/lib/php/extensions/no-debug-zts-20131226/zip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
017+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so' (tried: /usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so (/usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so: undefined symbol: zval_used_for_init), .///usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so.so (.///usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
018+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so' (tried: /usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so (/usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so: undefined symbol: zval_used_for_init), .///usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so.so (.///usr/local/lib/php/extensions/no-debug-zts-20131226/geoip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
019+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so' (tried: /usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so (/usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so: undefined symbol: zval_used_for_init), .///usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so.so (.///usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
020+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so' (tried: /usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so (/usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so: undefined symbol: zval_used_for_init), .///usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so.so (.///usr/local/lib/php/extensions/no-debug-zts-20131226/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
021+ string(0) ""
022+ string(12) "hello, world"
1 (5%)
001+ Cannot load Xdebug - it was built with configuration API320170718,NTS, whereas running engine is API320170718,NTS,debug
002+ Cannot load Xdebug - it was built with configuration API320170718,NTS, whereas running engine is API320170718,NTS,debug