mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
strftime() added to php_compatibility_handler.php and all references updated. README updated. dateAlternativeTest updated to pass on Windows. (TBD)
This commit is contained in:
@@ -35,6 +35,15 @@ if (!function_exists('strptime'))
|
||||
}
|
||||
|
||||
|
||||
if (!function_exists('strftime'))
|
||||
{
|
||||
function strftime($format, $timestamp)
|
||||
{
|
||||
return eShims::strftime($format, $timestamp);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Fix for exim missing.
|
||||
if(!function_exists('exif_imagetype'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user