Verify PHP Compiled With curl And libcurl Support On A CentOS Linux Server
Posted by alex in InsightsEvery now and then you will probably install an application that has a certain amount of prerequisites that you should verify on your server before beginning installation. Today I needed to verify that PHP was compiled with curl and/or libcurl support to install an application on a CentOS Linux server. I also needed to verify that PHP safe_mode was set to off and PHP register_globals was also set to off. The easiest way to verify PHP settings is to create a temporary PHP file that calls the phpinfo function and displays the results on a web page. Use the information below to verify that PHP is compiled with curl support on CentOS Linux or any other Linux server.
Tags: 7.15.5, CentOS, compiled, curl, libcurl, Linux, PHP, phpinfo, phpinfo.php, register_globals, safe_mode, server, support








Entries (RSS)