Overiding php.ini settings.
Posted by: monkphin
Posted on: 2007-02-13 15:00:00
According to my PHP info file, register_long_arrays is set to off on the php.ini file, it seems I can override this setting in a htaccess file, using the following: php_flag register_long_arrays on. WHere on the servers directory would I need to place this, also what is the correct formatting etc needed for this file?
Thanks.