Upgrading Apache 2.2 PHP 5.2 and MySQL 5.2

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
Rodent
Forum Newbie
Posts: 1
Joined: Sun Feb 23, 2014 10:34 pm

Upgrading Apache 2.2 PHP 5.2 and MySQL 5.2

Post 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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Upgrading Apache 2.2 PHP 5.2 and MySQL 5.2

Post 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.
Post Reply