intercept 0.4.0

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

Changes

- Fixed build on PHP 5.3+
- Fixed bug #57424 (crash when using intercept_add function)
- Fixed memory issues