TysonAndre / pecl-teds

Tentative Extra Data Structures for php
BSD 3-Clause "New" or "Revised" License
30 stars 4 forks source link

1.2.5: Fix and optimize get_properties/get_properties_for handlers #188

Closed TysonAndre closed 2 years ago

TysonAndre commented 2 years ago

Don't keep around properties table longer than they need to be kept in php 8.3+. Fix crash with array_walk(), reset(), and end() - Don't return null in get_properties. Switch to get_properties_for.

Combine some redundant functionality