Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34558, comment 1


Ignore:
Timestamp:
11/02/2015 07:23:18 PM (9 years ago)
Author:
jorbin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34558, comment 1

    initial v1  
    1 In [32990] we modified Password hash to have the __construct method, while keeping the PasswordHash function.  This was to ensure there was no breakage.  None of our uses of PasswordHash directly call the php4 style constructor (that I can tell).  It *should* only be used if someone is subclassing PasswordHash and calling the php4 style constructor.
     1In [32990] we modified Password hash to have the `__construct` method, while keeping the PasswordHash function.  This was to ensure there was no breakage.  None of our uses of PasswordHash directly call the php4 style constructor (that I can tell).  It *should* only be used if someone is subclassing PasswordHash and calling the php4 style constructor.
    22
    33How were you able to get the deprecation notice?  I haven't seen it my running of PHP7.