Bluehost.com Web Hosting $6.95

including a PHP file displays the file's content to the user agent (PHP 5.1)

This is a discussion on including a PHP file displays the file's content to the user agent (PHP 5.1) within the PHP Language forums, part of the PHP Programming Forums category; Hi all I'm having a strange problem when upgrading the content management system eZ publish from PHP 4.4 ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-17-2006
Cyberwolf
 
Posts: n/a
Default including a PHP file displays the file's content to the user agent (PHP 5.1)

Hi all

I'm having a strange problem when upgrading the content management
system eZ publish from PHP 4.4 to PHP 5.1. Some cache files related to
i18n are included with the "include" function, but they are being
displayed to the user agent instead of being parsed by PHP. With PHP
4.4 there was no problem.

You can download a test script from:
http://blog.kristofcoomans.be/wp-con...loads/test.tar

Thanks for your help

Cheers

--

Kristof

Reply With Quote
  #2 (permalink)  
Old 10-17-2006
Daz
 
Posts: n/a
Default Re: including a PHP file displays the file's content to the user agent (PHP 5.1)


Cyberwolf wrote:
> Hi all
>
> I'm having a strange problem when upgrading the content management
> system eZ publish from PHP 4.4 to PHP 5.1. Some cache files related to
> i18n are included with the "include" function, but they are being
> displayed to the user agent instead of being parsed by PHP. With PHP
> 4.4 there was no problem.
>
> You can download a test script from:
> http://blog.kristofcoomans.be/wp-con...loads/test.tar
>
> Thanks for your help
>
> Cheers
>
> --
>
> Kristof


Do any other php pages parse properly? If not, then it will most likely
be a problem with your install and/or configuration. If you can parse
some php pages, it might be worth checking your PHP 5 configuration,
and then Apache's configuration if nothing jumps out at you in there.

Is there any particular reason you chose to go with PHP 5? I have heard
of lots of people having problems with it, which is why I stay away
from it. Well, until I understand it a bit better anyway...

Would it not be appropriate to just stick with PHP 4?

It might also be worth checking that the correct modules have been
added to Apache's enabled-modules folder. After which you would need to
restart Apache for the change to take effect if you haven't done so
already.

All the best.

Daz

Reply With Quote
  #3 (permalink)  
Old 10-20-2006
Cyberwolf
 
Posts: n/a
Default Re: including a PHP file displays the file's content to the user agent (PHP 5.1)


Daz wrote:
> Cyberwolf wrote:
> > Hi all
> >
> > I'm having a strange problem when upgrading the content management
> > system eZ publish from PHP 4.4 to PHP 5.1. Some cache files related to
> > i18n are included with the "include" function, but they are being
> > displayed to the user agent instead of being parsed by PHP. With PHP
> > 4.4 there was no problem.
> >
> > You can download a test script from:
> > http://blog.kristofcoomans.be/wp-con...loads/test.tar
> >
> > Thanks for your help
> >
> > Cheers
> >
> > --
> >
> > Kristof

>
> Do any other php pages parse properly? If not, then it will most likely
> be a problem with your install and/or configuration. If you can parse
> some php pages, it might be worth checking your PHP 5 configuration,
> and then Apache's configuration if nothing jumps out at you in there.
>


Everything else works fine.

>
> Is there any particular reason you chose to go with PHP 5? I have heard
> of lots of people having problems with it, which is why I stay away
> from it. Well, until I understand it a bit better anyway...
>
> Would it not be appropriate to just stick with PHP 4?
>


A discussion about that goes beyond the scope of my question :-)

>
> It might also be worth checking that the correct modules have been
> added to Apache's enabled-modules folder. After which you would need to
> restart Apache for the change to take effect if you haven't done so
> already.
>


Thanks for your answer, but I'm quite familiar with PHP so it didn't
really bring me any closer to a solution.

A PHP guru please who can explain me what has changed between PHP 4 and
5 to make the file not being parsed as PHP anymore?

Reply With Quote
  #4 (permalink)  
Old 10-20-2006
Rik
 
Posts: n/a
Default Re: including a PHP file displays the file's content to the user agent (PHP 5.1)

Cyberwolf wrote:
> A PHP guru please who can explain me what has changed between PHP 4
> and 5 to make the file not being parsed as PHP anymore?


Even though I usually have no problem opening UTF-8 files, the file seems
corrupt here...

--
Rik Wasmus


Reply With Quote
  #5 (permalink)  
Old 10-23-2006
Cyberwolf
 
Posts: n/a
Default Re: including a PHP file displays the file's content to the user agent (PHP 5.1)


Rik wrote:
>
> Even though I usually have no problem opening UTF-8 files, the file seems
> corrupt here...
>


Can you confirm that it parses well with PHP 4?

Reply With Quote
  #6 (permalink)  
Old 10-23-2006
Rik
 
Posts: n/a
Default Re: including a PHP file displays the file's content to the user agent (PHP 5.1)

Cyberwolf wrote:
> Rik wrote:
>>
>> Even though I usually have no problem opening UTF-8 files, the file
>> seems corrupt here...
>>

>
> Can you confirm that it parses well with PHP 4?


I can deny it....
Both PHP4 AND PHP5 parse the file, (I can print_r($data)), but the
character encoding is incorrect.

Grtz,
--
Rik Wasmus


Reply With Quote
  #7 (permalink)  
Old 10-25-2006
Cyberwolf
 
Posts: n/a
Default Re: including a PHP file displays the file's content to the user agent (PHP 5.1)

Rik wrote:
> Cyberwolf wrote:
> > Rik wrote:
> >>
> >> Even though I usually have no problem opening UTF-8 files, the file
> >> seems corrupt here...
> >>

> >
> > Can you confirm that it parses well with PHP 4?

>
> I can deny it....
> Both PHP4 AND PHP5 parse the file, (I can print_r($data)), but the
> character encoding is incorrect.
>


I'm using Suse 10.1/PHP 5.1.2.

A manually compiled version of PHP 5.1.6 on the same machine seems to
work well, so I guess it's a bug in PHP that has been fixed now or it
is a Suse-specific issue.

Cheers

Kristof

Reply With Quote
  #8 (permalink)  
Old 10-27-2006
Cyberwolf
 
Posts: n/a
Default Re: including a PHP file displays the file's content to the user agent (PHP 5.1)

Cyberwolf wrote:
> Rik wrote:
> > Cyberwolf wrote:
> > > Rik wrote:
> > >>
> > >> Even though I usually have no problem opening UTF-8 files, the file
> > >> seems corrupt here...
> > >>
> > >
> > > Can you confirm that it parses well with PHP 4?

> >
> > I can deny it....
> > Both PHP4 AND PHP5 parse the file, (I can print_r($data)), but the
> > character encoding is incorrect.
> >

>
> I'm using Suse 10.1/PHP 5.1.2.
>
> A manually compiled version of PHP 5.1.6 on the same machine seems to
> work well, so I guess it's a bug in PHP that has been fixed now or it
> is a Suse-specific issue.
>


I found what caused the problems I had. It happens when PHP is compiled
with --enable-zend-multibyte and the mbstring extension is enabled.

Cheers

Kristof

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 12:26 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0