Re: Can't find .php3 files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If he's using a URL for the require:
require 'http://exmaple.com/whatever.php3';
then Apache could be invovled.

If it's just a plain file:
require 'foo.php3';
then Apache is almost-for-sure not involved.

I don't think PHP has ever had any kind of automated .php3 to .php
converter for require/include.

Does this code actually RUN on the old server?... :-)

On Tue, January 8, 2008 1:48 pm, Jim wrote:
> I'm sure this is a FAQ but I can't seem to come up with the right
> search
> keys to dig it out.
>
> I'm trying to help a friend migrate his application to php 5 from
> another system.  The problem seems to be that he references files
> (require, include, etc) that have a .php3 extension, however there are
> no files in those locations with the .php3.  There are files with .php
> extensions.  It's running on a system that has php 4 on it.
>
> So I'm sure either php or Apache is rewriting the files somehow, but I
> don't know how.
>
> Can someone please point me to the appropriate documentation or give
> me
> a hint as to what is going on here?
>
> Thanks,
> Jim.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux