toshog wrote:it is a bsd machine. so if not all, most of the modules are binary pkgs installed via pkg_add. there are no src files for the extensions to build within php from
I might be showing my ignorance of BSD here, but... I don't understand what you mean here.
The only building I've done is on CentOS (and Fedora, but that's been a while). Sure, there were pre-compiled packages out there I could have installed using yum, but I wanted to compile the latest version of PHP just 'cause.
All I had to do was download the PHP source, run the "./configure" command with all of the "--with-EXTENSION" lines I wanted, and start installing missing libraries until the configure finally completed successfully.
Is this not a similar process as to what you'd have to do if compiling a newer version of PHP than what your package manager/repo's have available?