uopz 2.0.0

User Operations for Zend


The uopz extension is focused on providing utilities to aid with unit testing PHP code.

It supports the following activities:

* Intercepting function execution
* Intercepting object creation
* Hooking into function execution
* Manipulation of function statics
* Manipulation of function flags
* Redefinition of constants
* Deletion of constants
* Runtime creation of functions and methods

License: PHP License

Changes

API finalized, no moar changes
fix logical error in uopz_extend
fix logical errors in uopz_compose
enforce using correct handlers (stability++)
fix scope issue in global functions created with uopz_function
take modifiers to uopz_function for global functions
fix bug in uopz_delete on magic methods