Re: Loaded Configuration File (none) ? Why ?
- From: SPK <speedballkills+nospam@xxxxxxxxx>
- Date: Fri, 15 Feb 2008 14:33:00 +0100
C. (http://symcbean.blogspot.com/) a écrit :
Nothing immediately springs to mind - have you tried accessing the
file from within your own php code?
You can override most settings from the ini file within your Apache
config - see http://us2.php.net/configuration.changes but I think you
need PHP5.3 to change the ini file used.
C.
Well, i tried to do :
<?php
$filename = "/etc/php/php.ini";
$handle = fopen ($filename, "r");
$contents = fread ($handle, filesize ($filename));
fclose ($handle);
echo "$contents";
?>
No problems occured when reading the file.. So, it's definitivly not a permission problem...
.
- Follow-Ups:
- Re: Loaded Configuration File (none) ? Why ?
- From: AnrDaemon
- Re: Loaded Configuration File (none) ? Why ?
- From: C. (http://symcbean.blogspot.com/)
- Re: Loaded Configuration File (none) ? Why ?
- References:
- Loaded Configuration File (none) ? Why ?
- From: SPK
- Re: Loaded Configuration File (none) ? Why ?
- From: C. (http://symcbean.blogspot.com/)
- Loaded Configuration File (none) ? Why ?
- Prev by Date: Re: Difference between :: and ->
- Next by Date: Stupid problem with namespace
- Previous by thread: Re: Loaded Configuration File (none) ? Why ?
- Next by thread: Re: Loaded Configuration File (none) ? Why ?
- Index(es):
Relevant Pages
|