Top Level :: Images
:: qb
:: 2.3
:: Windows
qb 2.3 for Windows
This package is not maintained, if you would like to take over please go to this page.
Package Information |
Summary |
Accelerator designed mainly for graphic work |
Maintainers |
Chung Leong <
cleong728 at gmail dot com >
(lead)
[details]
|
License |
PHP License |
Description |
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. |
Homepage |
http://www.php-qb.net
|
Release notes
Version 2.3
(stable)
|
Enabled compilation using clang Improved interpreter performance in 64-bit Windows Implemented proper parser for type declaration Bought complex number functions into compliance with ISO standard Fixed issue #36 - Incorrect cast to int |
|
In case of missing DLLs, consider to contact the
Windows Internals List
(subscribe first).
Dependencies for release 2.3 |
|
PHP Version: PHP 5.2.0 or newer PEAR Package: PEAR 1.4.8 or newer
|
|
|