[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Help with Apache PHP
|
- From: "Brian Stempin" <brian.stempin@gmail.com>
- To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>
- Subject: Re: [PLUG] Help with Apache PHP
- Date: Fri, 30 Mar 2007 10:49:58 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=cMOUD+0kc0+S+agq2lzP1Ps2onkWsfi0VK/a/dAMi2Q+eeAOou/NDjpn9RY/6TDwANRVOKK994dR2+HjVtyE3LVCIfvSJYJ8JbLnJP8gktGId4jPb97fvvvd3r9MGndV3mM0oKwWnyIu/jJhmKZ6mu2Q5Al8YaU9r7lGo5q7prM=
- Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
- Sender: plug-bounces@lists.phillylinux.org
whoops, minor mistake, <% is sometimes called the ASP tag, not <?. my mistake.
On 3/30/07, Brian Stempin <
brian.stempin@gmail.com> wrote:I downloaded the PHP source and obtained the default, untainted
php.ini file. The following is a snippet:
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized. ; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP ; servers which are not under your control, because short tags may not ; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags. short_open_tag = On
By default, 'short open' tag (sometimes referred to as an ASP tag) is on. Perhaps this should be checked? At any rate, I think it might be a good idea to open the php code with <?php just to test.
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|