Mantis - Quercus
Viewing Issue Advanced Details
3275 feature always 01-16-09 10:46 01-16-09 18:21
koreth  
 
urgent  
new 4.0.0  
open  
none    
none  
0003275: Function renaming / replacement
In our unit test framework, we use a PHP extension we wrote to allow functions to be replaced at runtime so we can, e.g., replace the error logging function with one that captures to a buffer for checking by the unit test code. Our API is pretty simple; it just takes current and new function names.

Since this is just for unit tests, it doesn't really matter to us if it is super high-performance. We don't use it in production.

There are no notes attached to this issue.