-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The documentation on parse_ini_file (http://php.net/manual/en/function.parse-ini-file.php) states that you can't use these chars {}|&~![()^" in the value. Is there some way to escape these chars? I need to use them. Normal escaping with \ doesn't seem to work.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm reviewing a .NET project, and I came across some pretty heavy usage of .ini files for configuration. I would much prefer to use app.config files instead, but before I jump in and make an issue out of this with the devs, I wonder if there are any valid reasons to favor .ini files over app.config?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
If i disable the include_path in /etc/php.ini, i can still see that there is an include path loaded from somewhere. I want to know where this file is.
If i use phpinfo(); on my domain i get that there is a include path /usr/share/pear:/usr/share/php, even though in the php.ini i used:
;inlucde_path="…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
I am using PLESK 9.2.3 with CentOS 5. I recently tried to change some things in the php.ini files, but i ended up clearing both files. stupid mistake!
Is there a possibility i can get the content of both files back.
I am talking about the files:
/etc/php.ini
/usr/local/psa/admin/conf/php…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for a Unix based application or framework that would allow me to view/edit ini files on a remote system in a Html GUI via Apache (or similar).
Searching for ini/config/GUI solutions via search engines returns a lot a false positives.
Any recommendations?
>>> More