Closed GoogleCodeExporter closed 8 years ago
must be:
": is used"
and the path is wrong, right patch is:
Index: phpQuery.php
===================================================================
--- phpQuery.php (revision 195)
+++ phpQuery.php (working copy)
@@ -4206,8 +4206,8 @@
// add plugins dir and Zend framework to include path
set_include_path(
get_include_path()
- .':'.dirname(__FILE__).'/'
- .':'.dirname(__FILE__).'/plugins/'
+ .PATH_SEPARATOR.dirname(__FILE__).'/'
+ .PATH_SEPARATOR.dirname(__FILE__).'/plugins/'
);
// why ? no __call nor __get for statics in php...
phpQuery::$plugins = new phpQueryPlugins();
Original comment by artn...@gmail.com
on 5 Oct 2008 at 12:38
Fixed in r197, thanks for the patch.
Original comment by tobiasz....@gmail.com
on 5 Oct 2008 at 10:37
Original issue reported on code.google.com by
artn...@gmail.com
on 5 Oct 2008 at 12:31