Module uses a PHP 5 only function
kiamlaluno - August 17, 2008 - 23:02
| Project: | Digg this |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | yaph |
| Status: | closed |
Jump to:
Description
The module calls a function that is only for PHP 5; I am not sure if it is installed by default on a PHP 5, but the module should declare its dependency from PHP 5 by putting the following line in diggthis.info:
PHP = 5.x
#1
Fixed in CVS HEAD.