Top Level :: PHP
:: bcompiler
:: 0.6
bcompiler 0.6
This package is not maintained, if you would like to take over please go to this page.
Package Information |
Summary |
A bytecode compiler |
Maintainers |
Alan Knowles <
alan at akbkhome dot com >
(lead)
[details]
val khokhlov <
val at php dot net >
(lead)
[details]
|
License |
PHP |
Description |
bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code.
bcompiler could be used in the following situations
- to create a exe file of a PHP-GTK application (in conjunction with other software)
- to create closed source libraries
- to provide clients with time expired software (prior to payment)
- to deliver close source applications
- for use on embedded systems, where disk space is a priority.
For install instructions see the manual at pear.php.net
Note: a PHP7 version is being worked on here - https://pecl.php.net/package/bcgen
|
Release notes
Version 0.6
(beta)
|
- added bcompiler_write_file() function to compile entire .php script - added support for gzip compressed bytecodes and auto-detect of the bz2 and zlib extensions - Zend Engine 2 and 2.1 support (for PHP versions 5.0.x and 5.1.x) - bug with incorrect handling include_once() and require_once() fixed - many memory leaks fixed - added support for stand-alone executables creating |
|
Dependencies for release 0.6 |
|
|