Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37978, comment 2


Ignore:
Timestamp:
09/09/2016 02:44:12 AM (9 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37978, comment 2

    initial v1  
    33Via 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.
    44I 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)''