Jump to content

customer php.ini


Recommended Posts

hey guys...im trying to make a custom php.ini but im having some problems getting it to work.

 

 

i included the path to my custom php.ini in my .htaccess file


<IfModule mod_php5.c>
php_value include_path ".:/var/www/vhosts/bisi.bid/bisi.bid/private/config"
</IfModule>

then i put this in my http.conf

<Directory "/var/www/vhosts/bisi.bid/bisi.bid">
    AllowOverride All
</Directory>

now when testing and when i put in my customer php.ini

date.timezone = "Europe/London"

i get result of Europe/Athens

echo ini_get('date.timezone');

can anyone please tell me what i've done wrong please...thank you

Link to comment
Share on other sites

  • 4 weeks later...

i included the path to my custom php.ini in my .htaccess file


<IfModule mod_php5.c>
php_value include_path ".:/var/www/vhosts/bisi.bid/bisi.bid/private/config"
</IfModule>

 

No, what you did was tell PHP where it should search for files when you try to include them. Completely different thing.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.