Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php

"enablePhpTooling": true,  //true for enable the PHP features and false for 
				//disable the PHP features.
				
    "executablePath": "php",   // this is the path format, for MAC and Linux,  
	                        // the path is “/users/someuser/bin/php.  
				// For windows, the path is c:path	ophp.exe.
				
    "memoryLimit": "5904M",    // indicates the memory limit for the PHP language 
	                        // server process.
							
    "validateOnType": "false", // the ‘on type’ or ‘on save’ are the configuration
	                        // to have the diagnostics.
							
    "livedev.multibrowser": false
Source by www.tutorialscampus.com #
 
PREVIOUS NEXT
Tagged: #php
ADD COMMENT
Topic
Name
5+6 =