Page 1 of 1

Upgrading Apache 2.2 PHP 5.2 and MySQL 5.2

Posted: Sun Feb 23, 2014 10:53 pm
by Rodent
Hi,

I am upgrading my currently working "Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.2.8" to "Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.10RC1"

I have setup and installed everything and all seems ok but I can't get the php inclue_path to work. I have set it in the PHP.ini file and it is set when I look at phpinfo. but it just doesn't work.

when I visit a page that is looking for the included stuff I get in the error logs the following:

[data] [cgi:error] [pid...] [client...] script not found or unable to stat: path looking for, referer: web address

The problem I have is that the path looking for does not exist and is wrong for what I have set in the php.ini include_path.

Not sure what to try but any thoughts welcome.

Rodney

Re: Upgrading Apache 2.2 PHP 5.2 and MySQL 5.2

Posted: Mon Feb 24, 2014 12:27 pm
by requinix
Use phpinfo() to confirm you have the settings that you think you have.

And personally I'd not upgrade to an RC version. Go with 5.5.9 for now and know that you can upgrade at any point later if you wish.