Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*TEMPORARILY* Remove zend_string_release calls in rayaop.c
The calls to zend_string_release for class_name and method_name in rayaop.c have been commented out. These were previously used to free the intercept info but now should be removed to prevent any unintended side effects. The subsequent debug print remains to confirm that these values have been released.
- Loading branch information