]> git.openstreetmap.org Git - nominatim.git/commit
Add array_key_last function for PHP <7.3
authorFrederik Ramm <frederik@remote.org>
Thu, 6 May 2021 18:44:04 +0000 (20:44 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 13 May 2021 14:42:22 +0000 (16:42 +0200)
commitfe39185894cc7c7f1d4d50b15cc96476b35641d9
tree08c9cd4ca94ff0ffad205049c150a5584325b745
parent63e35574d4998ea64c1b26b1680d14ff4fd14036
Add array_key_last function for PHP <7.3

This patch adds an array_key_last function if it doesn't yet exist, fixes #2316. It is tested on PHP 7.2.24 but not PHP 7.3.
lib-php/lib.php