I admit that I am a bit spoiled by the Windows installer. Anyway, I have mac os x leopard server and am trying to get gettext to work. I had trouble with pear but put the include for pear in the /etc/php.ini file. GetText seems different. I don't know where to point to in php.ini or if that's how to get it to "see" it. I installed GetText from source ./configure, make, etc. Do I have to reinstall PHP on Mac to get new stuff to work with --with? thank you.
edit: just wanted to ask a different way than the body above. With PHP, if you want a new feature, do you have to reinstall the whole thing? How does PHP know about the new library installs?