Possibly related to this question, but I need some clarification.
I'm managing a Mac Mini server with brew's php54 installed. I did not do the install; the developer who did has since left the company. As such, I don't know what extensions php was compiled with, and because the server's in use, I don't want to break it.
Is it possible to install the --with-imap support without losing any current extensions? E.g. if it was run as brew install php54 --with-mcrypt
, will brew reinstall php54 --with-imap
remove mcrypt?
If it will lose extensions, is it possible to find what php was compiled with, to recreate the brew install command?