mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
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:
parent
d68707a2c9
commit
ba7bdbdb65
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue