change the include_path setting to be in the php space instead

of doing in the interpreter line (seems to break FreeBSD)
This commit is contained in:
Tomas V.V.Cox 2002-06-25 13:45:29 +00:00
parent d68707a2c9
commit ba7bdbdb65

View file

@ -1,4 +1,4 @@
#!@prefix@/bin/php -Cqd include_path=@include_path@ #!@prefix@/bin/php -Cq
<?php // -*- PHP -*- <?php // -*- PHP -*-
// //
// +----------------------------------------------------------------------+ // +----------------------------------------------------------------------+
@ -24,6 +24,7 @@
/** /**
* @nodep Gtk * @nodep Gtk
*/ */
ini_set('include_path', '@include_path@');
ini_set('allow_url_fopen', true); ini_set('allow_url_fopen', true);
set_time_limit(0); set_time_limit(0);
ob_implicit_flush(true); ob_implicit_flush(true);