unread
sapi/nsapi.c includes logic - nsapi_php_ini_entries() - for populating
PHP's ini table with key/value pairs from Web Server's obj.conf file.
This processing is unnecessary overhead for those Web Server
configuration where the obj.conf files only contain standard Web
Server pblock entries which aren't converted into php.ini entries.
Please review the attached patch which adds an optional magnus.conf
configuration directive that can be used to skip processing of
obj.conf pblock params for php.ini modifications.
thanks,
arvi