Changelog for intercept |
Release |
What has changed? |
0.4.0 |
- Fixed build on PHP 5.3+
- Fixed bug #57424 (crash when using intercept_add function)
- Fixed memory issues |
0.3.0 |
Added preliminary support for intercepting class methods.
|
0.2.0 |
Added support for intercepting internal functions.
Added checking to make sure the handler function
is not an internal function. |
0.1 |
First release.
This version can only intercept user-space functions
with user-space callbacks. |