]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20696 noting zend libs are incomplete and are not guaranteed to be there in future
authorPetr Skoda <skodak@moodle.org>
Sat, 31 Oct 2009 22:37:16 +0000 (22:37 +0000)
committerPetr Skoda <skodak@moodle.org>
Sat, 31 Oct 2009 22:37:16 +0000 (22:37 +0000)
lib/setup.php

index 8fbde7f3f302f3baa3aa2bead4f5e6ffd19d311b..ba160a65db4aa4c30ad886d6b0401c02bf743ba3 100644 (file)
@@ -266,6 +266,7 @@ require_once($CFG->libdir .'/editorlib.php');       // All text editor related f
 //the problem is that we need specific version of quickforms and hacked excel files :-(
 ini_set('include_path', $CFG->libdir.'/pear' . PATH_SEPARATOR . ini_get('include_path'));
 //point zend include path to moodles lib/zend so that includes and requires will search there for files before anywhere else
+//please note zend library is supposed to be used only from web service protocol classes, it may be removed in future
 ini_set('include_path', $CFG->libdir.'/zend' . PATH_SEPARATOR . ini_get('include_path'));
 
 // make sure PHP is not severly misconfigured