Re: [PHP] Fast Templates error in PHP 4.3.1 ?

2003-04-06 Thread rush
Travel Jadoo [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 PHP 4.3.1 apparently doesn't allow anymore assigning of the same
 function name twice which FastTemplates still does around line 630 with
 function clear_assign for a perl module alias.

 So Fast Template users beware!

but the function in queston is very rarely used, and in most installations
can be renamed without problems.

rush
--
http://www.templatetamer.com/




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Fast Templates error in PHP 4.3.1 ?

2003-04-04 Thread Travel Jadoo
PHP 4.3.1 apparently doesn't allow anymore assigning of the same
function name twice which FastTemplates still does around line 630 with
function clear_assign for a perl module alias.

So Fast Template users beware!

Alfred

On Fri, 2003-04-04 at 19:17, Travel Jadoo wrote:
 We upgraded the server to PHP 4.3.1 but now my Fast Templates include
 file doesn't work. 
 
 Odd thing is that a test as follows doesn't generate a response as if
 the file cannot be read.
 
 ft.inc:
 ?php
 echo 'test';
 
 class etc
 
 ?
 
 Anyone got any ideas?
 
 Alfred
 
 -- 
 www.traveljadoo.com   -We add magic to your travel
-- 
www.traveljadoo.com   -We add magic to your travel

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php