How to recompile PHP without loosing current configuration (IonCube, ZO, eaccelerator and etc) and also adding "--with-mime-magic".
How to recompile PHP without loosing current configuration (IonCube, ZO, eaccelerator and etc) and also adding "--with-mime-magic".
As you said you need to recompile php manualy adding --with-mime-magic to ./configure. To find out which ./configure options were used when building your current php version use for example phpinfo() with your current php interpreter.