Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.6

Bug #29034 Non-static method Validate::_modf() cannot be called statically
Submitted: 2025-04-18 17:35 UTC
From: neufeind Assigned:
Status: Open Package: Validate (version 0.8.6)
PHP Version: 8.0.0 (Specify exact version in description) OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 50 - 46 = ?

 
 [2025-04-18 17:35 UTC] neufeind (Stefan Neufeind)
Description: ------------ PHP 8.4.x (although that doesn't really matter; code is unclean) Inside Validate.php there is a static call to _modf(). That function needs to be declared "static". error says: called statically in /usr/share/pear/Validate.php:1004 Stack trace: #0 /usr/share/pear/Validate.php(1033)

Comments