The php.ini tag has no wiki summary.
1
vote
1answer
95 views
PHP files are downloaded instead of getting interpreted
I'm encountring some difficulties with my Apache2/PHP5. All was well-configured and working, but after reinstalling apache2, the PHP files are displayed without being interpreted.
I tried many ...
0
votes
1answer
169 views
Change php.ini used by commandline
I try to run a script from the command line, a script made by zend framework. I used also the Zend Server who has her own php.ini. When I try to start my script on the command line I am not able to ...
0
votes
0answers
42 views
How do I add a php extension to php.ini file?
I need to add a php extension to a custom php.ini file. The extension is installed locally, not in usr/lib. How do I make php "look for" the extension there?
1
vote
1answer
362 views
Problem while adding php extension mssql.so
I want to add mssql.so extension to my php..
I've already put it in the extension_dir and the ligne "extension=mssql.so" is in my php.ini... I restarted apache but I can't find the extension in ...
3
votes
2answers
2k views
MediaWiki: increase session timeout
I have a small MediaWiki wiki in a hosted website. It works pretty well, except that I can't find where to configure the session timeout.
Right now, my session expires while I'm editing pages. I've ...
0
votes
2answers
615 views
(Ubuntu - Lamp) Why exist in Ubuntu lamp 2 PHP.ini files?
Why exist in Ubuntu lamp 2 PHP.ini files, and what function they doing?
/etc/PHP5/cli/PHP.ini
/etc/PHP5/apache2/PHP.ini
5
votes
2answers
159 views
is there any way to find out how I was hacked? What was the weak point?
one of my site hacked few times :( first I lost all databases, some tables were cleared and some of table's data had changed! than at the second hack, all tables were cleared and some php files' codes ...
4
votes
3answers
348 views
Securing Apache server against slightly untrusted PHP code?
I have an unusual situation where I need multiple users to be able to upload and execute PHP code on my Apache server, but I cannot allow one user to access another user's PHP source (if concrete ...
2
votes
2answers
1k views
Mac OS X 10.5.8 issue with php.ini file (PHP 5.2.10)
I'm running Leopard 10.5.8 with the Apple-supplied versions of PHP (5.2.10) and Apache (2.2.11). Changes made to the /etc/php.ini file are not taking effect after stop/start of Apache. phpinfo() and ...
0
votes
1answer
3k views
How to enable safe mode for php.ini in Xampp?
I want to put my home server online for private use (using Xammp), so i need to put safe mode on (my OS is Windows XP)
So i changed the congif of php.ini in the php folder located in xampp to this:
...