[GH-ISSUE #87] undefined constant password_verify #64

Closed
opened 2026-03-02 15:55:26 +03:00 by kerem · 2 comments
Owner

Originally created by @TheCuriousHacker on GitHub (Nov 26, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/87

Notice: Use of undefined constant password_verify - assumed 'password_verify' in line 152

if(function_exists(password_verify)) {

Originally created by @TheCuriousHacker on GitHub (Nov 26, 2018). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/87 Notice: Use of undefined constant password_verify - assumed 'password_verify' in line 152 ` if(function_exists(password_verify)) {`
kerem 2026-03-02 15:55:26 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@prasathmani commented on GitHub (Nov 27, 2018):

PHP version should be 5.5.0 or above

<!-- gh-comment-id:441946090 --> @prasathmani commented on GitHub (Nov 27, 2018): PHP version should be 5.5.0 or above
Author
Owner

@myspoonistoobig commented on GitHub (Nov 30, 2018):

I believe that line is supposed to be:

if(function_exists('password_verify'))

function_exists expects a string.

<!-- gh-comment-id:443329242 --> @myspoonistoobig commented on GitHub (Nov 30, 2018): I believe that line is supposed to be: `if(function_exists('password_verify'))` function_exists expects a string.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#64
No description provided.