Page 1 of 1

Fast Template

Posted: Fri Mar 23, 2007 10:18 am
by Lex82
Hi I ‘am beginner at PHP programming. I’ am using FastTamplate.class to creating my web service and get fatal error: Call to undefined function: preg_replace_callback() in cls_fast_template.php on line 559. My PHP version is 4.0.3pl1, server - Apache /1.3.19. What is this kind of problem and how can I deal with it? :o

Posted: Fri Mar 23, 2007 10:33 am
by JayBird
preg_replace_callback

(PHP 4 >= 4.0.5, PHP 5)

Posted: Tue Apr 17, 2007 9:04 am
by Lex82
I take PHP 4.3.3 and it's work, thank you.