Top "Php-ini" questions

PHP.

Set PDO to throw exceptions by default

I always want PDO to throw exceptions if an error occurs, as I always use PDO like so: try { $dbh = …

php mysql pdo php-ini
php 7 unable to initialize sqlsrv

I searched all day to find out a solution for sqlsrv dll on php 7 VC14 x64 Thread Safe and i …

dll sqlsrv php-ini php-7
Remove server info and PHP info from response header

How can i prevent server info and php info to be displayed in response header

apache php-ini
PHP Enable bz2 Extension In Php.ini

I an trying to download a file using composer in php, but the file needs to be decompress with bzipped. …

php composer-php php-ini bzip2
Where are php's extensions .so files located?

I opened some some ini files like mysqli.ini , mysql.ini , pdo_mysql.ini. Inside those files there is an .…

php mysql mysqli php-ini .so
PHP - date() vs. date.timezone / date_default_timezone_set()

I've just got a new computer, and I've been setting up PHP/MySQL/databases etc... I think I'm just about …

php date warnings php-ini
Enable opcache for php in wamp

I try to enable opcache on wamp but it doesnt work. I changed the settings like this : [opcache] zend_extension=…

php wamp php-ini opcache
Config php ini file for upload files

I have a page for upload files, In .htaccess file I have this: php_value upload_max_filesize 40M php_…

php file-upload php-ini
dll in php "the specified module could not be found"

I am having trouble with PHP extensions. I am trying to run a script and nothing happens then I checked …

php config php-ini
PHP 5.3: "Declaration of ... should be compatible with that of ..." error

After having upgraded to PHP 5.3, my application was inundated with "Declaration of ... should be compatible with that of ..." style errors. …

error-handling php php-ini