php_ini option is not used in custombuild 2.0

dkzr

Verified User
Joined
Oct 17, 2013
Messages
84
Location
The Netherlands
Hi,

I noticed when running
Code:
./build options
that the line "Replace "php.ini" with './build all' and './build php-ini': " doesn't output a setting (empty space after the colon).

Going through the build script, I think the ${PHPINI_OPT} variable is never set and the php_ini option doesn't seem to get called.
 
You can just type ./build to see what options are available
 
Hi scsi,

Thanks for your reply. I know ./build gives me all options, and "php-ini" is one of them.

I'm afraight though that using/setting the php-ini option has no effect at all.

When I run "./build set php-ini yes" the reply is "Changed php-ini option from to yes" but the options.conf file doesn't change.

When I manually set the options.conf file, the setting is ignored by the build script.
 
Back
Top