Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44416


Ignore:
Timestamp:
06/20/2018 08:22:05 PM (7 years ago)
Author:
desrosj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44416 – Description

    initial v1  
    1 PHP 7.3 has been released [http://php.net/archive/2018.php#id2018-06-07-1 Alpha 1]. While this is still an early development version, one of the [https://wiki.php.net/rfc/compact accepted] and [https://github.com/php/php-src/pull/3240 committed] changes is exposing some undefined variables.
     1PHP 7.3 has released [http://php.net/archive/2018.php#id2018-06-07-1 Alpha 1 version]. While this is still an early development version, one of the [https://wiki.php.net/rfc/compact accepted] and [https://github.com/php/php-src/pull/3240 committed] changes is exposing some undefined variables.
    22
    33In PHP 7.3, the `compact()` function has been changed to issue an `E_NOTICE` level error if a passed string refers to an unset variable. In previous versions of PHP, this notice was silently skipped. The full RFC can be viewed here: https://wiki.php.net/rfc/compact