My favorites | Sign in
Logo
             
Search
for
Updated Feb 04, 2010 by mikey17956
Labels: vfsStream, Phase-Support
  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.

---

Back to vfsStream home page


Comment by foofight...@gmail.com, Feb 14, 2010
>pear install pat/vfsStream-alpha
downloading vfsStream-0.5.0.tgz ...
Starting to download vfsStream-0.5.0.tgz (192,757 bytes)
.........................................done: 192,757 bytes

Warning: strtotime(): It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone
_set() function. In case you used any of those methods and you are still getting
 this warning, you most likely misspelled the timezone identifier. We selected '
Europe/Paris' for '1.0/no DST' instead in PEAR\Validate.php on line 489
ERROR: failed to mkdir C:\php5\pear\docs\vfsStream\docs
Comment by foofight...@gmail.com, Feb 14, 2010

On windows, if the TEMP folder is a junction than pear is not working.

Workaround:

(a) set TEMP=<real-folder>

OR

(b) pear config-set temp_dir "<real-folder>"

Comment by mikey17956, Feb 14, 2010

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.


Sign in to add a comment
Powered by Google Project Hosting