|
Posted by huckphin on 10/22/07 11:46
On Oct 4, 8:28 am, kjsph...@gmail.com wrote:
> I jsut installed a newPHP5 server as I wanted to keep the php4
> version server running until I change over all the code to work with
> 5.
>
> Here is the problem and for the life of me I cannot figure it out.
>
> If I create a file and put it in the root of apache 2.2 on thephp5
> server with the command php_info() it displays thephpinformation.
>
> Now if I copy a file from the php4 server into the php5 root and call
> the file it display thephpcode andnotthe php_info information.
>
> A step forward. I copy my entire website from thephp4 tophp5 andhttp://blahblah.index.phpand it show thephpcode it willnotparse
> it.
>
> I create a new file and place it in a new directory on thephp5
> server and everything works fine. I am so frustrated as I donotknow
> what is wrong. I really need help here.
>
> Apache 2.0.5.9PHP5.2.4
> Win 20036 SP 1
>
> Anyone have any idea as to why this isnotworking? If I create a new
> folder and a new file it works. If I copy the project from another
> server to this one and then create a new file in that directory I
> copied over, it willnotwork.
>
> I am stumped.
>
> Thanks,
>
> Kev
I have run into the same issue as well, and as you suggested, this is
a very unusual bug, which should not be happening. I wish I could
help, but I cannot explain why the bug is happening. I think that
this one might need to be filed under a bug in Apache 2 or PHP
4.4.0 .
~Huck
[Back to original message]
|