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  


 [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