Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
vms:webdev:phpfarm [2015/06/23 01:42]
admin [Configuration files]
vms:webdev:phpfarm [2016/11/29 17:36]
admin [Configuration files]
Line 65: Line 65:
 <color darkslateblue>​**/​opt/​phpfarm/​custom/​options.sh**</​color>​ <color darkslateblue>​**/​opt/​phpfarm/​custom/​options.sh**</​color>​
  
-In our case this files contains: +See below for a sample content of such file, it should obviously be adapted to your specific php compile options requierments.
-<​code>​ +
-> sudo nano /​opt/​phpfarm/​custopm +
-</​code>​+
  
 It is also possible to create per-version custom options file by specifying the version number in the file name:\\ It is also possible to create per-version custom options file by specifying the version number in the file name:\\
Line 128: Line 125:
 <​code>​ <​code>​
 date.timezone=Europe/​Brussels date.timezone=Europe/​Brussels
 +extension_dir="​$ext_dir"​
 include_path="​.:/​opt/​phpfarm/​inst/​php-$version/​pear/​php/"​ include_path="​.:/​opt/​phpfarm/​inst/​php-$version/​pear/​php/"​
 </​code>​ </​code>​