About 28,400,000 results
Open links in new tab
  1. How can I find the php.ini file used by the command line?

    1133 Just run php --ini and look for Loaded Configuration File in the output for the location of php.ini used by your CLI.

  2. linux - Where can I find php.ini? - Stack Overflow

    I used this command and edited the php.ini file that it directed me too and my PHP settings were not changing and I realized it was not giving me the correct php.ini file. I tried using the phpinfo …

  3. How can I know which 'php.ini' file is used? - Stack Overflow

    Jan 28, 2013 · 88 I search the path where the php.ini file is located in our Linux Ubuntu server, and I found many php.ini files when executing the command find / -name php.ini. So how can I …

  4. How to locate the php.ini file (xampp) - Stack Overflow

    Sep 11, 2016 · I am using xamppserver for PHP development and want to edit the php.ini file; where can I locate it?

  5. How can I find my php.ini on wordpress? - Stack Overflow

    May 24, 2017 · I want to increase max execution time on my wordpress site. I know I should edit php.ini, but can't seem to find it! any tips?

  6. php.ini: which one? - Stack Overflow

    May 19, 2012 · fpm/php.ini will be used when PHP is run as FPM -- which is the case with an nginx installation. And you can check that calling phpinfo() from a php page served by your …

  7. How to change a 'php.ini' setting in a PHP file - Stack Overflow

    Set error_reporting by using function error_reporting. Go through the php.net manual. For the allow_call_time_pass_reference entry, it can be set in php.ini and httpd.conf. You can create a …

  8. Setting the Timezone for PHP in the php.ini file - Stack Overflow

    1) Go to your phpinfo() page and search for Loaded Configuration File and open the php.ini file mentioned under that section. 2) Change the default timezone settings by adding your new …

  9. How to correctly use `.user.ini`-file in PHP? - Stack Overflow

    Aug 24, 2015 · php --php-ini .user.ini index.php but I'd like it to be automatically read when running the script from a given folder.

  10. Where is the php.ini file on a Linux/CentOS PC? [duplicate]

    Jul 25, 2013 · I can't find PHP.ini location on my server. I've checked all Stack Overflow answers but I can't find my php.ini location. I have Linux, Cent OS, zPanel. Last version of PHP. My …