The new PECL package qb-2.2.0 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
Enabled compiling to native binary in Solaris and FreeBSD
Fixed issue #29 - Segfault during array resize in Solaris 
Fixed issue #32 - Segfault when images are resized or created
Fixed issue #33 - Incorrect CPU count
Fixed issue #34 - Inability to call functions inside namespace
Fixed issue #35 - Segfault in PHP 5.5.8 when QB coroutine is called
Fixed issues flagged by Valgrind

Package Info
-------------
QB stands for "Quick Binary." It's a PHP extension designed to enable faster 
handling of binary data. It takes a function written in PHP and translate it 
for a specialized virtual machine. The use of static type information leads 
significantly higher performance than under PHP's regular dynamic type system. 
A PHP+QB function can run anywhere from five to twenty times faster than 
regular PHP code. For even higher level of performance, one can compile PHP+QB 
functions to native code (on supported platforms).

QB performs code translation on a per-function basis. It does not affect in 
anyway code not specially marked. Interaction between PHP+QB functions and 
regular PHP code is basically seamless. A key design objective of QB is to let 
developers harness greater processing power than what baseline PHP offers 
without the risk involved in adopting a brand new platform.

Related Links
-------------
Package home: http://pecl.php.net/package/qb
   Changelog: http://pecl.php.net/package-changelog.php?package=qb
    Download: http://pecl.php.net/get/qb-2.2.0.tgz

Authors
-------------
Chung Leong <cleong...@gmail.com> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to