Feature #39878
Utility function for determining if an array is considered numerically indexed
| Status: | Closed | Start date: | 2012-08-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Adrian Föder | % Done: | 0% |
|
| Category: | Utility | |||
| Target version: | TYPO3 Flow Base Distribution - 2.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | Yes | |||
| Votes: | 0 |
Description
Unfortunately PHP does not offer a reliable way to say whether an array is considered to be numerically indexed or if it's associative.
Not at last this has to come into account with the merge_recursive_overrule function that currently overwrites numerically-indexed arrays instead of merging them finely (but that'll go into another issue ;)
Related issues
| related to TYPO3.Flow - Bug #43587: Arrays in Yaml configuration should be interleaved rather... | Under Review | 2012-12-04 |
History
Updated by Gerrit Code Review 9 months ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13847
Updated by Karsten Dambekalns 9 months ago
- Category set to Utility
- Target version set to 2.0 beta 1
Updated by Gerrit Code Review 9 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13847
Updated by Karsten Dambekalns 5 months ago
- Target version changed from 2.0 beta 1 to 2.1
Updated by Adrian Föder about 1 month ago
- Status changed from Under Review to Closed
Has been abandoned