From 8ba8e7acd2616c2077c6563a25a0c59d5b479e41 Mon Sep 17 00:00:00 2001 From: andrey Date: Wed, 27 Jun 2001 16:32:27 +0000 Subject: [PATCH] *** empty log message *** --- AUTHORS | 11 ++++++----- NEWS | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index fda63232..0bdd7511 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,9 @@ Monte Ohrt - - Idea of compiling into PHP scripts - - Initial implementation - - Documentation + - idea of compiling into PHP scripts + - initial implementation + - documentation + Andrei Zmievski - - Rewrote parser from scratch - - added much other functionality + - rewrote parser from scratch + - maintains code base - wrote Config_File class diff --git a/NEWS b/NEWS index cbf7369f..d28b0725 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ - added 'total' and 'iteration' section properties. (Andrei) - added 'start' and 'max' section attributes/properties. (Andrei) - - fixed a bug in security checking of functions inside {if} tags. (Andrei) + - fixed a bug with security checking of functions inside {if} tags. (Andrei) - fixed a bug in Config_File that would incorrectly booleanize values that weren't really booleans. (Andrei)