Opened 5 years ago
Closed 3 years ago
#7493 closed enhancement (fixed)
_deprecated() version numbers.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Inline Docs | Version: | |
| Severity: | normal | Keywords: | has-patch early |
| Cc: |
Description
This is a patch to change the "deprecated since 0.0" messages to their correct number.
Attachments (3)
Change History (12)
- Keywords needs-patch added; has-patch removed
- Owner changed from anonymous to westi
- Status changed from new to assigned
Replying to santosj:
You're using Ozh Version list, but I believe the deprecated version numbers are when the function was deprecated, not when the function was added.
That is correct.
comment:3
jacobsantos — 5 years ago
- Milestone changed from 2.7 to 2.8
comment:4
jacobsantos — 4 years ago
- Type changed from defect (bug) to enhancement
- Milestone changed from 2.8 to Future Release
- Component changed from General to Inline Docs
- Keywords has-patch early added; needs-patch removed
- Milestone changed from Future Release to 3.0
To align with #10920.
Tons of new phpdoc here.
FWIW, every version number for '0.0' values was traced back through changesets, revisions and tickets. Not guaranteeing 100% accuracy but it should be.
On occasion, @since and @deprecated are the same version. The function was added early in a dev cycle and removed later on in the same cycle.
#10920 was incorporated into this patch.
Updated patch also removes $deprecated args that don't affect argument order -- see #11386. Also, some whitespace improvements for _deprecated_function() calls.

You're using Ozh Version list, but I believe the deprecated version numbers are when the function was deprecated, not when the function was added.