timezone_open() undefined function in Date.php

Hallo

das archive.sh skript wirft bei mir folgenden Fehler:

Call to undefined function timezone_open() in …/piwik/core/Date.php on line 222

wenn ich die komplette behandlung von hier an bis zum return auskommentiere
und das return ändere auf

return(int)$this->timestamp

funktioniert es, jedoch nicht mit der Zeitzonenumrechnung.

kann mir da jemand helfen?

danke, Ray

Can you provide the backtrace?

Otherwise, I suggest recompiling php (I assume you are running 5.1.x) with " -DEXPERIMENTAL_DATE_SUPPORT=1".