php.ini

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Troy

    php.ini

    Hi, I'm on a shared hosting and I can't modify PHP.ini file.
    They say I can modify httpd.conf, instead.

    How can I add the browscap.ini directive without modifying PHP.ini?

    Thanks.
  • Janwillem Borleffs

    #2
    Re: php.ini

    Troy wrote:[color=blue]
    > Hi, I'm on a shared hosting and I can't modify PHP.ini file.
    > They say I can modify httpd.conf, instead.
    >
    > How can I add the browscap.ini directive without modifying PHP.ini?
    >[/color]

    You could try adding something as follows:

    php_value browscap "/path/to/browscap.ini"


    JW


    Comment

    Working...