PHP 5.4.0 released!

During updating i get a message that my options arent supported for php 5.4

Now when i want to start an cronjob i get this message
PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0

How can i fix this even after apache recompile and rewrite_conf it isnt fixed :( ?

You have a custom extension installed and enabled in php.ini (bz2.so): http://pecl.php.net/package/bz2. Just comment the extension line out and use the following method: http://www.php.net/manual/en/bzip2.installation.php.
 
Back
Top