Show
Ignore:
Timestamp:
08/08/07 04:26:07 (6 years ago)
Author:
diego_iastrubni
Message:

removed the "asp" like usage of the php tags, code like (notice the new php word after the question mark):

<? /* some php code */ ?>

is now converted to

<?php /* some php code */ ?>

To find out the offending pages I used:

grep '<?$' -r . | grep -v '.svn'
grep '<?[^p]' -r . | grep -v '.svn'

This code only gives one false alarms, for example in code like:
echo "<xml? ... ", , but one can live with it :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved