PHP Classes

File: ChangeLog.txt

Recommend this page to a friend!
  Classes of Norbert Kiszka   PHP INI Config   ChangeLog.txt   Download  
File: ChangeLog.txt
Role: Documentation
Content type: text/plain
Description: Change log
Class: PHP INI Config
Parse and get configuration values from INI files
Author: By
Last change: Small typo repair
Date: 11 years ago
Size: 740 bytes
 

Contents

Class file image Download
0.4.6 #B Changes / new features #1 Parsing multilines. For example: Some line\ we are still on first line second line 0.4.5 #A Bugs repairs / new features: #1 Unexpected end error - generate error when all is parsed but not all sections are closed. #2 Fixed cache read/write when by-passing second arg $parse_subsections in Ini_Parser::parseFile() by null. #3 Both `varname` and `varname=` should return null, but only first did, second was give empty string. #B Changes / new features #1 Shorter and better error messages. #2 Added Ini_Parser::ALLOW_ROOT_VARS bool switch. #3 Added Ini_Parser::USE_CACHE bool switch. #C Other #1 Tested on php 5.4.4 0.4.4 First public version