Asf Versions Save

Simple, High performance PHP framework written in C

v2.2.4

5 years ago

Add

  • Alarm Module
  • Asf_Timeout_Log
  • asf.log_buffer_size

Optimization

  • SG
  • INIT
  • Trace Log
  • Db
  • Loader
  • Logger

Remove

  • asf.throw_exception

v2.2.3

5 years ago

Add

  • Asf\Cache
  • Asf\Adapter\Redis, Asf\Adapter\Memcached
  • Asf\Debug\Trace

Optimization

  • Asf\Ensure
  • Asf\Db
  • Asf\Logger
  • asf_loader_import()
  • GPC,Loader,__CALL
  • Utility

Fix

  • GCC Notice

Remove

  • asf.file_suffix
  • asf.action_suffix
  • asf.lowcase_path

v2.2.1

5 years ago

Add

Application::setErrorHandler()

Optimization

  • Asf_Log_Adapter
  • asf_func_shutdown_buffer()

Fix

  • Curl options issue
  • parse_ini_file load failed issue
  • GCC warning in function asf_func_isempty()

v2.2.0

5 years ago

Add

  • Asf\Ensure add method Asf\Ensure::out
  • Asf\Sg add fast lookup
  • Add ASF_G(last_load_err_full_path)

Optimization

  • Asf\Loader
  • Asf\Loader::clean
  • Asf\Logger

Update

  • 040.phpt
  • 069.phpt

Fix

  • Undefined class constant for constants::
  • Db::update SIGSEGV issue

v2.1.9

5 years ago

Add

  • Asf_Http_Cookie
  • Asf_Sg add new methods
  • DB add method getLastSql
  • install.sh file
  • Asf_Loader add methods

Optimization

  • QB module
  • Asf_Loader
  • Asf_Sg

Adjustment

  • asf_func*
  • asf_namespace.h
  • SQL log format

Fix

  • Get value issue
  • file_name is empty issue
  • Loader::getInstance() root_path issue

v2.1.8

5 years ago

Fix

1. Asf\Util::atrim the parameter issue
2. Service.Action the parameter filter issue
3. GPC the default value issue

Add

1. Beautify var_dump (Asf\Qdebug\Dump)
2. The Full PHP Exception Log
3. The configuration file resident memory

v2.1.7

5 years ago

Fixed Bug

1. Fix variable name refcount issue
2. If PHP Fatal error, Check EG(current_execute_data) value

Optimization

1. Configuration load file config.php
2. Check DB connection available, DB::close() function adjustment
3. Function adjustment asf_loader_import()
4. Asf_Loader::get() Turn on Exception, The function '__construct' with parameters don’t calls

v2.1.6

6 years ago

Fixed Bug: * Fix Asf\Util unicode character * Fix QB::having dtor in PHP 7.0 * Fix ASF_G global variable incomplete statement

Optimization: * Delete the default comment in the file asf.c and php_asf.h

Add: * Init ASF_G global variable