MarkBaker / PHPMatrix

PHP Class for handling Matrices
MIT License
1.42k stars 13 forks source link

Apply function-exists check around all function definitions. #18

Closed MarkBaker closed 3 years ago

MarkBaker commented 3 years ago

Apply function-exists check around all function definitions. This is a problem for WP users who are using plug-ins that haven't been properly created with PHPScoper, and they blame my libraries rather than the plug-in creators, who don't understand how a plug-in is supposed to be scoped.