Re: [PHP] Php CLI Parser not working
- From: parasane@xxxxxxxxx ("Daniel Brown")
- Date: Wed, 30 Jul 2008 17:40:23 -0400
On Wed, Jul 30, 2008 at 4:53 PM, JJB <onephatcat@xxxxxxxxxxxxx> wrote:
Hi Daniel,
We are running like:
php mailscript.php
The version:
php-v
PHP 5.2.5 with Suhosin-Patch 0.9.6.2 (cli) (built: Dec 12 2007 03:51:56)
Did you check what Jim suggested, as well, about short_open_tags?
If your scripts use PHP tags like this:
<?
.... instead of like this:
<?php
.... that's most likely the issue. You can either modify all of
the PHP scripts to use the latter version of tag opening, or you can
modify your php.ini file to set short_open_tags to On (and then
restart Apache for the changes to take effect).
--
</Daniel P. Brown>
Better prices on dedicated servers:
Intel 2.4GHz/60GB/512MB/2TB $49.99/mo.
Intel 3.06GHz/80GB/1GB/2TB $59.99/mo.
Dedicated servers, VPS, and hosting from $2.50/mo.
.
- Follow-Ups:
- Re: [PHP] Php CLI Parser not working
- From: JJB
- Re: [PHP] Php CLI Parser not working
- References:
- Re: [PHP] Php CLI Parser not working
- From: JJB
- Re: [PHP] Php CLI Parser not working
- Prev by Date: Re: [PHP] Php CLI Parser not working
- Next by Date: Re: [PHP] Why PHP4?
- Previous by thread: Re: [PHP] Php CLI Parser not working
- Next by thread: Re: [PHP] Php CLI Parser not working
- Index(es):
Relevant Pages
|