Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39165, comment 34


Ignore:
Timestamp:
09/21/2017 02:56:05 PM (7 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39165, comment 34

    initial v1  
    1616- extra index checks on {{{$styles[1][0]}} and {{{$phpinfo[1][0]}}}.
    1717
    18 ps: didn't noticed the last patch, so I didn't include it here.
     18Here I used a {{{function_exists( 'phpinfo' )}}} check, but I wonder if that's enough or if we need to check inside: {{{ini_get( 'disable_functions' )}}}? See e.g. [https://stackoverflow.com/questions/2749591/php-exec-check-if-enabled-or-disabled here] for discussions.
     19
     20
     21ps: I didn't noticed the last patch 39165.7.patch, so I didn't include it here.