Top "Php-ini" questions

PHP.

Where can I find php.ini?

A few years ago I installed Apache 2.2x and PHP 5.3.1 on a Linux server I maintain. I used .tar.gz's …

php linux php-ini
Increase max execution time for php

I have added set_time_limit(0); function to increase execution time but its executing only 2-3 minutes maximum. error_reporting(…

php .htaccess scripting php-ini
How to know which php.ini is used?

I search the path where the php.ini file is located in our Linux Ubuntu server, and I found many …

php php-ini
where can I find the php.ini for php-cli

It appears that the php command line is using a different php.ini from the main php interpreter. I am …

php php-ini
Edit php.ini file

I want to increase memory_limit ,max_input_time,max_execution_time in WAMP server. There is 3 php.ini files. 1. …

php wampserver php-ini
can't update php.ini file in Docker container

I'm trying to set Magento2 on Docker with Nginx & PHP7. I've added a custom php.ini file as recommended …

php nginx docker dockerfile php-ini
phpunit require_once() error

I recently installed phpunit on my server via the pear installer. When I go to run a test I get …

php installation phpunit filepath php-ini
What is the difference between local value and master value

When I display phpinfo(); i see two columns: local value and master value. When the web-server will choose local value …

php php-ini phpinfo
PHP out of memory error even though memory_limit not reached

I have just inherited a site with a PHP script that is consistently running out of memory at 117 MB. This …

memory php php-ini
PHP remove/fix module not found or already loaded warnings?

When i run a php script from the command line like below php test.php i get following output PHP …

php php-ini