By pietdemeester on
In the systems requirements, under the section for PHP, I read that some configuration directives are necessary for PHP. Those can be set by modifying the php.ini file
I have installed PHP via YaST on Suse Linux.
When I look for the location of the php.ini file.
I find 3 files: ./etc/php5/apache2/php.ini, ./usr/local/lib/php.ini and ./etc/php5/cli/php.ini
In phpinfo (http://localhost/~user), I see that the first one is loaded (loaded configuration file).
I wonder now, do I need to modify the other 2 as well, and keep them in synch later?
Comments
=-=
It may be benefical to copy one to the root of your drupal install and alter as needed.
The CLI one is 'Command Line
The CLI one is 'Command Line Interface' and is useful if you're thinking about running Drush (i.e. increase the memory limit to 128Mb as well as your normal php installations ini file).
Pobster
subscribing
subscribing