INI_SET PHP
/**
Change the configuration option value to $value.
the php config will be changed only during the execution of the php script
*/
ini_set ( $option, $value );
Sorann