Changeset 657 in subversion


Ignore:
Timestamp:
Jul 30, 2007 7:51:32 AM (6 years ago)
Author:
till
Message:
  • tried set_include_path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-vnext/program/include/bootstrap.php

    r656 r657  
    4040//echo 'Before: ' . $include_path; 
    4141$status = ini_set('include_path', $include_path); 
     42$status = set_include_path($include_path); 
    4243if ($status === false) { 
    43     die('Fatal error: ini_set does not work.'); 
     44    die('Fatal error: ini_set/set_include_path does not work.'); 
    4445} 
    4546 
Note: See TracChangeset for help on using the changeset viewer.