Open GoogleCodeExporter opened 9 years ago
The issue was that my host had set the include_path using php_admin_value in the
vhost.conf above my site directory so minify can't overwrite it. I'm not sure
how
common that is, but it might be worth considering writing it differently so the
lib
doesn't have to be added to the include_path - the other 6 applications I run
on my
site don't have such a requirement.
Original comment by pats...@gmail.com
on 7 Jun 2010 at 12:29
The next major release :) For 2.1.4 maybe I can at least throw an error when the
include_path fails to change.
Original comment by mrclay....@gmail.com
on 7 Jun 2010 at 2:33
http://code.google.com/p/minify/downloads/detail?name=minify_2.1.4_beta.zip
Has a check in the builder app for the failure of set_include_path(). That will
have to do for 2.1.4.
Original comment by mrclay....@gmail.com
on 8 Jul 2010 at 4:53
Original issue reported on code.google.com by
pats...@gmail.com
on 6 Jun 2010 at 12:56