Closed heiglandreas closed 9 years ago
PHP7 run is start to failling due this deprecation. Any volunteer for to fix this?
already had a look at it so if no one else steps up I'll check it. Seems fair as I introduced the deprecated-message :wink:
Andreas Heigl Andreas@heigl.org
Am 16.07.2015 um 11:52 schrieb Maks3w notifications@github.com:
PHP7 run is start to failling due this deprecation. Any volunteer for to fix this?
— Reply to this email directly or view it on GitHub.
changed milestone and closing ticket as this is committed in develop.
Currently
Zend\Ldap\Ldap::search()
internally callsldap_sort
which is already deprecated in the OpenLDAP-libraries and will become deprecated in PHP. As the sorting only is done client-sided and we can not be sure that there might be other data on the server that should be in between the sorting is not really meaningfull.We should look for a way to sort the data with the "default" PHP-sorting-functions