building for FreeBSD

[email protected] ("Jorge F. Hernandez") Thu, 16 Oct 2014 15:30:34 -0400
Newsgroups php.install
Message-ID <[email protected]>
Hey guys,

I just built PHP 5.6.1 for FreeBSD and noticed that all the extensions 
where named with a .a instead of a .so, do I have to go do an 'ar -x 
extension.a' to get the .o out and rename it .so?

If so, why didn't the make process create .so instead of .a

FYI I configured it using --disable-static

Thanks