Changes between Initial Version and Version 1 of Ticket #37978, comment 2
- Timestamp:
- 09/09/2016 02:44:12 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37978, comment 2
initial v1 3 3 Via https://core.trac.wordpress.org/ticket/37680#comment:18 apparently you can use `suhosin.executor.func.blacklist` which disables the function in every way, except that `function_exists()` continues to incorrectly return true. 4 4 I wonder if maybe it correctly applies to `is_callable()`? 5 ''(Edit: After reading [https://github.com/stefanesser/suhosin/issues/18 suhosin/issues/18] I believe `function_exists()` works correctly under `suhosin` now)''