Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pecl-uopz - User Operations for Zend

Website:
http://pecl.php.net/package/uopz
Licence:
PHP
Vendor:
Remi Collet
Description:
User Operations for Zend: doing things you probably shouldn't since 2014.

The uopz extension exposes Zend engine functionality normally used at
compilation and execution time in order to allow modification of the
internal structures that represent PHP code.

It supports the following activities:
- Overloading some Zend opcodes including exit/new and composure opcodes
- Renaming functions and methods
- Aliasing functions and methods
- Deletion of functions and methods
- Redefinition of constants
- Deletion of constants
- Runtime composition and modification of classes

Documentation: http://php.net/uopz

Package built for PHP 5.4.

Packages

php-pecl-uopz-2.0.7-1.el6.remi.5.4.x86_64 [45 KiB] Changelog by Remi Collet (2015-03-04):
- Update to 2.0.7
- drop runtime dependency on pear, new scriptlets
php-pecl-uopz-2.0.6-1.el6.remi.5.4.x86_64 [41 KiB] Changelog by Remi Collet (2014-10-15):
- Update to 2.0.6
- don't provide test suite