Today I am trying to upgrade php on MacOS Mountain Lion. I followed MacTuts+ tutorial and on the step where I execute that long command:
Install imap before installing php.
brew install imap-uw
then
brew install php55 --with-fpm --with-imap --without-apache --with-debug
The --with-imap option should then run fine.