Opened 8 years ago
Closed 7 years ago
#41094 closed defect (bug) (fixed)
Deprecated version not specfied for debug_fopen() et al.
Reported by: | jdgrimes | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | General | Keywords: | has-patch needs-refresh |
Focuses: | Cc: |
Description
The debug_fopen()
, debug_write()
and debug_fclose()
functions were deprecated in 3.4.0 ([19935]). However, the calls to _deprecated_function()
do not include the version number, instead listing the replacement function, error_log()
as the second parameter. The second parameter is supposed to be the version number, the replacement function should be the third parameter.
Attachments (1)
Change History (9)
#4
@
8 years ago
- Keywords commit added; good-first-bug removed
- Milestone changed from Awaiting Review to 4.9
#5
follow-up:
↓ 7
@
8 years ago
There are a number of other functions suffering from this. Shall I add additional patches for those to this ticket or should I open a new ticket ? Or even a new ticket for each patch ?
#7
in reply to:
↑ 5
@
8 years ago
- Keywords needs-refresh added; commit removed
Replying to jrf:
There are a number of other functions suffering from this. Shall I add additional patches for those to this ticket or should I open a new ticket ? Or even a new ticket for each patch ?
Sounds good, updating the patch here by including 41094.diff in your patch @jrf and it can go in in a single commit with props to you both @milindmore22 and @jrf
Looks good to me, thanks @milindmore22