|
Posted by Jerry Stuckle on 05/04/07 03:22
cybervigilante wrote:
>> What does phpinfo() show for your php.ini file?
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>
> Here is php.ini below. phpinfo() says it's in the apache directory,
> not the php directory as I assumed, but I corrected the path on both.
> I tried adding the extra backslash, but that didn't help. BTW, why is
> the php.ini in Apache/bin? That seems a bit confusing. Why is there a
> php.ini in the php directory, then? When is one used and not the
> other, and why? (Contrary to the system name, my system has never made
> any money - just eaten a lot of it. Maybe next year ;')
>
> Jim
> PHP Version 5.2.1
>
Jim,
One is used when running as an Apache extension; the other is used for
command line programs.
Did you stop and start Apache after making changes? If you're running
as an Apache extension, the config file is only read at Apache startup.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|