Patch to support PHP 5.3
Brought to you by:
victorvarela
PHP version 5.3 deprecates several functions that smbwebclient uses, including split and the ereg* functions, and also requires a default timezone.
This patch replaces split and ereg* with the equivalent preg* functions, and adds a default timezone configuration variable.
Patch to support PHP 5.3