Thanks for the pointers.
What I've discovered about the compile error for php-templates
is that the "bad" code is there as an aid to debugging memory issues.
That is, the zend code appears to depend on pre-processor behavior to
correctly embed the filename and line of the source code in the code
Vanilla I. Shu wrote:
how about switch to textproc/pecl-ctemplate?
it's another php tempalte engine base on google ctemplate library,
and writen by me :)
Or you could try the popular Smarty http://smarty.php.net/ .
/usr/ports/www/smarty .
___
On Tue, Aug 15, 2006 at 04:37:33PM -0700, Mark Kent wrote:
> Hello,
> I'm trying to build php4 with php-templates on 6.1-RELEASE.
> My system, with /usr/ports updated, uses php-4.4.3 and
> php-templates-1.7.2.I get a compile error in php-templates
> (see below).
> I looked at the code and th