*** empty log message ***

This commit is contained in:
andrey
2001-06-27 16:32:27 +00:00
parent b0bd98fadd
commit 8ba8e7acd2
2 changed files with 7 additions and 6 deletions

11
AUTHORS
View File

@@ -1,8 +1,9 @@
Monte Ohrt <monte@ispi.net>
- Idea of compiling into PHP scripts
- Initial implementation
- Documentation
- idea of compiling into PHP scripts
- initial implementation
- documentation
Andrei Zmievski <andrei@php.net>
- Rewrote parser from scratch
- added much other functionality
- rewrote parser from scratch
- maintains code base
- wrote Config_File class

2
NEWS
View File

@@ -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)