Skip to content

Instantly share code, notes, and snippets.

@taleeb35
Created October 13, 2014 15:06
Show Gist options
  • Save taleeb35/fd7706d0c794c9b5ee54 to your computer and use it in GitHub Desktop.
Save taleeb35/fd7706d0c794c9b5ee54 to your computer and use it in GitHub Desktop.
; UNIX: "/path1:/path2"
include_path = "/usr/local/bin/phpunit.phar"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
;
; PHP's default setting for include_path is ".;/path/to/php/pear"
; http://www.php.net/manual/en/ini.core.php#ini.include-path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment