From: Alex B. <en...@tu...> - 2001-05-19 21:55:14
|
> Is there anyway around having to add all of the php_value's in your > httpd.conf > or in an .htaccess, or actually changing your php.ini to the way binarycloud > needs them to be ? you can add this to the prepends: ini_set(magic_quotes_gpc, off); ini_set(variables_order, "GPCS"); ini_set(short_open_tag, true); ini_set(session.name, session); ini_set(session.entropy_length, 16); ini_set(default_charset, 'iso-8859-1'); ini_set(register_argc_argv, off); ini_set(allow_call_time_pass_by_reference, true); that's a direct copy out of r2, which does all of its own environment setup. when you do an r2 install, (assuming you have the modules it needs) you will be able to just drop it into htdocs. :) _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |