Top "Php-ini" questions

PHP.

How to enable extension=fileinfo.so in my shared hosting?

"PHP Fileinfo extension must be installed/enabled to use Intervention Image " This error message is showing when I was upload …

php .htaccess laravel shared-hosting php-ini
ini_set/ini_get memory_limit restoring memory php

I am writing a script, where I need to set memory limit to something very high at a certain point. …

php php-ini
ini_set('memory_limit', ...) doesn't work and returns false; can't figure out why

ini_set('memory_limit', '128M'); // Returns false; memory_limit unchanged I wasn't able to find a list of things …

php apache php-ini
Extending the Session in PHP with gc_maxlifetime not working

I have the following code to extend my $_SESSION[] variables. They expire after around 2-3 hours. I tried to extend …

php session php-ini
PHP Sql Server PDOException:could not find driver

My server is a Windows 2008 server. PHP Version 7.2.7 is installed and running. Sql Server 11 (64 bit) is installed and is working (…

php sql-server php-extension php-ini
what are the alternatives for php://input and $HTTP_RAW_POST_DATA when file_get_contents and always_populate_raw_post_data are disabled

My hosting comp has disabled all the socket functionality except curl. They are so irresponsible on my questions for enabling …

http file-get-contents php-ini