Changes between Initial Version and Version 1 of Ticket #39165, comment 34
- Timestamp:
- 09/21/2017 02:56:05 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39165, comment 34
initial v1 16 16 - extra index checks on {{{$styles[1][0]}} and {{{$phpinfo[1][0]}}}. 17 17 18 ps: didn't noticed the last patch, so I didn't include it here. 18 Here 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 21 ps: I didn't noticed the last patch 39165.7.patch, so I didn't include it here.