Changes between Initial Version and Version 1 of Ticket #34558, comment 1
- Timestamp:
- 11/02/2015 07:23:18 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34558, comment 1
initial v1 1 In [32990] we modified Password hash to have the __constructmethod, 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.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. 2 2 3 3 How were you able to get the deprecation notice? I haven't seen it my running of PHP7.