On a 7-15 core attempting to enable token fails.
We tried php 5.2.17 and 5.3.14 (mamp)
The site started as a commerce kickstart install.
drush en token, site goes to wsod, and php log as follows:

[16-Nov-2012 18:34:02 UTC] PHP Warning: PHP Startup: imap: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[16-Nov-2012 18:34:02 UTC] PHP Warning: PHP Startup: yaz: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[16-Nov-2012 18:34:02 UTC] PHP Warning: PHP Startup: mcrypt: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[16-Nov-2012 18:34:02 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[16-Nov-2012 18:34:02 UTC] PHP Warning: PHP Startup: pgsql: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[16-Nov-2012 18:34:02 UTC] PHP Warning: PHP Startup: pdo_pgsql: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[16-Nov-2012 18:34:02 UTC] PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0

(drush cc all does not report an error reporting: 'all' cache was cleared in ...")

Anything that would be useful to know?

Comments

Dave Reid’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Sounds like a server level issue, not anything in regards to Token.

Letharion’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

I would go so far as to say "definitely" server level issue.

heymikewhipple’s picture

For me, not related to any module. I removed PHP 5.4 support and the messages went away. I re-enabled 5.4 support and the messages re-appeared. Make sense?