Projet

Général

Profil

Paste
Télécharger (3,47 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_help / help_example / help / about-php.html @ 00c2605a

1
<p><b>PHP</b> (<i>PHP: Hypertext Preprocessor</i>) is a computer <a href="http://en.wikipedia.org/wiki/Scripting_language" title="Scripting language">scripting language</a>, originally designed for producing <a href="http://en.wikipedia.org/wiki/Dynamic_web_page" title="Dynamic web page">dynamic web pages</a>. It is mainly used in <a href="http://en.wikipedia.org/wiki/Server-side_scripting" title="Server-side scripting">server-side scripting</a>, but can be used from a <a href="http://en.wikipedia.org/wiki/Command_line_interface"title="Command line interface">command line interface</a> or in <a  href="http://en.wikipedia.org/wiki/Standalone" title="Standalone">standalone</a> <a href="http://en.wikipedia.org/wiki/Graphical_user_interface" title="Graphical user interface">graphical applications</a>.</p>
2

    
3
<p>While PHP was originally created by <a 
4
href="http://en.wikipedia.org/wiki/Rasmus_Lerdorf" title="Rasmus
5
Lerdorf">Rasmus Lerdorf</a> in 1994, the main implementation of PHP is
6
now produced by The PHP Group and serves as the <a 
7
href="http://en.wikipedia.org/wiki/De_facto_standard" title="De facto
8
standard"><i>de facto</i> standard</a> for PHP as there is
9
no <a 
10
href="http://en.wikipedia.org/wiki/Formal_specification" title="Formal
11
specification">formal specification</a>. Released under the <a 
12
href="http://en.wikipedia.org/wiki/PHP_License" title="PHP
13
License">PHP License</a>, the <a 
14
href="http://en.wikipedia.org/wiki/Free_Software_Foundation"
15
title="Free Software Foundation">Free Software Foundation</a>
16
considers it to be <a 
17
href="http://en.wikipedia.org/wiki/Free_software" title="Free
18
software">free software</a>.</p>
19

    
20
<p>PHP is a widely-used general-purpose scripting language that is
21
especially suited for <a 
22
href="http://en.wikipedia.org/wiki/Web_development" title="Web
23
development">web development</a> and can be embedded
24
into <a  href="http://en.wikipedia.org/wiki/HTML"
25
title="HTML">HTML</a>. It generally runs on a <a 
26
href="http://en.wikipedia.org/wiki/Web_server" title="Web server">web
27
server</a>, taking PHP code as its input and
28
creating <a 
29
href="http://en.wikipedia.org/wiki/Web_page" title="Web page">web
30
pages</a> as output. It can be deployed on most web servers and on
31
almost every <a 
32
href="http://en.wikipedia.org/wiki/Operating_system" title="Operating
33
system">operating system</a> and <a 
34
href="http://en.wikipedia.org/wiki/Platform_%28computing%29"
35
class="mw-redirect" title="Platform (computing)">platform</a> free of
36
charge. PHP is installed on more than 20 million
37
websites and 1 million <a 
38
href="http://en.wikipedia.org/wiki/Server_%28computing%29"
39
title="Server (computing)">servers</a>, although the number of
40
websites with PHP <a 
41
href="http://en.wikipedia.org/wiki/Installation_%28computer_programs%29"
42
title="Installation (computer programs)">installed</a> has declined
43
since August 2005.
44
It is also the most popular <a 
45
href="http://en.wikipedia.org/wiki/Apache_HTTP_Server" title="Apache
46
HTTP Server">Apache</a> module among computers using Apache as a web
47
server.
48
The most recent major release of PHP was version 5.2.5
49
on <a  href="http://en.wikipedia.org/wiki/November_8"
50
title="November 8">November 8</a>, <a 
51
href="http://en.wikipedia.org/wiki/2007"
52
title="2007">2007</a>.</p>
53

    
54
<p class="attribution">This excerpt is adapted from <a href="http://en.wikipedia.org/wiki/PHP">Wikipedia: PHP</a>.  It is used here under a <a href="http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons BY-SA 3.0</a> license.</p>