Errors/warning on PHP 5.5 #33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, There are two issues related to phpldapadmin + python 5.5.
The first one is, that lib/functions.php defines a function named 'password_hash', but such function appears in PHP 5.5 which lead to name clash and error. See: http://www.php.net/manual/en/function.password-hash.php
The second issue is related to the '/e' modifier of preg_replace, which is deprecated in PHP 5.5. See http://www.php.net/manual/en/function.preg-replace.php.
Please consider the following patch:
Ah, and this patch is against PLA 1.2.2.