As its name suggests, Fixed functions broken before PHP 4.2.0 is an open source PHP class specially designed to patch the broken functions from PHP packages before version 4.2.0.
It fixes the following broken PHP functions: strtok (broken after PHP 4.0.6), dirname (broken before PHP 4.0.3) and odbc_fetch_into (broken after PHP 4.0.5 and then again after PHP 4.2.0).
If you have programs that require a PHP version lower than 4.2.0 and the aforementioned functions, please use this class to fix the issues.
Product's homepage
Requirements:
· PHP