Top "Php-ini" questions

PHP.

Composer setup installation error

I'm trying to install Composer on Windows 7 and XAMPP, but getting those errors/messages when run installation setup. The PHP …

php composer-php failed-installation php-ini
setting max_input_vars PHP.ini directive using ini_set

Can I set the max_input_vars PHP.ini directive in my code? I have it set at the default 1000, …

php php-ini
max_input_time= -1 What is the exact meaning of -1?

I couldn't find this in the docs, but does: max_input_time = -1 means there is no limit? I find …

php php-ini
php.ini reload in php-cli

I have php script that must be runned from console (php-cli). But configuration of php.ini for php-cli was incorrect. …

php php-ini
Can't set default timezone in PHP

I've set this in my php.ini file, and restarted php5-fpm process date.timezone = "UTC" But phpinfo() script still …

php timezone php-ini
Change PHP version on server using either .htaccess or php.ini

How can I change the PHP version to 5.2 on a server using either an .htaccess of php.ini file?

php .htaccess php-ini
How can enable imap in php.ini

I was trying to install vtiger in my server for installing vtiger we need to enable imap I tried to …

php vtiger php-ini
sendmail_path in php.ini for unix [full name of email sender]

I have a Unix base server and a php base website on it. I am trying to set full name …

php email unix sendmail php-ini
PHP.ini location on El Capitan

Simple question: where is the correct PHP.INI location in Mac OSX El Capitan? I tried to update the one …

php apache osx-elcapitan php-ini
Xdebug Error: "Failed loading xdebug.so: xdebug.so: cannot open shared object file: No such file or directory"

I recently installed xdebug on my server but restricted it's use to our test site, which uses it's own php.…

php apache debugging xdebug php-ini