Printable Version of Topic

Click here to view this topic in its original format

Network Solutions Forums _ General nsHosting™ Questions / Feedback _ Php.ini

Posted by: betty Jun 2 2009, 09:49 PM

can I edit that file myself? or do I need to submit a request to you guys first?

Posted by: ThinkLocal_QA_Lead Jun 3 2009, 08:26 AM

Hi betty,

Checkout http://forums.networksolutions.com/script-help-perl-php-asp-net-f50-php-ini-t1246.html and
http://forums.networksolutions.com/script-help-perl-php-asp-net-f50-change-php-ini-file-t1505.html

Thanks
Joe

Posted by: Duane Jun 3 2009, 09:04 AM

QUOTE (betty @ Jun 2 2009, 10:59 PM) *
can I edit that file myself? or do I need to submit a request to you guys first?

When creating a custom php.ini, be sure to include the default PHP values that you are not changing.
Otherwise, it may cause issues like sessions not working properly.

Here are the current default values.
CODE
session.save_path = /data/tmp
upload_tmp_dir = /data/tmp
asp_tags = On
register_globals = On
safe_mode = Off
upload_max_filesize = 5M
output_buffering = 1024
mime_magic.magicfile = /usr/share/misc/file/magic.mime
memory_limit = 16M
include_path = .:/usr/services/vux/lib/php
allow_url_include = 1
allow_url_fopen = 1
extension_dir = /usr/services/vux/php5/lib/php/extensions
extension = "ZendOptimizer.so"

To edit the default PHP values:

Note: Modifications to the php.ini file are not supported by Network Solutions technical support. You may make changes to the php.ini file, but any changes to the php.ini file that are detrimental to the server's performance may result in a suspension of your hosting account.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)