Pawka / phrozn

Phrozn is extremely flexible static site generator in PHP.
phrozn.info
Apache License 2.0
455 stars 60 forks source link

Phrozn installed with Composer still requires PEAR to be installed #86

Open furyfire opened 11 years ago

furyfire commented 11 years ago

Any attempt to run phrozn resulted in a php error relating not being able to locate PEAR/Exception.php

Pear/pear_exception was correctly installed from composer

Installing PEAR systemwide resolved it

ihabunek commented 11 years ago

I have the same problem on windows. I do not want pear installed on my machine. Any known workaround?