Make WordPress Core

Opened 19 months ago

Closed 19 months ago

Last modified 19 months ago

#57989 closed defect (bug) (invalid)

6.2 broken "Requests" due to private methods - useless extends

Reported by: kkmuffme's profile kkmuffme Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: HTTP API Keywords:
Focuses: Cc:

Description

Since the change of "Requests" to namespace in 6.2 the old Requests is not working at all anymore.
There is an "extends" there in code, however the constructor,... is all private, so it's not available in the extended (old/deprecated) class.

The method would have to be changed to protected for the "extends" to make any sense

Change History (4)

#1 @kkmuffme
19 months ago

  • Resolution set to invalid
  • Status changed from new to closed

#2 @costdev
19 months ago

  • Version trunk deleted

As this ticket has been closed, I'm removing trunk as the Version to clear Report 40 of defects reported against trunk.

#3 @costdev
19 months ago

  • Milestone Awaiting Review deleted
  • Severity changed from blocker to normal

#4 @costdev
19 months ago

  • Component changed from General to HTTP API
Note: See TracTickets for help on using tickets.