Tagged Questions
3
votes
1answer
76 views
php directives in .htaccess?
I have attempted to make a few changes to php via .htaccess, yet none have yielded any results. For example:
php_value memory_limit 256M within will not activate.
Attempting to set SetEnv PHPRC ...
0
votes
2answers
139 views
How do i check mysql database extension enable/disable on server in php?
I am working on a PHP install script, and I need to check many server settings before installing applications there.
So, how do I check the mysql database extension if it is enabled/disabled on ...
0
votes
1answer
4k views
phpMyAdmin isnt working
When I run phpmyadmin it shows me this message:
phpMyAdmin - Error
The mysqli extension is missing. Please check your PHP configuration. <a href="Documentation.html#faqmysql" ...
-1
votes
4answers
260 views
php.ini variable not set throgh htacess
Which php.ini variables we can not set through phpfiles or with htaccess.
Means if we want to set the variable then we have to directly configure at php server files.
can anyone give me list of ...
2
votes
3answers
318 views
get and save path to php.ini file
Is it possible to get the path to the php.ini file with a php script and save this path to a variable? I know I can call phpinfo() to find out the path, but it prints a lot of info and I only need the ...
1
vote
1answer
529 views
How do I know which include path will be used in PHP?
When I run phpinfo() and look by the Configuration category under PHP Core, I see a directive titled include_path, with a local value and a master value.
In this case, my local value is set to
.:
...