Copy the Code code as follows:
Yum-y Install OpenSSL
/usr/local/bin/is the installation directory for PHP
Switch to the Etx/openssl directory of the PHP installation directory
Cd/root/soft/php-5.2.8/ext/openssl
Copy the Code code as follows:
/usr/local/bin/phpize
Cannot find CONFIG.M4.
Make sure this you run '/usr/local/bin/phpize ' in the top level source directory of the module
View the OpenSSL directory with a config.w32 and config0.m4, renaming config0.m4 to CONFIG.M4.
MV Config0.m4 CONFIG.M4
Perform:
Copy the Code code as follows:
/usr/local/bin/phpize
Compile:
Copy the Code code as follows:
./configure--with-openssl--with-php-c/local/bin/php-config
Make;make Install
After the prompt is successful, add extension = openssl.so in the php.ini
Restart Apache or PHP-FPM to complete.
PS: Why the directory is CONFIG0.M4, not config.m4, do not understand.
Pcre, zlib and other modules in the directory is also CONFIG0.M4.
The above describes the OpenSSL vulnerability does not recompile PHP for PHP to add the OpenSSL module, including the OpenSSL vulnerability content, I hope the PHP tutorial interested in a friend helpful.