› Change log

== 0.2.10 ==
ADD: vhosts
ADD: mimetypes parsing
ADD: tool-ssl in bin directory
ADD: mod_php_cgi
CHANGE: CCPP parsable code
DEPRECATED: mod_cgi_php
FIX: Header receiving and request parsing
FIX: (libShell.php) better ARGV handling
FIX: [Windows] phlame_console extension is now linked with static MFC9.0.

== 0.2.05 ==
ADD: [Windows] Built php extension to set console in character-mode
FIX: [Windows] HTTP performance (workaround)
FIX: [Windows] Interactive console mode (workaround)
FIX: [Windows][Mod_CGI_PHP] Extensions path added
FIX: Better requests data handling
FIX: Headers parsing fix

== 0.2.00-beta ==
ADD: Print copyright header when executed
ADD: Modules support
ADD: Event calls
ADD: Console command interpreter for statistics and testing purposes.
ADD: Class __autoload()
ADD: Request counter
ADD: Configurable constants for socket read/write buffer size
ADD: [config] Socket can be bind to address. 
ADD: [config] Can change Server Name
CHANGE: Directory structure
CHANGE: Classes are now one per file.
FIX: Preformance increase
FIX: {KI #2} Network functionality failure. [CGI - Windows PHP]
FIX: Better initialization, OS detection, caching, error handling.

== 0.1.42 Alpha ==
FIX: Windows support
FIX: [CGI] Status header parsing 
FIX: [CGI] pipes descriptor typo 
KNOWN ISSUE: {KI #2} Network funtionality of executed PHP scripts fails under Windows
 (SystemRoot is not set in php-cgi.exe child process environment)

== 0.1.41 Linux Alpha ==
ADD: SSL support
ADD: Precompiled PHP interpreter for Linux (Debain i686 repository)
ADD: Parsing response headers
ADD: [CGI] Status header parsing
CHANGE: Version number changed from Alpha 1.x to Alpha 0.1.x
CHANGE: Switched from Sockets extension to internal stream_socket functionality
FIX: Performance increase
KNOWN ISSUE: {KI #1} Not tested under Windows. Probably won't work.

== 0.1.25 Alpha ==
ADD: Windows support
ADD: config
ADD: DirectoryIndex files
ADD: Content-Type by extension
CHANGE: phlameSrv class is no longer abstract.
FIX: some bug fixes and typos.

== 0.1.1 Alpha ==
ADD: Some ENV variables
FIX: url syntax