|
vfsStreamDocsInstall
Setting up vfsStream.
Download and install vfsStream¶vfsStream can be installed using the PEAR installer from http://pear.php-tools.net/. If the PEAR installer is available on your system, you only need to execute the following commands: $ pear channel-discover pear.php-tools.net $ pear install pat/vfsStream-alpha If you already registered the pear.php-tools.net channel before you can skip the first command. --- |
► Sign in to add a comment
On windows, if the TEMP folder is a junction than pear is not working.
Workaround:
(a) set TEMP=<real-folder>
(b) pear config-set temp_dir "<real-folder>"
Please keep your comments related to vfsStream. Both issues due not stem from vfsStream but rather from your php.ini or PEAR settings. Thank you.