Hello,
I was wondering if it is possible to get a copy of the "default" php.ini file used on the server
I just wish to change only certain things in that php.ini file without modifying the other settings. [to be used in my directories]
Example:
Adding a php.ini with just one line as:
include_path = ".:/home/some_path"
will effectively work for the path, but will also change other settings...
So I think it is best to add the full php.ini file at every time there are some minor changes.
Did someone have this problem...
thank you for any suggestions
I was wondering if it is possible to get a copy of the "default" php.ini file used on the server
I just wish to change only certain things in that php.ini file without modifying the other settings. [to be used in my directories]
Example:
Adding a php.ini with just one line as:
include_path = ".:/home/some_path"
will effectively work for the path, but will also change other settings...
So I think it is best to add the full php.ini file at every time there are some minor changes.
Did someone have this problem...
thank you for any suggestions
Comment