<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/405/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Marconipoveda</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/405/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Marconipoveda"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/405/en/Special:Contributions/Marconipoveda"/>
	<updated>2026-04-18T14:00:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/405/en/index.php?title=PHP_info&amp;diff=29913</id>
		<title>PHP info</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/405/en/index.php?title=PHP_info&amp;diff=29913"/>
		<updated>2007-12-06T23:58:54Z</updated>

		<summary type="html">&lt;p&gt;Marconipoveda: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: &#039;&#039;Administration &amp;gt; Server &amp;gt; PHP info&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The phpinfo display contains information about the configuration of your PHP installation. This is useful for checking:&lt;br /&gt;
* that your PHP installation meets Moodle&#039;s system requirements.&lt;br /&gt;
* that you have installed the required modules needed for Moodle to work, e.g. the LDAP module for LDAP authentication.&lt;br /&gt;
&lt;br /&gt;
==Displaying phpinfo==&lt;br /&gt;
To view the phpinfo information:&lt;br /&gt;
* In Moodle version 1.7 or greater, choose Site Administration -&amp;gt; Server -&amp;gt; PHP info.&lt;br /&gt;
* Create a file called info.php using your text editor, containing this single line:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?php phpinfo(); ?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sample output==&lt;br /&gt;
This is a sample output displayed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;3&amp;quot; width=&amp;quot;600&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr class=&amp;quot;h&amp;quot;&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
[http://www.php.net/ http://www.php.net]&lt;br /&gt;
=PHP Version 4.3.3=&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;3&amp;quot; width=&amp;quot;600&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;System &amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;v&amp;quot;&amp;gt;Windows NT MYLAPTOP0106 5.1 build 2600 &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;Build Date &amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;v&amp;quot;&amp;gt;Aug 24 2003 22:01:16 &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;Server API &amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;v&amp;quot;&amp;gt;Apache &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;Virtual Directory Support &amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;v&amp;quot;&amp;gt;enabled &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;Configuration File (php.ini) Path &amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;v&amp;quot;&amp;gt;C:\WINDOWS\php.ini &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;PHP API &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;20020918 &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;PHP Extension &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;20020429 &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;Zend Extension &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;20021010 &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;Debug Build &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;no &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;Thread Safety &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;enabled &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;e&amp;quot;&amp;gt;Registered PHP Streams &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;php, http, ftp, compress.zlib&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
This output goes on for about 5 pages.&lt;br /&gt;
&lt;br /&gt;
[[es:phpinfo]]&lt;br /&gt;
[[pt:phpinfo]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer|Phpinfo]]&lt;br /&gt;
[[Category:Administrator]]&lt;/div&gt;</summary>
		<author><name>Marconipoveda</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/405/en/index.php?title=Decision_FAQ&amp;diff=29832</id>
		<title>Decision FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/405/en/index.php?title=Decision_FAQ&amp;diff=29832"/>
		<updated>2007-12-05T19:38:22Z</updated>

		<summary type="html">&lt;p&gt;Marconipoveda: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FAQ}}&lt;br /&gt;
&lt;br /&gt;
Frequently asked questions about &#039;&#039;&#039;Moodle&#039;&#039;&#039; asked by people who are deciding whether Moodle is right for them.&lt;br /&gt;
&lt;br /&gt;
==What is Moodle?==&lt;br /&gt;
&lt;br /&gt;
Please see [[About Moodle]].&lt;br /&gt;
&lt;br /&gt;
==What do you need to run Moodle?==&lt;br /&gt;
&lt;br /&gt;
If you want to try Moodle out, you can easily [[Windows installation | install it on a standard Windows computer]] on your desktop or [[Step-by-step_Guide_for_Installing_Moodle_on_Mac_OS_X_10.4_Client | on a Mac]].&lt;br /&gt;
&lt;br /&gt;
If you want to run a stable Moodle service for a school, college, business etc., you should really invest in a dedicated server with enough capacity for your users. Moodle runs on a variety of platforms - the most common being Linux/Windows, Apache, MySQL and PHP. Please see [[Installing Moodle]] for more specifics.&lt;br /&gt;
&lt;br /&gt;
==I don&#039;t understand this technology... how can I use Moodle?==&lt;br /&gt;
&lt;br /&gt;
Any organization with more than a few computers likely has a technology person who understands this. If you are not running a large operation, many website providers include an optional Moodle install on their site. Usually this comes with a package called Fantastico. Contact them for more information.&lt;br /&gt;
&lt;br /&gt;
==Is Moodle complicated?==&lt;br /&gt;
&lt;br /&gt;
Moodle is very powerful, and with power comes complexity. However, it is designed to be easy for teachers, tutors and trainers to use, for technicians to install, and for administrators to manage. There are however a lot of options and settings, but getting started is easy if you&#039;re not afraid to explore on your own, or if you get some training from a Moodle Partner or someone who knows Moodle well.&lt;br /&gt;
&lt;br /&gt;
==Is Moodle for teachers or administrators?==&lt;br /&gt;
&lt;br /&gt;
Moodle is a Learning/Course Management Systems (LMS/CMS) which helps individual, groups, schools, institutions, business, and even boards of education and school districts manage courses for anyone involved in teaching. Courses can be from 5 minutes to 5 years, from 1 person to 500 (or more!), and for everyone from first-graders to senior-citizens. The tools built into Moodle are appropriate for everything from social groups to professional development to traditional students in class.&lt;br /&gt;
&lt;br /&gt;
==Why would we trust our enterprise work to a free software package?==&lt;br /&gt;
&lt;br /&gt;
Almost 70% of the world&#039;s websites run on Apache, which is a free webserver. Moodle is open-source, and while this FAQ is not the appropriate place to discuss open-source software, a quick Google search on the viability of open-source products should provide ample material. Other great examples of widely-used open-source software include Linux, Sendmail, and numerous other packages that you probably use daily that you don&#039;t even know about.&lt;br /&gt;
&lt;br /&gt;
==How can Moodle be free?==&lt;br /&gt;
&lt;br /&gt;
[http://moodle.org/ Moodle.org] is supported by [http://moodle.org/donations/ donations], by consulting generated by clients who need specific enhancements and are willing to pay for them, and by royalties etc. paid by [http://moodle.com/partners/ Moodle Partners].&lt;br /&gt;
&lt;br /&gt;
==What is a Moodle Partner?==&lt;br /&gt;
&lt;br /&gt;
Moodle Partners are companies around the world that have been certified to deliver high-quality Moodle services to customers. Please see [http://moodle.com/ moodle.com] for further details.&lt;br /&gt;
&lt;br /&gt;
==How many people are using Moodle?==&lt;br /&gt;
&lt;br /&gt;
As Moodle is free to download and use, there is no simple way to count its &amp;quot;customers&amp;quot; since anyone can use it any time with no record. However, please see [http://moodle.org/stats/ Moodle statistics]. There are a number of [[Large installations | large installations]] of Moodle which cater for thousands of users each.&lt;br /&gt;
&lt;br /&gt;
==How do we know Moodle will still be around in the future?==&lt;br /&gt;
&lt;br /&gt;
Moodle has a strong installed user base (the number of organizations and people using Moodle), so there are many individuals and organisations who have a vested interest in Moodle enduring long into the future.&lt;br /&gt;
&lt;br /&gt;
Moodle has a number of key strengths which when combined make a powerful case for its continuing presence and success:&lt;br /&gt;
&lt;br /&gt;
* A corporate structure which co-ordinates development, finances etc.: This entity (Moodle Pty Ltd) employs the core team including the Founder and Lead Developer Martin Dougiamas. Although the loss of any of the core team members would be a blow to Moodle this corporate body would remain intact and functional.&lt;br /&gt;
&lt;br /&gt;
* Moodle Partners: The growing global network of Moodle Partners provide commercial support services which help sustain Moodle users. Crucially, Moodle Partners contribute financially to support Moodle development and the organisational aspects provided by Moodle Pty Ltd.&lt;br /&gt;
&lt;br /&gt;
* Moodle community: Last in this list, but by no means least. The Moodle community, combined with the well funded and organisationally stable elements above is a powerful force in itself in maintaining the momentum and longevity of Moodle.&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[es:FAQ Decisión]]&lt;br /&gt;
[[fr:FAQ de décision]]&lt;br /&gt;
[[pt:FAQ Decissão]]&lt;/div&gt;</summary>
		<author><name>Marconipoveda</name></author>
	</entry>
</feed>