Intercept function/method calls
Allows the user to have a user-space function called
when the specified function is called. Support for class/object
methods will be added later.
License: PHP
Version | Release | Download |
0.4.0 | 2012-06-15 | intercept-0.4.0.tgz |
0.2.0 | 2005-02-28 | intercept-0.2.0.tgz |
Version | Message |
0.4.0 |
- Fixed build on PHP 5.3+ - Fixed bug #57424 (crash when using intercept_add function) - Fixed memory issues |
0.2.0 |
Added support for intercepting internal functions. Added checking to make sure the handler function is not an internal function. |