Revision: 2075 Author: olavmrk Date: Tue Jan 5 06:26:30 2010 Log: _include: Remove the ini_set call.
This hasn't been required in a long time, and any external code depending on it should have been fixed. http://code.google.com/p/simplesamlphp/source/detail?r=2075 Modified: /trunk/www/_include.php ======================================= --- /trunk/www/_include.php Fri Dec 4 00:07:03 2009 +++ /trunk/www/_include.php Tue Jan 5 06:26:30 2010 @@ -56,17 +56,6 @@ } set_error_handler('SimpleSAML_error_handler'); - -$path_extra = dirname(dirname(__FILE__)) . '/lib'; - - -/** + start modify include path + */ -$path = ini_get('include_path'); -$path = $path_extra . PATH_SEPARATOR . $path; -ini_set('include_path', $path); -/** + end modify include path + */ - - /** * Class which should print a warning every time a reference to $SIMPLESAML_INCPREFIX is made. */ -- You received this message because you are subscribed to the Google Groups "simpleSAMLphp commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simplesamlphp-commits?hl=en.
