If it *REALLY* bothers you, you could always run the php files through sed and replace the tags... ;-)

Tim Nelson
Technical Consultant
Rockbochs Inc.



Jeff Schoby wrote:
Sounds like it should be put on the todo list to be fixed... <?php is the supported way to deliniate php code
*shrug*

Then again... should be using globals either..and yet jffnms is.

-Jeff


Tim Nelson <[EMAIL PROTECTED]> 8/6/2007 5:18 PM >>>
JFFNMS simply uses the short open tag instead of the normal one. In your php.ini config file for PHP, make sure you set the option "short_open_tag" to On. The default is usually set to Off. Restart Apache and you should be fine.

Tim Nelson
Technical Consultant
Rockbochs Inc.

Jeff Schoby wrote:
Just got done trying to install 0.8.3 of jffnms with a fresh apache 2.0.x and php 5 install. When trying to access jffnms via a browser, its as if the php code is not being processed as php code (The server -is- configured correctly to process php scripts). I took a look the .php files for jffnms and they all delimit the php code with <? ... ?> instead of <?php ... ?>. from www.php.net:
PEAR states:

Always use <?php ?> to delimit PHP code, not the <? ?> shorthand. This is 
required for PEAR compliance and is also the most portable way to include PHP code on 
differing operating systems and setups.

It are these small things that enhance readability in group projects, or 
libraries.



Why does jffnms not use <?php ... ?>  ???



--
Jeff Schoby
Unix/Network Admin
City of Columbia, Missouri
573.874.6320



** Virus scanned by City of Columbia MO Spam/Virus Firewall **

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jffnms-users



** Virus scanned by City of Columbia MO Spam/Virus Firewall **

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to