I am using nginx + php-fpm + mysql to run web Services. I want to use codeigniter for php framework now. What extensions should I install for php? The current php version is PHP5.4.17 and the server is centos6. Now I use nginx + php-fpm + mysql to run the web service.
I want to use codeigniter for php framework now
So what extensions should I install for php? The current php version is PHP 5.4.17 and the server is centos6.
The problem has been disabled. cause:
Reply content:
I am using nginx + php-fpm + mysql to run web Services.
I want to use codeigniter for php framework now
So what extensions should I install for php? The current php version is PHP 5.4.17 and the server is centos6.
CI is known for its compatibility and "Zero Configuration". CI 1.x is even fully compatible with php4.
CodeIgniter is fully compatible with the PHP5 Standard Edition.
Install php and its common extensions ...... =
You really don't need to configure anything. Write the code first as needed, and add more when necessary.
Basically, you don't need to install extensions. You just need to install php.