php.ini is the configuration file used by the PHP preprocessor to setup the default settings and certain security restrictions.
Questions tagged [php.ini]
272 questions
-3
votes
1 answer
How to block ini_get('disable_functions')
I want to block ini_get('disable_functions') without blocking ini_get() in disable_functions section because when i block ini_get() in my server the roundcube dosen't load, how can i do that?

alysa
- 11
- 1
-3
votes
2 answers
Can't install PHP PDO
I have now tried to install PHP PDO in 2 hours without any luck, and i have searched everywhere to get a solution - but without any luck.
yum install php-pdo
doesn't work and i cannot find extension = PDO in php.ini.
have tried updating
yum…

kim larsen
- 101
- 3