runkit

PHP Startup: Timezone database is corrupt

Hi, I have juste updated my CentOS server. PHP is now at the 5.2.10 version (php-5.2.10-1.el5.remi.i386), and I have installed PECL Runkit. tzdata was updated too (tzdata-2009i-2.el5.noarch). Since the update, Apache refuse to start Here is the httpd/error.log [Wed Jul 08 11:40:21 2009] [notice] suEXEC mechanism enabled (wrapper: /us...

Runkit : does not work on a linux server

Hi, I have a problem with PECL::Runkit with this little example index.php contain <?php runkit_import('a.php'); runkit_import('b.php'); Doublon::get(); a.php et b.php each contain the same code class Doublon { static function get() { echo "class " . __FILE__; } } On my PC (Windows XP, Wampserver 2, php 5.2.9-2, runkit DLL bundled...