update BUGS and README files

This commit is contained in:
mohrt
2001-01-26 19:40:53 +00:00
parent 5044c68bdd
commit 1cbd864897
2 changed files with 9 additions and 6 deletions

7
BUGS
View File

@@ -3,8 +3,11 @@ cause problems with Smarty. preg_replace() had a parameter added in 4.0.2 that
is needed for Smarty. preg_grep() previous to 4.0.4 has a bug which Smarty has is needed for Smarty. preg_grep() previous to 4.0.4 has a bug which Smarty has
a built-in workaround for. PHP 4.0.4 has a bug with user callbacks which would a built-in workaround for. PHP 4.0.4 has a bug with user callbacks which would
cause this syntax in Smarty to crash PHP: {$varname|@modname} Use PHP 4.0.4pl1 cause this syntax in Smarty to crash PHP: {$varname|@modname} Use PHP 4.0.4pl1
to fix this, or avoid using the "@" with modifiers. To be absolutely safe, use to fix this, or avoid using the "@" with modifiers. if you are passing variables
4.0.4pl or later with Smarty. to {include} statements, you will need PHP 4.0.4 or later, which requires the
use of get_defined_vars() function.
To be absolutely safe, use 4.0.4pl or later with Smarty.
Also be sure to include the path to the PEAR libraries in your php Also be sure to include the path to the PEAR libraries in your php
include_path. Config_file.class.php uses the PEAR library for its error include_path. Config_file.class.php uses the PEAR library for its error

8
README
View File

@@ -9,6 +9,10 @@ AUTHORS:
Monte Ohrt <monte@ispi.net> Monte Ohrt <monte@ispi.net>
Andrei Zmievski <andrei@ispi.net> Andrei Zmievski <andrei@ispi.net>
MAILING LIST:
We have a mailing list for you to share your ideas or ask questions.
send a blank e-mail message to subscribe-smarty@lists.ispi.net
SYNOPSIS: SYNOPSIS:
require("Smarty.class.php"); require("Smarty.class.php");
@@ -48,10 +52,6 @@ DESCRIPTION:
although not recommended and doubtfully needed since the engine although not recommended and doubtfully needed since the engine
is so customizable. is so customizable.
MAILING LIST:
We have a mailing list for you to share your ideas or ask questions.
send a blank e-mail message to subscribe-smarty@lists.ispi.net
COPYRIGHT: COPYRIGHT:
Copyright (c) 2001 ispi of Lincoln, Inc. All rights reserved. Copyright (c) 2001 ispi of Lincoln, Inc. All rights reserved.
This software is released under the GNU General Public License. This software is released under the GNU General Public License.