Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#57989 closed defect (bug) (invalid)

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

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

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
3 years ago

  • Resolutioninvalid
  • Status newclosed

#2 @costdev
3 years ago

  • Version trunk

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

#3 @costdev
3 years ago

  • Milestone Awaiting Review
  • Severity blockernormal

#4 @costdev
3 years ago

  • Component GeneralHTTP API
Note: See TracTickets for help on using tickets.