Add openssl php extension
Make rc.php_ini_setup smarter by testing final list of php modules forloading errors. If a module did not load remove it from php.ini andadd the load error to /var/run/php_modules_load_errors.txt
Remove sqlite for now until undefined symbol error can be resolved.
Test modules correctly
Do not alert for unfound modules
Set upload directory to /root for embedded
Do not return empty rows when probing loaded php modules
Do not remove old php.ini files, they will be replaced.
s/.so//
Add mysql.so and sqlite.so
Remove platform check. Even CDROM platform has unionfs now on RELENG_1
Include apc.so extension
Include all the modules we need.
Move php.ini setup to its own file