PHP  
 PHP_HEAD
downloads | QA | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
 

Valgrind Report for ext/ftp/tests/002.phpt ('FTP login (SSL)')

Script

1: <?php
2: $ssl 
1;
3: require 
'server.inc';
4:
5:
$ftp ftp_ssl_connect('127.0.0.1'$port);
6: if (!
$ftp) die("Couldn't connect to the server");
7:
8:
var_dump(ftp_login($ftp'user''pass'));
9:
var_dump(ftp_raw($ftp'HELP'));
10:
var_dump(ftp_raw($ftp'HELP HELP'));
11:
12:
var_dump(ftp_close($ftp));
13:
?>
14:

Report

==31948== Syscall param write(buf) points to uninitialised byte(s)
==31948==    at 0xD1D6650: __write_nocancel (in /lib64/libc-2.12.so)
==31948==    by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x9282331: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F9622E: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==  Address 0x154489cb is 11 bytes inside a block of size 4,096 alloc'd
==31948==    at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==31948==    by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x92821CD: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x927F63C: BIO_set (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x927F6B9: BIO_new (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8FABA0C: ssl_init_wbio_buffer (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E20C: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F90861: ssl3_get_client_key_exchange (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9195F: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F90C2C: ssl3_get_client_key_exchange (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9195F: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C567: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B674: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B613: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B732: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B6D2: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B6DB: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==31946==    by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==31946==    by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B718: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B528: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29A99: memcpy (mc_replace_strmem.c:124)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29BF8: memcpy (mc_replace_strmem.c:127)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29AF9: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B0B: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B10: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29B1D: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B1B: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B5E: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B55F: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B540: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F8E193: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F8E1E1: ssl3_get_cert_verify (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918AF: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9B4BD: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9BC04: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9BC91: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29CA5: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29CAB: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29CCC: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29CD4: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29CD8: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29CF5: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9BD6A: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9155C: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==31946==    by 0x927EA30: BUF_MEM_grow (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F901A7: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==31946==    by 0x927EA30: BUF_MEM_grow (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F901A7: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x92344EE: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x92344EE: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x9234572: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x9234572: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x923685E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x923685E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x92368E2: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x92368E2: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F90120: ssl3_send_newsession_ticket (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F91766: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2AC55: memset (mc_replace_strmem.c:1008)
==31946==    by 0x9234316: MD5_Final (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x928CBA2: EVP_DigestFinal_ex (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8FA216A: tls1_final_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BF04: ssl3_send_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2AC55: memset (mc_replace_strmem.c:1008)
==31946==    by 0x9236676: SHA1_Final (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x928CBA2: EVP_DigestFinal_ex (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8FA216A: tls1_final_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BF04: ssl3_send_finished (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9BE39: ssl3_do_write (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F918FC: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946== 
==31946== Syscall param write(buf) points to uninitialised byte(s)
==31946==    at 0xD1D6650: __write_nocancel (in /lib64/libc-2.12.so)
==31946==    by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x9282331: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8F91828: ssl3_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946==    by 0xC49839: zif_stream_socket_enable_crypto (streamsfuncs.c:1527)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==  Address 0x15458b1f is 31 bytes inside a block of size 4,096 alloc'd
==31946==    at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==31946==    by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x92821CD: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x927F63C: BIO_set (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x927F6B9: BIO_new (in /usr/lib64/libcrypto.so.1.0.0)
==31946==    by 0x8FABA0C: ssl_init_wbio_buffer (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9D3F1: ssl23_get_client_hello (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9D8B2: ssl23_accept (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FB51A: php_openssl_enable_crypto (xp_ssl.c:480)
==31946==    by 0x4FC894: php_openssl_sockop_set_option (xp_ssl.c:759)
==31946==    by 0xD5EE6C: _php_stream_set_option (streams.c:1353)
==31946==    by 0xD76230: php_stream_xport_crypto_enable (transports.c:384)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C567: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B671: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B674: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B613: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B622: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B69B: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B6D2: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B6DB: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C2AC7C: memset (mc_replace_strmem.c:1008)
==31948==    by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C2ACA8: memset (mc_replace_strmem.c:1008)
==31948==    by 0x927E8D3: BUF_MEM_grow_clean (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F9B715: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B718: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B528: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29A99: memcpy (mc_replace_strmem.c:124)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29BF8: memcpy (mc_replace_strmem.c:127)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29AF9: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B0B: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B10: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29B1D: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B1B: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B38: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B5E: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B7B: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B55C: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B55F: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9B540: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x923461E: MD5_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x923698E: SHA1_Update (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F97C6F: ssl3_finish_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B59A: ssl3_get_message (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9BBCC: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9BC04: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9BC91: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31948==    by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29CA5: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29D0C: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29D0F: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29D11: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9BCC2: ssl3_get_finished (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F95BA9: ssl3_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9E1F7: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Syscall param write(buf) points to uninitialised byte(s)
==31948==    at 0xD1D6650: __write_nocancel (in /lib64/libc-2.12.so)
==31948==    by 0x9281154: ??? (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x927F306: BIO_write (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F991F3: ssl3_write_pending (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F99954: ssl3_write_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB480: my_send (ftp.c:1255)
==31948==    by 0x6FACDF: ftp_putcmd (ftp.c:1132)
==31948==    by 0x6F7AA8: ftp_login (ftp.c:308)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==  Address 0x154430eb is 11 bytes inside a block of size 17,584 alloc'd
==31948==    at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==31948==    by 0x922E9CD: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.0)
==31948==    by 0x8F9B24E: ssl3_setup_write_buffer (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9B3BF: ssl3_setup_buffers (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9DC1A: ssl23_connect (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6F79D8: ftp_login (ftp.c:297)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== 
==31946== More than 100 errors detected.  Subsequent errors
==31946== will still be recorded, but in less detail than before.
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F96703: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4FA481: php_openssl_sockop_read (xp_ssl.c:218)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4FA581: php_openssl_sockop_read (xp_ssl.c:228)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4FA771: php_openssl_sockop_read (xp_ssl.c:237)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5CBCE: php_stream_fill_read_buffer (streams.c:696)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5CE36: _php_stream_read (streams.c:738)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5CE57: _php_stream_read (streams.c:742)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29C23: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29C29: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29C50: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29C6C: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29C73: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29C76: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29C96: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5CEBA: _php_stream_read (streams.c:747)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5CF34: _php_stream_read (streams.c:762)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0xBA9713: zif_fread (file.c:1757)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x534FA3: php_pcre_exec (pcre_exec.c:6298)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x534FE8: php_pcre_exec (pcre_exec.c:6299)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x5369E5: php_pcre_exec (pcre_exec.c:6762)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x536AEA: php_pcre_exec (pcre_exec.c:6781)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x536ACC: php_pcre_exec (pcre_exec.c:6783)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x536AF0: php_pcre_exec (pcre_exec.c:6790)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x51DFA7: match (pcre_exec.c:3159)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x51E065: match (pcre_exec.c:3164)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x528B39: match (pcre_exec.c:4701)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x528BE5: match (pcre_exec.c:4706)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x5345D2: match (pcre_exec.c:5985)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x534676: match (pcre_exec.c:5990)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x516739: match (pcre_exec.c:2139)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5CC76: _php_stream_read (streams.c:713)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5C90F: php_stream_fill_read_buffer (streams.c:674)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5C988: php_stream_fill_read_buffer (streams.c:678)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2ACCA: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F99E8E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2ACD3: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2ACE6: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2ACEC: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C56F: tls1_cbc_remove_padding (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A117: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A11D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31946==    at 0x4C2AD10: memmove (mc_replace_strmem.c:1023)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A181: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A1AC: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C2AD: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2AD20: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31948== Conditional jump or move depends on uninitialised value(s)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    at 0x8F9C2D8: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C2FA: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C347: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x8F9C37E: ssl3_cbc_copy_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A6A1: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C604: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9C790: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9CA66: ssl3_cbc_digest_record (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8FA104D: tls1_mac (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F9A20E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2AD53: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xD5CA66: php_stream_fill_read_buffer (streams.c:686)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A22D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A333: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A36D: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A38E: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29A8A: memcpy (mc_replace_strmem.c:115)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29AAC: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29B8C: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29BB8: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29BD2: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9AB58: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F96703: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAF76: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAF31: ftp_readline (ftp.c:1159)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FADD0: ftp_readline (ftp.c:1160)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAE9A: ftp_readline (ftp.c:1171)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FADF4: ftp_readline (ftp.c:1163)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAE15: ftp_readline (ftp.c:1163)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAE64: ftp_readline (ftp.c:1167)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB084: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB0D9: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== 
==31948== More than 100 errors detected.  Subsequent errors
==31948== will still be recorded, but in less detail than before.
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB12A: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FB158: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB1A2: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB1F7: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB248: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7AE6: ftp_login (ftp.c:311)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x8F9AB0A: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29B53: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xE076C6: is_identical_function (zend_operators.c:1662)
==31946==    by 0xF7DCAE: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31483)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2A849: bcmp (mc_replace_strmem.c:931)
==31946==    by 0xE076FC: is_identical_function (zend_operators.c:1663)
==31946==    by 0xF7DCAE: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31483)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2A857: bcmp (mc_replace_strmem.c:931)
==31946==    by 0xE076FC: is_identical_function (zend_operators.c:1663)
==31946==    by 0xF7DCAE: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31483)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2A87F: bcmp (mc_replace_strmem.c:931)
==31946==    by 0xE076FC: is_identical_function (zend_operators.c:1663)
==31946==    by 0xF7DCAE: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31483)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2A879: bcmp (mc_replace_strmem.c:931)
==31946==    by 0xE076FC: is_identical_function (zend_operators.c:1663)
==31946==    by 0xF7DCAE: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31483)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xE076FF: is_identical_function (zend_operators.c:1662)
==31946==    by 0xF7DCAE: ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31483)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB084: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7B70: ftp_login (ftp.c:319)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB0D9: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7B70: ftp_login (ftp.c:319)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB12A: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7B70: ftp_login (ftp.c:319)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FB158: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7B70: ftp_login (ftp.c:319)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB1A2: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7B70: ftp_login (ftp.c:319)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB1F7: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7B70: ftp_login (ftp.c:319)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB248: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7B70: ftp_login (ftp.c:319)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6F7BA0: ftp_login (ftp.c:323)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6F7BC3: ftp_login (ftp.c:323)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29B86: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29BA0: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29BAC: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29BD8: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29BDF: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29BEA: memcpy (mc_replace_strmem.c:878)
==31946==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31946==    by 0x4FA479: php_openssl_sockop_read (xp_ssl.c:216)
==31946==    by 0xD5CBB2: php_stream_fill_read_buffer (streams.c:692)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29C41: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C29C48: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29C4A: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C29C33: memcpy (mc_replace_strmem.c:878)
==31946==    by 0xD5CE85: _php_stream_read (streams.c:743)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x52903D: match (pcre_exec.c:4757)
==31946==    by 0x5128B1: match (pcre_exec.c:973)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x5290E9: match (pcre_exec.c:4762)
==31946==    by 0x5128B1: match (pcre_exec.c:973)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x534A9A: match (pcre_exec.c:6037)
==31946==    by 0x5128B1: match (pcre_exec.c:973)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x534B3E: match (pcre_exec.c:6042)
==31946==    by 0x5128B1: match (pcre_exec.c:973)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x51DFA7: match (pcre_exec.c:3159)
==31946==    by 0x534C38: match (pcre_exec.c:6060)
==31946==    by 0x5128B1: match (pcre_exec.c:973)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x51E065: match (pcre_exec.c:3164)
==31946==    by 0x534C38: match (pcre_exec.c:6060)
==31946==    by 0x5128B1: match (pcre_exec.c:973)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x516739: match (pcre_exec.c:2139)
==31946==    by 0x534C38: match (pcre_exec.c:6060)
==31946==    by 0x5128B1: match (pcre_exec.c:973)
==31946==    by 0x536BA4: php_pcre_exec (pcre_exec.c:6819)
==31946==    by 0x540DB9: php_pcre_match_impl (php_pcre.c:659)
==31946==    by 0x540793: php_do_pcre_match (php_pcre.c:553)
==31946==    by 0x541AF7: zif_preg_match (php_pcre.c:805)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2AD5E: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2ADB0: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2ADC1: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29BD8: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x4C29BDF: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C29BEA: memcpy (mc_replace_strmem.c:878)
==31948==    by 0x8F9AB37: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB084: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB0D9: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB12A: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FB158: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB1A2: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB1F7: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB248: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7C53: ftp_login (ftp.c:331)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6F7C83: ftp_login (ftp.c:334)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6F7CB0: ftp_login (ftp.c:337)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xE076FF: is_identical_function (zend_operators.c:1662)
==31946==    by 0xF7DBA1: ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31467)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB084: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7D31: ftp_login (ftp.c:343)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB0D9: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7D31: ftp_login (ftp.c:343)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB12A: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7D31: ftp_login (ftp.c:343)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FB158: ftp_getresp (ftp.c:1211)
==31948==    by 0x6F7D31: ftp_login (ftp.c:343)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB1A2: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7D31: ftp_login (ftp.c:343)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB1F7: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7D31: ftp_login (ftp.c:343)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6FB248: ftp_getresp (ftp.c:1217)
==31948==    by 0x6F7D31: ftp_login (ftp.c:343)
==31948==    by 0x6F1DED: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6F1DF0: zif_ftp_login (php_ftp.c:426)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xEB99CA: ZEND_JMPZ_SPEC_VAR_HANDLER (zend_execute.h:111)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xEB99E8: ZEND_JMPZ_SPEC_VAR_HANDLER (zend_execute.h:111)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0xE076C6: is_identical_function (zend_operators.c:1662)
==31946==    by 0xF7DBA1: ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER (zend_vm_execute.h:31467)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAF76: ftp_readline (ftp.c:1182)
==31948==    by 0x6F8583: ftp_raw (ftp.c:475)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAF31: ftp_readline (ftp.c:1159)
==31948==    by 0x6F8583: ftp_raw (ftp.c:475)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FADD0: ftp_readline (ftp.c:1160)
==31948==    by 0x6F8583: ftp_raw (ftp.c:475)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAE9A: ftp_readline (ftp.c:1171)
==31948==    by 0x6F8583: ftp_raw (ftp.c:475)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FADF4: ftp_readline (ftp.c:1163)
==31948==    by 0x6F8583: ftp_raw (ftp.c:475)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2AD64: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0x6F8583: ftp_raw (ftp.c:475)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6FAE64: ftp_readline (ftp.c:1167)
==31948==    by 0x6F8583: ftp_raw (ftp.c:475)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31946== Use of uninitialised value of size 8
==31946==    at 0x4C2AD78: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2AD90: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C28EB9: strlen (mc_replace_strmem.c:399)
==31948==    by 0xE18E8C: add_next_index_string (zend_API.c:1451)
==31948==    by 0x6F8447: ftp_raw (ftp.c:476)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x4C28EC8: strlen (mc_replace_strmem.c:399)
==31948==    by 0xE18E8C: add_next_index_string (zend_API.c:1451)
==31948==    by 0x6F8447: ftp_raw (ftp.c:476)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6F848A: ftp_raw (ftp.c:477)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31946== Conditional jump or move depends on uninitialised value(s)
==31946==    at 0x4C2ADAA: memmove (mc_replace_strmem.c:1023)
==31946==    by 0xD5C9E4: php_stream_fill_read_buffer (streams.c:679)
==31946==    by 0xD5CDF8: _php_stream_read (streams.c:735)
==31946==    by 0xBA96F5: zif_fread (file.c:1754)
==31946==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31946==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31946==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31946==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31946==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31946==    by 0xD33BB3: php_execute_script (main.c:2481)
==31946==    by 0xFCEB10: do_cli (php_cli.c:993)
==31946==    by 0xFD02BD: main (php_cli.c:1377)
==31946== 
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Use of uninitialised value of size 8
==31948==    at 0x6F8534: ftp_raw (ftp.c:477)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x6F8562: ftp_raw (ftp.c:477)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948==    by 0xFCEB10: do_cli (php_cli.c:993)
==31948==    by 0xFD02BD: main (php_cli.c:1377)
==31948== 
==31948== Syscall param write(buf) points to uninitialised byte(s)
==31948==    at 0xD1D6650: __write_nocancel (in /lib64/libc-2.12.so)
==31948==    by 0xFCC41E: sapi_cli_single_write (php_cli.c:273)
==31948==    by 0xFCC5AB: sapi_cli_ub_write (php_cli.c:308)
==31948==    by 0xD57D56: php_output_op (output.c:1079)
==31948==    by 0xD54C5A: php_output_write (output.c:255)
==31948==    by 0xC02EFC: php_var_dump (var.c:114)
==31948==    by 0xC02872: php_array_element_dump (var.c:51)
==31948==    by 0xE2AF3E: zend_hash_apply_with_arguments (zend_hash.c:772)
==31948==    by 0xC034CA: php_var_dump (var.c:146)
==31948==    by 0xC037DC: zif_var_dump (var.c:183)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==  Address 0x154613a0 is 0 bytes inside a block of size 56 alloc'd
==31948==    at 0x4C2794E: malloc (vg_replace_malloc.c:270)
==31948==    by 0xDBB998: _emalloc (zend_alloc.c:2427)
==31948==    by 0xDBC126: _estrndup (zend_alloc.c:2650)
==31948==    by 0xE18EC4: add_next_index_string (zend_API.c:1451)
==31948==    by 0x6F8447: ftp_raw (ftp.c:476)
==31948==    by 0x6F269B: zif_ftp_raw (php_ftp.c:546)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948==    by 0xD33BB3: php_execute_script (main.c:2481)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A4E0: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7565: ftp_quit (ftp.c:226)
==31948==    by 0x6F696C: zif_ftp_close (php_ftp.c:1355)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F9A51F: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7565: ftp_quit (ftp.c:226)
==31948==    by 0x6F696C: zif_ftp_close (php_ftp.c:1355)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F99F91: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7565: ftp_quit (ftp.c:226)
==31948==    by 0x6F696C: zif_ftp_close (php_ftp.c:1355)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 
==31948== Conditional jump or move depends on uninitialised value(s)
==31948==    at 0x8F99FA8: ssl3_read_bytes (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x8F966FF: ??? (in /usr/lib64/libssl.so.1.0.0)
==31948==    by 0x6FB71C: my_recv (ftp.c:1295)
==31948==    by 0x6FAF6E: ftp_readline (ftp.c:1182)
==31948==    by 0x6FB033: ftp_getresp (ftp.c:1206)
==31948==    by 0x6F7565: ftp_quit (ftp.c:226)
==31948==    by 0x6F696C: zif_ftp_close (php_ftp.c:1355)
==31948==    by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==31948==    by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==31948==    by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==31948==    by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==31948==    by 0xE1009E: zend_execute_scripts (zend.c:1316)
==31948== 

 

Generated at Mon, 10 Jun 2013 15:00:26 +0000 (9 days ago)

Copyright © 2005-2013 The PHP Group
All rights reserved.