The script tags are not php specific. Modern apache
servers are not by default configured to recognize simply
?, but requires ?PHP. This makes all php scripts void on
such servers.
Submitted by:James Burgoyne
sourceforge at viware dot com
On further research, the php manual claims that
short_open_tag is ON by default. Since it is not on by default
in my system, it may very well be a distribution quirk. I am
using RedHat9.
Submitted by:James Burgoyne
sourceforge at viware dot com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On further research, the php manual claims that
short_open_tag is ON by default. Since it is not on by default
in my system, it may very well be a distribution quirk. I am
using RedHat9.
Submitted by:James Burgoyne
sourceforge at viware dot com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You are correct. Normally if the file is sent to the php
handler by apache php will recognize the short tag.
However, it might be a better idea for us to just change all
the tags to the long tag. It will be more compatible across
the board.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
On further research, the php manual claims that
short_open_tag is ON by default. Since it is not on by default
in my system, it may very well be a distribution quirk. I am
using RedHat9.
Submitted by:James Burgoyne
sourceforge at viware dot com
Logged In: NO
On further research, the php manual claims that
short_open_tag is ON by default. Since it is not on by default
in my system, it may very well be a distribution quirk. I am
using RedHat9.
Submitted by:James Burgoyne
sourceforge at viware dot com
Logged In: YES
user_id=562080
You are correct. Normally if the file is sent to the php
handler by apache php will recognize the short tag.
However, it might be a better idea for us to just change all
the tags to the long tag. It will be more compatible across
the board.
Logged In: YES
user_id=562080
This is slated to be fixed in 1.0beta5.