forked from zenovich/runkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Can use runkit_method_* on internal classes
- Loading branch information
1 parent
82f3fe0
commit 409e270
Showing
1 changed file
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
409e270
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch enable you to change is dangerous : everything you change into internal methods must be undone before your php scripts ends, or you will have to restart apache to reload all running mod-php processes !
More info here (what issue does this patch "solve") : zenovich#60 (comment)