SyLは、PHP(4>=4.3.x or 5)言語による独自DIコンテナをベースとしたフレームワークで、WEBアプリケーションフレームワーク/JavaScript出力フレームワーク/コマンドラインフレームワークの3つで構成されます。
;-----------------------
; VERSION: 0.15.7
;-----------------------
include/framework/SyL_Context.php
include/framework/SyL_Router.php
include/framework/Router/*
・SyL_Context クラスのプロパティを一部 SyL_Router クラスに移動
include/framework/SyL_Router.php
include/framework/Config/SyL_ConfigRouters.php
・ルーティング設定ファイルのキャッシュ出力方法を変更
include/framework/SyL_Container.php
・不要なコードを削除
include/framework/SyL_Response.php
include/framework/SyL_Error.php
include/framework/Error/*
・404 エラーメソッド名を forward404 から forwardFileNotFound に変更
include/framework/SyL_Error.php
・トレース取得方法の変更
include/framework/SyL_Controller.php
・E_USER_NOTICE エラーの固定判定廃止
include/framework/SyL_Controller.php
・memcache キャッシュ廃止し、ファイルキャッシュに統一
opt/setup/var/skel-templates/*.xml
・XML設定ファイルの定義を、DTD から XSD に変更