Top "Ini-set" questions

The ini_set() function is used to set PHP configuration options at runtime.

PHP: mail() function with runtime ini_set() for SMTP and SMTP_PORT not working on Linux

I have used a PHP code for Mailing using a SMTP HOST as given below: ini_set('SMTP','myserver'); ini_…

sendmail php ini-set
What are the reasons why PHP would echo errors, even with error_reporting(0)?

What are some reasons why PHP would force errors to show, no matter what you tell it to disable? I …

php error-reporting ini-set
passing session id via url

I'm trying to get my script to use url session id instead of cookies. The following page is not picking …

php url session ini-set
Can't disable error reporting in OpenCart (PHP)

I can't seem to disable error reporting in PHP - I have tried everything but "Notice" errors are still displayed. …

php opencart error-reporting ini-set
PHP increase memory_limit above 128M

I have running a Debian Squeeze with Standard Apache and PHP, installed via aptitude. No I try to run : <?…

php apache memory-limit suhosin ini-set
ini_set('post_max_size', '200M') did not work in php 5.4

ini_set('post_max_size', '200M') did not work in php 5.4 i had use following method. .htaccess , user.ini , …

php linux .htaccess php-5.4 ini-set
PHP ini_set session gc_maxlifetime not working

I am trying to set gc_maxlifetime in PHP. Here is the code in 'header.php', and I include it …

php session ini-set
Can't use ini_set because session is active

How can I fix this? Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's …

php session ini-set
ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in codeigniter

I'm using CI 3.1.10.In the index.php file i use development enviroment. MY controller When i try to access the …

codeigniter header ini-set
PHP Multi-Domain Sessions; ini_set Not Working?

I'm trying to set it up so if you log in to my website the session carries over to all …

php session dns ini-set