PHP

This article is about the scripting language. For other uses, see PHP (disambiguation).

PHP
Paradigm Imperative, functional, object-oriented, procedural, reflective
Designed by Rasmus Lerdorf
Developer The PHP Development Team, Zend Technologies
First appeared June 8, 1995 (1995-06-08)[1]
Stable release
7.1.0[2] / December 1, 2016 (2016-12-01)
Preview release
7.1.0 Release Candidate 6[3] / November 10, 2016 (2016-11-10)
Typing discipline Dynamic, weak, gradual (as of PHP 7.0.0)[4]
Implementation language C (primarily; some components C++)
OS Unix-like, Windows
License PHP License (most of Zend Engine under Zend Engine License & The TSRM License)
Filename extensions .php, .phtml, .php3, .php4, .php5, .php7, .phps
Website php.net
Major implementations
Zend Engine, HHVM, Phalanger, Quercus, Project Zero, Parrot
Influenced by
C, C++, Java, Perl, Tcl[1]
Influenced
Falcon, Hack

PHP is a server-side scripting language designed primarily for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994,[5] the PHP reference implementation is now produced by The PHP Development Team.[6] PHP originally stood for Personal Home Page,[5] but it now stands for the recursive acronym PHP: Hypertext Preprocessor.[7]

PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code may also be executed with a command-line interface (CLI) and can be used to implement standalone graphical applications.[8]

The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on almost every operating system and platform, free of charge.[9]

The PHP language evolved without a written formal specification or standard until 2014, leaving the canonical PHP interpreter as a de facto standard. Since 2014 work has gone on to create a formal PHP specification.[10]

History

Early history

Rasmus Lerdorf, who wrote the original Common Gateway Interface (CGI) component, together with Andi Gutmans and Zeev Suraski, who rewrote the parser that formed PHP 3.

PHP development began in 1995 when Rasmus Lerdorf wrote several Common Gateway Interface (CGI) programs in C,[11][12][13] which he used to maintain his personal homepage. He extended them to work with web forms and to communicate with databases, and called this implementation "Personal Home Page/Forms Interpreter" or PHP/FI.

PHP/FI could help to build simple, dynamic web applications. To accelerate bug reporting and to improve the code, Lerdorf initially announced the release of PHP/FI as "Personal Home Page Tools (PHP Tools) version 1.0" on the Usenet discussion group comp.infosystems.www.authoring.cgi on June 8, 1995.[14][15] This release already had the basic functionality that PHP has as of 2013. This included Perl-like variables, form handling, and the ability to embed HTML. The syntax resembled that of Perl but was simpler, more limited and less consistent.[6]

Lerdorf did not intend the early PHP to become a new programming language, but it grew organically, with Lerdorf noting in retrospect: "I don’t know how to stop it, there was never any intent to write a programming language […] I have absolutely no idea how to write a programming language, I just kept adding the next logical step on the way."[16] A development team began to form and, after months of work and beta testing, officially released PHP/FI 2 in November 1997.

The fact that PHP lacked an original overall design but instead developed organically has led to inconsistent naming of functions and inconsistent ordering of their parameters.[17] In some cases, the function names were chosen to match the lower-level libraries which PHP was "wrapping",[18] while in some very early versions of PHP the length of the function names was used internally as a hash function, so names were chosen to improve the distribution of hash values.[19]

PHP 3 and 4

This is an example of custom php code on a computer screen.

Zeev Suraski and Andi Gutmans rewrote the parser in 1997 and formed the base of PHP 3, changing the language's name to the recursive acronym PHP: Hypertext Preprocessor.[6][20] Afterwards, public testing of PHP 3 began, and the official launch came in June 1998. Suraski and Gutmans then started a new rewrite of PHP's core, producing the Zend Engine in 1999.[21] They also founded Zend Technologies in Ramat Gan, Israel.[6]

On May 22, 2000, PHP 4, powered by the Zend Engine 1.0, was released.[6] As of August 2008 this branch reached version 4.4.9. PHP 4 is no longer under development nor will any security updates be released.[22][23]

PHP 5

On July 13, 2004, PHP 5 was released, powered by the new Zend Engine II.[6] PHP 5 included new features such as improved support for object-oriented programming, the PHP Data Objects (PDO) extension (which defines a lightweight and consistent interface for accessing databases), and numerous performance enhancements.[24] In 2008 PHP 5 became the only stable version under development. Late static binding had been missing from PHP and was added in version 5.3.[25][26]

Many high-profile open-source projects ceased to support PHP 4 in new code as of February 5, 2008, because of the GoPHP5 initiative,[27] provided by a consortium of PHP developers promoting the transition from PHP 4 to PHP 5.[28][29]

Over time, PHP interpreters became available on most existing 32-bit and 64-bit operating systems, either by building them from the PHP source code, or by using pre-built binaries.[30] For the PHP versions 5.3 and 5.4, the only available Microsoft Windows binary distributions were 32-bit x86 builds,[31][32] requiring Windows 32-bit compatibility mode while using Internet Information Services (IIS) on a 64-bit Windows platform. PHP version 5.5 made the 64-bit x86-64 builds available for Microsoft Windows.[33]

PHP 6 and Unicode

PHP has received criticism due to lacking native Unicode support at the core language level, instead only supporting byte strings. In 2005, a project headed by Andrei Zmievski was initiated to bring native Unicode support throughout PHP, by embedding the International Components for Unicode (ICU) library, and representing text strings as UTF-16 internally.[34] Since this would cause major changes both to the internals of the language and to user code, it was planned to release this as version 6.0 of the language, along with other major features then in development.[35]

However, a shortage of developers who understood the necessary changes, and performance problems arising from conversion to and from UTF-16, which is rarely used in a web context, led to delays in the project.[36] As a result, a PHP 5.3 release was created in 2009, with many non-Unicode features back-ported from PHP 6, notably namespaces. In March 2010, the project in its current form was officially abandoned, and a PHP 5.4 release was prepared containing most remaining non-Unicode features from PHP 6, such as traits and closure re-binding.[37] Initial hopes were that a new plan would be formed for Unicode integration, but as of 2014 none have been adopted.

PHP 7

During 2014 and 2015, a new major PHP version was developed, which was numbered PHP 7. The numbering of this version involved some debate.[38] While the PHP 6 Unicode experiment had never been released, several articles and book titles referenced the PHP 6 name, which might have caused confusion if a new release were to reuse the name.[39] After a vote, the name PHP 7 was chosen.[40]

The foundation of PHP 7 is a PHP branch that was originally dubbed PHP next generation (phpng). It was authored by Dmitry Stogov, Xinchen Hui and Nikita Popov,[41] and aimed to optimize PHP performance by refactoring the Zend Engine to use more compact data structures with improved cache locality while retaining near-complete language compatibility.[42] As of 14 July 2014, WordPress-based benchmarks, which served as the main benchmark suite for the phpng project, showed an almost 100% increase in performance. Changes from phpng are also expected to make it easier to improve performance in the future, as more compact data structures and other changes are seen as better suited for a successful migration to a just-in-time (JIT) compiler.[43] Because of the significant changes, the reworked Zend Engine is called Zend Engine 3, succeeding Zend Engine 2 used in PHP 5.[44]

Because of major internal changes in phpng, it must receive a new major version number of PHP, rather than a minor PHP 5 release, according to PHP's release process.[45] Major versions of PHP are allowed to break backward-compatibility of code and therefore PHP 7 presented an opportunity for other improvements beyond phpng that require backward-compatibility breaks, including wider use of exceptions,[46][47] reworking variable syntax to be more consistent and complete,[48] and the deprecation or removal of various legacy features.[49][50]

PHP 7 also introduced new language features, including return type declarations for functions,[51] which complement the existing parameter type declarations, and support for the scalar types (integer, float, string, and boolean) in parameter and return type declarations.[52]

Release history

Key
Color Meaning Development
Red Old release No development
Yellow Stable release Security fixes
Green Stable release Bug and security fixes
Blue Future release New features
Version Release date Supported until[53] Notes
1.0 8 June 1995 Officially called "Personal Home Page Tools (PHP Tools)". This is the first use of the name "PHP".[6]
2.0 1 November 1997 Officially called "PHP/FI 2.0". This is the first release that could actually be characterised as PHP, being a standalone language with many features that have endured to the present day.
3.0 6 June 1998 20 October 2000[53] Development moves from one person to multiple developers. Zeev Suraski and Andi Gutmans rewrite the base for this version.[6]
4.0 22 May 2000 23 June 2001[53] Added more advanced two-stage parse/execute tag-parsing system called the Zend engine.[54]
4.1 10 December 2001 12 March 2002[53] Introduced "superglobals" ($_GET, $_POST, $_SESSION, etc.)[54]
4.2 22 April 2002 6 September 2002[53] Disabled register_globals by default. Data received over the network is not inserted directly into the global namespace anymore, closing possible security holes in applications.[54]
4.3 27 December 2002 31 March 2005[53] Introduced the command-line interface (CLI), to supplement the CGI.[54][55]
4.4 11 July 2005 7 August 2008[53] Fixed a memory corruption bug, which required breaking binary compatibility with extensions compiled against PHP version 4.3.x.[56]
5.0 13 July 2004 5 September 2005[53] Zend Engine II with a new object model.[57]
5.1 24 November 2005 24 August 2006[53] Performance improvements with introduction of compiler variables in re-engineered PHP Engine.[57] Added PHP Data Objects (PDO) as a consistent interface for accessing databases.[58]
5.2 2 November 2006 6 January 2011[53] Enabled the filter extension by default. Native JSON support.[57]
5.3 30 June 2009 14 August 2014[53] Namespace support; late static bindings, jump label (limited goto), closures, PHP archives (phar), garbage collection for circular references, improved Windows support, sqlite3, mysqlnd as a replacement for libmysql as underlying library for the extensions that work with MySQL, fileinfo as a replacement for mime_magic for better MIME support, the Internationalization extension, and deprecation of ereg extension.
5.4 1 March 2012 3 September 2015[53] Trait support, short array syntax support. Removed items: register_globals, safe_mode, allow_call_time_pass_reference, session_register(), session_unregister() and session_is_registered(). Built-in web server.[59] Several improvements to existing features, performance and reduced memory requirements.
5.5 20 June 2013 21 July 2016[53] Support for generators, finally blocks for exceptions handling, OpCache (based on Zend Optimizer+) bundled in official distribution.[60]
5.6 28 August 2014 31 December 2018[61] Constant scalar expressions, variadic functions, argument unpacking, new exponentiation operator, extensions of the use statement for functions and constants, new phpdbg debugger as a SAPI module, and other smaller improvements.[62]
6.x Not released N/A Abandoned version of PHP that planned to include native Unicode support.[63][64]
7.0 3 December 2015[2] 3 December 2018[61] Zend Engine 3 (performance improvements[43] and 64-bit integer support on Windows[65]), uniform variable syntax,[48] AST-based compilation process,[66] added Closure::call(),[67] bitwise shift consistency across platforms,[68] ?? (null coalesce) operator,[69] Unicode codepoint escape sequence,[70] return type declarations,[51] scalar type (integer, float, string and boolean) declarations,[52] <=> "spaceship" three-way comparison operator,[71] generator delegation,[72] anonymous classes,[73] simpler and more consistently available CSPRNG API,[74] replacement of many remaining internal PHP "errors" with the more modern exceptions,[46] and shorthand syntax for importing multiple items from a namespace.[75]
7.1 1 December 2016[76][77] 1 December 2019[61] void return type,[78] class constant visibility modifiers,[79] nullable types[80]

Beginning on June 28, 2011, the PHP Group implemented a timeline for the release of new versions of PHP.[45] Under this system, at least one release should occur every month. Once per year, a minor release should occur which may include new features. Every minor release should at least be supported for two years with security and bug fixes, followed by at least one year of only security fixes, for a total of a three-year release process for every minor release. No new features, unless small and self-contained, are to be introduced into a minor release during the three-year release process.

Mascot

The elePHPant, PHP mascot.

The mascot of the PHP project is the elePHPant, a blue elephant with the PHP logo on its side, designed by Vincent Pontier[81] in 1998.[82] The elePHPant is sometimes differently colored when in plush toy form.

Syntax

The following "Hello, World!" program is written in PHP code embedded in an HTML document:

<!DOCTYPE html>
<html>
    <head>
        <title>PHP Test</title>
    </head>
    <body>
        <?php echo '<p>Hello World</p>'; ?>
    </body>
</html>

However, as no requirement exists for PHP code to be embedded in HTML, the simplest version of Hello, World! may be written like this, with the closing tag omitted as preferred in files containing pure PHP code[83]

 <?='Hello world';

The PHP interpreter only executes PHP code within its delimiters. Anything outside its delimiters is not processed by PHP, although non-PHP text is still subject to control structures described in PHP code. The most common delimiters are <?php to open and ?> to close PHP sections. The shortened form <? also exists. This short delimiter makes script files less portable, since support for them can be disabled in the local PHP configuration and it is therefore discouraged.[84][85] However, there is no recommendation against the use of the echo short tag <?=.[86] Prior to PHP 5.4.0, this short syntax for echo() only works with the short_open_tag configuration setting enabled, while for PHP 5.4.0 and later it is always available.[84][87][88] The purpose of all these delimiters is to separate PHP code from non-PHP content, such as JavaScript code or HTML markup.[89]

The first form of delimiters, <?php and ?>, in XHTML and other XML documents, creates correctly formed XML processing instructions.[90] This means that the resulting mixture of PHP code and other markup in the server-side file is itself well-formed XML.

Variables are prefixed with a dollar symbol, and a type does not need to be specified in advance. PHP 5 introduced type hinting that allows functions to force their parameters to be objects of a specific class, arrays, interfaces or callback functions. However, before PHP 7.0, type hints could not be used with scalar types such as integer or string.[52]

Unlike function and class names, variable names are case sensitive. Both double-quoted ("") and heredoc strings provide the ability to interpolate a variable's value into the string.[91] PHP treats newlines as whitespace in the manner of a free-form language, and statements are terminated by a semicolon.[92] PHP has three types of comment syntax: /* */ marks block and inline comments; // as well as # are used for one-line comments.[93] The echo statement is one of several facilities PHP provides to output text, e.g., to a web browser.

In terms of keywords and language syntax, PHP is similar to the C style syntax. if conditions, for and while loops, and function returns are similar in syntax to languages such as C, C++, C#, Java and Perl.

The following is an example of PHP for loop:

<?php 
for ($x = 0; $x <= 100; $x++) {
    echo "The number is: $x <br>";
} 
?>

Data types

PHP stores integers in a platform-dependent range, either a 64-bit or 32-bit signed integer equivalent to the C-language long type. Unsigned integers are converted to signed values in certain situations; this behavior is different from that of other programming languages.[94] Integer variables can be assigned using decimal (positive and negative), octal, hexadecimal, and binary notations.

Floating point numbers are also stored in a platform-specific range. They can be specified using floating point notation, or two forms of scientific notation.[95] PHP has a native Boolean type that is similar to the native Boolean types in Java and C++. Using the Boolean type conversion rules, non-zero values are interpreted as true and zero as false, as in Perl and C++.[95]

The null data type represents a variable that has no value; NULL is the only allowed value for this data type.[95]

Variables of the "resource" type represent references to resources from external sources. These are typically created by functions from a particular extension, and can only be processed by functions from the same extension; examples include file, image, and database resources.[95]

Arrays can contain elements of any type that PHP can handle, including resources, objects, and other arrays. Order is preserved in lists of values and in hashes with both keys and values, and the two can be intermingled.[95] PHP also supports strings, which can be used with single quotes, double quotes, nowdoc or heredoc syntax.[96]

The Standard PHP Library (SPL) attempts to solve standard problems and implements efficient data access interfaces and classes.[97]

Functions

PHP defines a large array of functions in the core language and many are also available in various extensions; these functions are well documented in the online PHP documentation.[98] However, the built-in library has a wide variety of naming conventions and associated inconsistencies, as described under history above.

Custom functions may be defined by the developer, e.g.:

function myAge($birthYear) {                                  // defines a function, this one is named "myAge"
    $yearsOld = date('Y') - $birthYear;                       // calculates the age
    return $yearsOld . ' year' . ($yearsOld != 1 ? 's' : ''); // returns the age in a descriptive form
}

echo 'I am currently ' . myAge(1981) . ' old.';               // outputs the text concatenated
                                                              // with the return value of myAge()
// As the result of this syntax, myAge() is called.

In 2016, the output of the above sample program is 'I am currently 35 years old.'

In lieu of function pointers, functions in PHP can be referenced by a string containing their name. In this manner, normal PHP functions can be used, for example, as callbacks or within function tables.[99] User-defined functions may be created at any time without being prototyped.[98][99] Functions may be defined inside code blocks, permitting a run-time decision as to whether or not a function should be defined. There is a function_exists function that determines whether a function with a given name has already been defined. Function calls must use parentheses, with the exception of zero-argument class constructor functions called with the PHP operator new, in which case parentheses are optional.

Until PHP 5.3, support for anonymous functions and closures did not exist in PHP. While create_function() exists since PHP 4.0.1, it is merely a thin wrapper around eval() that allows normal PHP functions to be created during program execution.[100] PHP 5.3 added syntax to define an anonymous function or "closure"[101] which can capture variables from the surrounding scope:

function getAdder($x) {
    return function($y) use ($x) {
        return $x + $y;
    };
}

$adder = getAdder(8);
echo $adder(2); // prints "10"

In the example above, getAdder() function creates a closure using passed argument $x (the keyword use imports a variable from the lexical context), which takes an additional argument $y, and returns the created closure to the caller. Such a function is a first-class object, meaning that it can be stored in a variable, passed as a parameter to other functions, etc.[102]

Unusually for a dynamically typed language, PHP supports type declarations on function parameters, which are enforced at runtime. This has been supported for classes and interfaces since PHP 5.0, for arrays since PHP 5.1, for "callables" since PHP 5.4, and scalar (integer, float, string and boolean) types since PHP 7.0.[52] PHP 7.0 also has type declarations for function return types, expressed by placing the type name after the list of parameters, preceded by a colon.[51] For example, the getAdder function from the earlier example could be annotated with types like so in PHP 7:

function getAdder(int $x): \Closure {
    return function(int $y) use ($x) : int {
        return $x + $y;
    };
}

$adder = getAdder(8);
echo $adder(2);        // prints "10"
echo $adder(null);     // throws an exception because an incorrect type was passed
$adder = getAdder([]); // would also throw an exception

By default, scalar type declarations follow weak typing principles. So, for example, if a parameter's type is int, PHP would allow not only integers, but also convertible numeric strings, floats or booleans to be passed to that function, and would convert them.[52] However, PHP 7 has a "strict typing" mode which, when used, disallows such conversions for function calls and returns within a file.[52]

Object-oriented programming

Basic object-oriented programming functionality was added in PHP 3 and improved in PHP 4.[6] This allowed for PHP to gain further abstraction, making creative tasks easier for programmers using the language. Object handling was completely rewritten for PHP 5, expanding the feature set and enhancing performance.[103] In previous versions of PHP, objects were handled like value types.[103] The drawback of this method was that code had to make heavy use of PHP's "reference" variables if it wanted to modify an object it was passed rather than creating a copy of it. In the new approach, objects are referenced by handle, and not by value.

PHP 5 introduced private and protected member variables and methods, along with abstract classes, final classes, abstract methods, and final methods. It also introduced a standard way of declaring constructors and destructors, similar to that of other object-oriented languages such as C++, and a standard exception handling model. Furthermore, PHP 5 added interfaces and allowed for multiple interfaces to be implemented. There are special interfaces that allow objects to interact with the runtime system. Objects implementing ArrayAccess can be used with array syntax and objects implementing Iterator or IteratorAggregate can be used with the foreach language construct. There is no virtual table feature in the engine, so static variables are bound with a name instead of a reference at compile time.[104]

If the developer creates a copy of an object using the reserved word clone, the Zend engine will check whether a __clone() method has been defined. If not, it will call a default __clone() which will copy the object's properties. If a __clone() method is defined, then it will be responsible for setting the necessary properties in the created object. For convenience, the engine will supply a function that imports the properties of the source object, so the programmer can start with a by-value replica of the source object and only override properties that need to be changed.[105]

The following is a basic example of object-oriented programming in PHP:

class Person
{
    public $firstName;
    public $lastName;

    public function __construct($firstName, $lastName = '') { // optional second argument
        $this->firstName = $firstName;
        $this->lastName  = $lastName;
    }

    public function greet() {
        return 'Hello, my name is ' . $this->firstName .
               (($this->lastName != '') ? (' ' . $this->lastName) : '') . '.';
    }

    public static function staticGreet($firstName, $lastName) {
        return 'Hello, my name is ' . $firstName . ' ' . $lastName . '.';
    }
}

$he    = new Person('John', 'Smith');
$she   = new Person('Sally', 'Davis');
$other = new Person('iAmine');

echo $he->greet(); // prints "Hello, my name is John Smith."
echo '<br />';

echo $she->greet(); // prints "Hello, my name is Sally Davis."
echo '<br />';

echo $other->greet(); // prints "Hello, my name is iAmine."
echo '<br />';

echo Person::staticGreet('Jane', 'Doe'); // prints "Hello, my name is Jane Doe."

The visibility of PHP properties and methods is defined using the keywords public, private, and protected. The default is public, if only var is used; var is a synonym for public. Items declared public can be accessed everywhere. protected limits access to inherited classes (and to the class that defines the item). private limits visibility only to the class that defines the item.[106] Objects of the same type have access to each other's private and protected members even though they are not the same instance. PHP's member visibility features have sometimes been described as "highly useful."[107] However, they have also sometimes been described as "at best irrelevant and at worst positively harmful."[108]

Implementations

The original, only complete and most widely used PHP implementation is powered by the Zend Engine and known simply as PHP. To disambiguate it from other implementations, it is sometimes unofficially referred to as "Zend PHP". The Zend Engine compiles PHP source code on-the-fly into an internal format that it can execute, thus it works as an interpreter.[109][110] It is also the "reference implementation" of PHP, as PHP has no formal specification, and so the semantics of Zend PHP define the semantics of PHP itself. Due to the complex and nuanced semantics of PHP, defined by how Zend works, it is difficult for competing implementations to offer complete compatibility.

PHP's single-request-per-script-execution model, and the fact the Zend Engine is an interpreter, leads to inefficiency; as a result, various products have been developed to help improve PHP performance. In order to speed up execution time and not have to compile the PHP source code every time the web page is accessed, PHP scripts can also be deployed in the PHP engine's internal format by using an opcode cache, which works by caching the compiled form of a PHP script (opcodes) in shared memory to avoid the overhead of parsing and compiling the code every time the script runs. An opcode cache, Zend Opcache, is built into PHP since version 5.5.[111] Another example of a widely used opcode cache is the Alternative PHP Cache (APC), which is available as a PECL extension.[112]

While Zend PHP is still the most popular implementation, several other implementations have been developed. Some of these are compilers or support JIT compilation, and hence offer performance benefits over Zend PHP at the expense of lacking full PHP compatibility. Alternative implementations include the following:

Licensing

PHP is free software released under the PHP License, which stipulates that:[115]

Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo".

This restriction on use of "PHP" makes the PHP License incompatible with the General Public License (GPL), while the Zend License is incompatible due to an advertising clause similar to that of the original BSD license.[116]

Development and community

PHP includes various free and open-source libraries in its source distribution, or uses them in resulting PHP binary builds. PHP is fundamentally an Internet-aware system with built-in modules for accessing File Transfer Protocol (FTP) servers and many database servers, including PostgreSQL, MySQL, Microsoft SQL Server and SQLite (which is an embedded database), LDAP servers, and others. Numerous functions familiar to C programmers, such as those in the stdio family, are available in standard PHP builds.[117]

PHP allows developers to write extensions in C to add functionality to the PHP language. PHP extensions can be compiled statically into PHP or loaded dynamically at runtime. Numerous extensions have been written to add support for the Windows API, process management on Unix-like operating systems, multibyte strings (Unicode), cURL, and several popular compression formats. Other PHP features made available through extensions include integration with IRC, dynamic generation of images and Adobe Flash content, PHP Data Objects (PDO) as an abstraction layer used for accessing databases,[118][119][120][121][122][123][124] and even speech synthesis. Some of the language's core functions, such as those dealing with strings and arrays, are also implemented as extensions.[125] The PHP Extension Community Library (PECL) project is a repository for extensions to the PHP language.[126]

Some other projects, such as Zephir, provide the ability for PHP extensions to be created in a high-level language and compiled into native PHP extensions. Such an approach, instead of writing PHP extensions directly in C, simplifies the development of extensions and reduces the time required for programming and testing.[127]

The PHP Group consists of ten people (as of 2015): Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski.[128]

Zend Technologies provides a PHP Certification based on PHP 5.5[129] exam for programmers to become certified PHP developers.

Installation and configuration

There are two primary ways for adding support for PHP to a web server  as a native web server module, or as a CGI executable. PHP has a direct module interface called Server Application Programming Interface (SAPI), which is supported by many web servers including Apache HTTP Server, Microsoft IIS, Netscape (now defunct) and iPlanet. Some other web servers, such as OmniHTTPd, support the Internet Server Application Programming Interface (ISAPI), which is a Microsoft's web server module interface. If PHP has no module support for a web server, it can always be used as a Common Gateway Interface (CGI) or FastCGI processor; in that case, the web server is configured to use PHP's CGI executable to process all requests to PHP files.[130]

PHP-FPM (FastCGI Process Manager) is an alternative FastCGI implementation for PHP, bundled with the official PHP distribution since version 5.3.3.[131] When compared to the older FastCGI implementation, it contains some additional features, mostly useful for heavily loaded web servers.[132]

When using PHP for command-line scripting, a PHP command-line interface (CLI) executable is needed. PHP supports a CLI SAPI as of PHP 4.3.0.[133] The main focus of this SAPI is developing shell applications using PHP. There are quite a few differences between the CLI SAPI and other SAPIs, although they do share many of the same behaviors.[134]

PHP has a direct module interface called SAPI for different web servers;[135] in case of PHP 5 and Apache 2.0 on Windows, it is provided in form of a DLL file called php5apache2.dll,[136] which is a module that, among other functions, provides an interface between PHP and the web server, implemented in a form that the server understands. This form is what is known as a SAPI.

There are different kinds of SAPIs for various web server extensions. For example, in addition to those listed above, other SAPIs for the PHP language include the Common Gateway Interface (CGI) and command-line interface (CLI).[135][137]

PHP can also be used for writing desktop graphical user interface (GUI) applications, by using the PHP-GTK extension. PHP-GTK is not included in the official PHP distribution,[130] and as an extension it can be used only with PHP versions 5.1.0 and newer. The most common way of installing PHP-GTK is compiling it from the source code.[138]

When PHP is installed and used in cloud environments, software development kits (SDKs) are provided for using cloud-specific features. For example:

Numerous configuration options are supported, affecting both core PHP features and extensions.[141][142] Configuration file php.ini is searched for in different locations, depending on the way PHP is used.[143] The configuration file is split into various sections,[144] while some of the configuration options can be also set within the web server configuration.[145]

Use

A broad overview of the LAMP software bundle, displayed here together with Squid.

PHP is a general-purpose scripting language that is especially suited to server-side web development, in which case PHP generally runs on a web server. Any PHP code in a requested file is executed by the PHP runtime, usually to create dynamic web page content or dynamic images used on websites or elsewhere.[146] It can also be used for command-line scripting and client-side graphical user interface (GUI) applications. PHP can be deployed on most web servers, many operating systems and platforms, and can be used with many relational database management systems (RDBMS). Most web hosting providers support PHP for use by their clients. It is available free of charge, and the PHP Group provides the complete source code for users to build, customize and extend for their own use.[9]

Dynamic web page: example of server-side scripting (PHP and MySQL).

PHP acts primarily as a filter,[147] taking input from a file or stream containing text and/or PHP instructions and outputting another stream of data. Most commonly the output will be HTML, although it could be JSON, XML or binary data such as image or audio formats. Since PHP 4, the PHP parser compiles input to produce bytecode for processing by the Zend Engine, giving improved performance over its interpreter predecessor.[148]

Originally designed to create dynamic web pages, PHP now focuses mainly on server-side scripting,[149] and it is similar to other server-side scripting languages that provide dynamic content from a web server to a client, such as Microsoft's ASP.NET, Sun Microsystems' JavaServer Pages,[150] and mod_perl. PHP has also attracted the development of many software frameworks that provide building blocks and a design structure to promote rapid application development (RAD). Some of these include PRADO, CakePHP, Symfony, CodeIgniter, Laravel, Yii Framework, Phalcon and Zend Framework, offering features similar to other web frameworks.

The LAMP architecture has become popular in the web industry as a way of deploying web applications.[151] PHP is commonly used as the P in this bundle alongside Linux, Apache and MySQL, although the P may also refer to Python, Perl, or some mix of the three. Similar packages, WAMP and MAMP, are also available for Windows and OS X, with the first letter standing for the respective operating system. Although both PHP and Apache are provided as part of the Mac OS X base install, users of these packages seek a simpler installation mechanism that can be more easily kept up to date.

As of April 2007, over 20 million Internet domains had web services hosted on servers with PHP installed and mod_php was recorded as the most popular Apache HTTP Server module.[152] As of October 2010, PHP was used as the server-side programming language on 75% of all websites whose server-side programming language was known[153] (as of February 2014, the percentage had reached 82%[154]), and PHP was the most-used open source software within enterprises.[155] Web content management systems written in PHP include MediaWiki,[156] Joomla,[157] eZ Publish, eZ Platform, SilverStripe,[158] WordPress,[159] Drupal,[160] Moodle,[161] the user-facing portion of Facebook,[162] and Digg.[163]

For specific and more advanced usage scenarios, PHP offers a well defined and documented way for writing custom extensions in C or C++.[164][165][166][167][168][169][170] Besides extending the language itself in form of additional libraries, extensions are providing a way for improving execution speed where it is critical and there is room for improvements by using a true compiled language.[171][172] PHP also offers well defined ways for embedding itself into other software projects. That way PHP can be easily used as an internal scripting language for another project, also providing tight interfacing with the project's specific internal data structures.[173]

PHP received mixed reviews due to lacking support for multithreading at the core language level,[174] though using threads is made possible by the "pthreads" PECL extension.[175][176]

As of January 2013, PHP was used in more than 240 million websites (39% of those sampled) and was installed on 2.1 million web servers.[177]

Security

In 2013, 9% of all vulnerabilities listed by the National Vulnerability Database were linked to PHP;[178] historically, about 30% of all vulnerabilities listed since 1996 in this database are linked to PHP. Technical security flaws of the language itself or of its core libraries are not frequent; (these numbered 22 in 2009, which was about 1% of the total, although PHP applies to about 20% of programs listed.)[179] Recognizing that programmers make mistakes, some languages include taint checking to automatically detect the lack of input validation which induces many issues. Such a feature is being developed for PHP,[180] but its inclusion into a release has been rejected several times in the past.[181][182]

There are advanced protection patches, such as Suhosin and Hardening-Patch, that are especially designed for web hosting environments,[183] primarily due to these environments being seen as places where carelessly written code may run.

There are certain language features and configuration parameters (primarily the default values for such runtime settings) that make PHP applications prone to security issues. Among these, magic_quotes_gpc and register_globals[184] configuration directives are the best known; the latter made any URL parameters become PHP variables, opening a path for serious security vulnerabilities by allowing an attacker to set the value of any uninitialized global variable and interfere with the execution of a PHP script. Support for "magic quotes" and "register globals" has been deprecated as of PHP 5.3.0, and removed as of PHP 5.4.0.[185]

Another example for the runtime settings vulnerability comes from failing to disable PHP execution (via engine configuration directive)[186] for the directory where uploaded images are stored; leaving the default settings can result in execution of malicious PHP code embedded within the uploaded images.[187][188][189] Also, leaving enabled the dynamic loading of PHP extensions (via enable_dl configuration directive)[190] in a shared web hosting environment can lead to security issues.[191][192]

Also, implied type conversions that result in incompatible values being treated as identical against the programmer's intent can lead to security issues. For example, the result of the comparison 0e1234 == 0 comparison is true because the first compared value is treated as scientific notation having the value (0×101234), i.e. zero. This feature resulted in authentication vulnerabilities in Simple Machines Forum,[193] Typo3[194] and phpBB[195] when MD5 password hashes were compared. Instead, either the function strcmp or the identity operator (===) should be used; 0e1234 === 0 results in false.[196]

In a 2013 analysis of over 170,000 website defacements, published by Zone-H, the most frequently (53%) used technique was exploitation of file inclusion vulnerability, mostly related to insecure usage of the PHP functions include, require, and allow_url_fopen.[197][198]

See also

References

  1. 1 2 Lerdorf, Rasmus (2007-04-26). "PHP on Hormones – history of PHP presentation by Rasmus Lerdorf given at the MySQL Conference in Santa Clara, California". The Conversations Network. Retrieved 2009-12-11.
  2. 1 2 "News Archive – 2016: PHP 7.1.0 Released". php.net. 2016-12-01. Retrieved 2016-12-02.
  3. "News Archive – 2016: PHP 7.1.0 Release Candidate 6 Released". php.net. 2016-11-10. Retrieved 2016-11-10.
  4. "Type hinting". PHP.net. Retrieved 5 September 2016.
  5. 1 2 "History of PHP". php.net.
  6. 1 2 3 4 5 6 7 8 9 "History of PHP and related projects". The PHP Group. Retrieved 2008-02-25.
  7. PHP Manual: Preface, www.php.net
  8. "Introduction: What can PHP do?". PHP Manual. Retrieved 2009-03-05.
  9. 1 2 "Embedding PHP in HTML". O'Reilly. 2001-05-03. Retrieved 2008-02-25.
  10. Jackson, Joab (2014-07-31). "PHP gets a formal specification, at last". ITworld. IDG.
  11. Lerdorf, Rasmus (2012-07-20). "I wonder why people keep writing that PHP was ever written in Perl. It never was. #php". Twitter. Retrieved 2014-09-04.
  12. Lerdorf, Rasmus (2007-04-26). "PHP on Hormones" (mp3). The Conversations Network. Retrieved 2009-06-22.
  13. Lerdorf, Rasmus (2007). "Slide 3". slides for 'PHP on Hormones' talk. The PHP Group. Retrieved 2009-06-22.
  14. Lerdorf, Rasmus (June 8, 1995). "Announce: Personal Home Page Tools (PHP Tools)". Retrieved 7 June 2011.
  15. Lerdorf, Rasmus (1995-06-08). "Announce: Personal Home Page Tools (PHP Tools)". Newsgroup: comp.infosystems.www.authoring.cgi. Retrieved 2006-09-17.
  16. "Rasmus Lerdorf, Senior Technical Yahoo: PHP, Behind the Mic". 2003-11-19. Archived from the original on 2013-07-28., cited at Felipe Ribeiro (Aug 7, 2012). "This Is Not Another "PHP Sucks" Article".
  17. "Problems with PHP". Retrieved 20 December 2010.
  18. "php.internals: Re: Function name consistency". news.php.net. 2013-12-28. Retrieved 2014-02-09.
  19. Rasmus Lerdorf (Dec 16, 2013). "Re: Flexible function naming". Newsgroup: php.internals. Retrieved December 26, 2013.
  20. "PHP - Acronym Meaning Vote". PHP.net. Archived from the original on August 15, 2000.
  21. "Zend Engine version 2.0: Feature Overview and Design". Zend Technologies Ltd. Retrieved 2006-09-17.
  22. "php.net 2007 news archive". The PHP Group. 2007-07-13. Retrieved 2008-02-22.
  23. Kerner, Sean Michael (2008-02-01). "PHP 4 is Dead—Long Live PHP 5". InternetNews. Retrieved 2008-03-16.
  24. Trachtenberg, Adam (2004-07-15). "Why PHP 5 Rocks!". O'Reilly. Retrieved 2008-02-22.
  25. "Late Static Binding in PHP". Digital Sandwich. 2006-02-23. Retrieved 2008-03-25.
  26. "Static Keyword". The PHP Group. Retrieved 2008-03-25.
  27. "GoPHP5". Archived from the original on 2011-07-17.
  28. GoPHP5. "PHP projects join forces to Go PHP 5". GoPHP5 Press Release. Archived from the original (PDF) on 2009-12-10. Retrieved 2008-02-23.
  29. "GoPHP5". GoPHP5. Archived from the original on 2011-04-27. Retrieved 2008-02-22.
  30. "PHP Installation and Configuration". www.php.net. Retrieved 2013-10-29.
  31. "PHP for Windows: Binaries and sources releases (5.3)". php.net. Retrieved 2013-10-29.
  32. "PHP for Windows: Binaries and sources releases (5.4)". php.net. Retrieved 2013-10-29.
  33. "PHP for Windows: Binaries and sources releases (5.5)". php.net. Retrieved 2013-10-29.
  34. Andrei Zmievski (2005-08-10). "PHP Unicode support design document (mailing list post)". Retrieved 2014-02-09.
  35. "PHP 5.5 or 6.0". Retrieved 2014-02-09.
  36. Andrei Zmievski. "The Good, the Bad, and the Ugly: What Happened to Unicode and PHP 6". Retrieved 2014-02-09.
  37. Rasmus Lerdorf (2010-03-11). "PHP 6 (mailing list post)". Retrieved 2014-02-07.
  38. https://philsturgeon.uk/php/2014/07/23/neverending-muppet-debate-of-php-6-v-php-7/
  39. "RFC: Name of Next Release of PHP". php.net. 2014-07-07. Retrieved 2014-07-15.
  40. "Re: [PHP-DEV] [VOTE][RFC] Name of Next Release of PHP (again)". 2014-07-30. Retrieved 2014-07-30.
  41. http://news.php.net/php.internals/73888
  42. "PHP: rfc:phpng". php.net. Retrieved 16 December 2014.
  43. 1 2 "PHP: phpng". php.net. Retrieved 2014-07-15.
  44. "Merge branch 'ZendEngine3'". github.com. 2014-12-05. Retrieved 2014-12-05.
  45. 1 2 "PHP: Release Process". 2011-06-20. Retrieved 2013-10-06.
  46. 1 2 "PHP RFC: Exceptions in the engine (for PHP 7)". php.net. Retrieved 2015-05-21.
  47. "PHP RFC: Constructor behaviour of internal classes". php.net. Retrieved 2015-05-21.
  48. 1 2 "PHP RFC: Uniform Variable Syntax". php.net. 2014-05-31. Retrieved 2014-07-30.
  49. "PHP RFC: Removal of dead or not yet PHP7 ported SAPIs and extensions". php.net. Retrieved 2015-05-21.
  50. "PHP RFC: Remove alternative PHP tags". php.net. Retrieved 2015-05-21.
  51. 1 2 3 "RFC: Return Types". php.net. 2015-01-27. Retrieved 2015-01-28.
  52. 1 2 3 4 5 6 "RFC: Scalar Type Declarations". php.net. 2015-03-16. Retrieved 2015-03-17.
  53. 1 2 3 4 5 6 7 8 9 10 11 12 13 "Unsupported Branches". php.net. Retrieved 2015-11-14.
  54. 1 2 3 4 "PHP: PHP 4 ChangeLog". The PHP Group. 2008-01-03. Retrieved 2008-02-22.
  55. "Using PHP from the command line". PHP Manual. The PHP Group. Retrieved 2009-09-11.
  56. "PHP 4.4.0 Release Announcement". PHP Mannual. The PHP Group. Retrieved 2013-11-24.
  57. 1 2 3 "PHP: PHP 5 ChangeLog". The PHP Group. 2007-11-08. Retrieved 2008-02-22.
  58. "PHP manual: PDO". The PHP Group. 2011-11-15. Retrieved 2011-11-15.
  59. "Built-in web server". Retrieved March 26, 2012.
  60. "PHP 5.5.0 changes". php.net. Retrieved 2015-03-03.
  61. 1 2 3 "Supported Versions". php.net. Retrieved 2015-12-02.
  62. "Migrating from PHP 5.5.x to PHP 5.6.x". php.net. Retrieved 2014-03-24.
  63. "Resetting PHP 6". There have been books on the shelves purporting to cover PHP 6 since at least 2008. But, in March 2010, the PHP 6 release is not out - in fact, it is not even close to out. Recent events suggest that PHP 6 will not be released before 2011 - if, indeed, it is released at all.
  64. "PHP 7 moves full speed ahead". Recent versions of PHP have been part of the 5.x release series, but there will be no PHP 6. “We’re going to skip [version] 6 because years ago, we had plans for a 6 but those plans were very different from what we’re doing now,” Gutmans said. Going right to version 7 avoids confusion.
  65. "PHP: rfc:size_t_and_int64_next". php.net. Retrieved 16 December 2014.
  66. "PHP: rfc:abstract_syntax_tree". php.net. Retrieved 16 December 2014.
  67. "PHP: rfc:closure_apply". php.net. Retrieved 16 December 2014.
  68. "PHP: rfc:integer_semantics". php.net. Retrieved 16 December 2014.
  69. "PHP: rfc:isset_ternary". php.net. Retrieved 16 December 2014.
  70. "RFC: Unicode Codepoint Escape Syntax". 2014-11-24. Retrieved 2014-12-19.
  71. "Combined Comparison (Spaceship) Operator". php.net. Retrieved 2015-05-21.
  72. "PHP RFC: Generator Delegation". php.net. Retrieved 2015-05-21.
  73. "PHP RFC: Anonymous Classes". php.net. Retrieved 2015-05-21.
  74. "PHP RFC: Easy User-land CSPRNG". php.net. Retrieved 2015-05-21.
  75. "PHP RFC: Group Use Declarations". php.net. Retrieved 2015-05-21.
  76. "Preparation Tasks". Retrieved 5 July 2016.
  77. "PHP 7.1.0 GA - Externals". externals.io. Retrieved 2016-11-30.
  78. "PHP: rfc:void_return_type". php.net. 2015-11-09. Retrieved 2015-11-14.
  79. "PHP: rfc:class_constant_visibility". php.net. 2015-10-27. Retrieved 2015-12-08.
  80. "PHP RFC: Nullable Types". php.net. 2014-04-10. Retrieved 2016-06-14.
  81. "PHP: ElePHPant". 4 Oct 2014. Retrieved 4 Oct 2014.
  82. https://wwphp-fb.github.io/faq/community/elephpant/
  83. "tags - Manual". php.net. Retrieved 2014-02-17.
  84. 1 2 "PHP: rfc:shortags". php.net. 2008-04-03. Retrieved 2014-05-08.
  85. "PHP: Basic syntax". The PHP Group. Retrieved 2008-02-22.
  86. "Basic Coding Standard". PHP Framework Interoperability Group. Retrieved 2016-01-03.
  87. "echo - Manual". php.net. Retrieved 2014-02-17.
  88. "Description of core php.ini directives - Manual". php.net. 2002-03-17. Retrieved 2014-02-17.
  89. "Your first PHP-enabled page". The PHP Group. Retrieved 2008-02-25.
  90. Bray, Tim; et al. (26 November 2008). "Processing Instructions". Extensible Markup Language (XML) 1.0 (Fifth Edition). W3C. Retrieved 2009-06-18.
  91. "Variables". The PHP Group. Retrieved 2008-03-16.
  92. "Instruction separation". The PHP Group. Retrieved 2008-03-16.
  93. "Comments". The PHP Group. Retrieved 2008-03-16.
  94. "Integers in PHP, running with scissors, and portability". MySQL Performance Blog. March 27, 2007. Retrieved 2007-03-28.
  95. 1 2 3 4 5 "Types". The PHP Group. Retrieved 2008-03-16.
  96. "Strings". The PHP Group. Retrieved 2008-03-21.
  97. "SPL – StandardPHPLibrary". PHP.net. March 16, 2009. Retrieved 2009-03-16.
  98. 1 2 "User-defined functions (PHP manual)". php.net. 2014-07-04. Retrieved 2014-07-07.
  99. 1 2 "Variable functions (PHP manual)". php.net. 2014-07-04. Retrieved 2014-07-07.
  100. "create_function() (PHP manual)". php.net. 2014-07-04. Retrieved 2014-07-07.
  101. "Anonymous functions (PHP manual)". php.net. 2014-07-04. Retrieved 2014-07-07.
  102. Christian Seiler; Dmitry Stogov (2008-07-01). "Request for Comments: Lambda functions and closures". php.net. Retrieved 2014-07-07.
  103. 1 2 "PHP 5 Object References". mjtsai.com. Retrieved 2008-03-16.
  104. "Classes and Objects (PHP 5)". The PHP Group. Retrieved 2008-03-16.
  105. "Object cloning". The PHP Group. Retrieved 2008-03-16.
  106. "Visibility (PHP Manual)". theserverpages.com. 2005-05-19. Retrieved 2010-08-26.
  107. Gervasio, Alejandro. "More on Private Methods with PHP 5 Member Visibility". devshed.com. Retrieved 24 November 2010.
  108. "Visibility in PHP: Public, Private and Protected". aperiplus.sourceforge.net. Retrieved 2010-08-26.
  109. "How do computer languages work?". Retrieved 2009-11-04.
  110. (Gilmore 2006, p. 43)
  111. "[VOTE] Integrating Zend Optimizer+ into the PHP distribution". news.php.net. Retrieved 2013-03-08.
  112. "Alternative PHP Cache". PHP.net. Retrieved 2013-09-21.
  113. "We are the 98.5% (and the 16%) « HipHop Virtual Machine". hhvm.com. December 2013. Retrieved 2014-02-23.
  114. "Announcement on GitHub removing HPHPc support". Retrieved 2013-05-24.
  115. "The PHP License, version 3.01". Retrieved 2010-05-20.
  116. "GPL-Incompatible, Free Software Licenses". Various Licenses and Comments about Them. Free Software Foundation. Retrieved 2011-01-03.
  117. "PHP: Function and Method listing - Manual". The PHP Group. Retrieved 2015-01-14.
  118. "Introduction - Manual". php.net. 2013-06-07. Retrieved 2013-06-13.
  119. Darryl Patterson (5 August 2004). "Simplify Business Logic with PHP DataObjects - O'Reilly Media". ibm.com. Retrieved 16 December 2014.
  120. "IBM - United States". IBM - United States. Retrieved 16 December 2014.
  121. "Five common PHP database problems". ibm.com. 2006-08-01. Retrieved 2013-06-13.
  122. "IBM Redbooks - Developing PHP Applications for IBM Data Servers". redbooks.ibm.com. Retrieved 16 December 2014.
  123. php|architect
  124. Krill, Paul (19 October 2005). "PHP catching on at enterprises, vying with Java". InfoWorld. Archived from the original on 13 July 2014.
  125. "Cross Reference: /PHP_5_4/ext/standard/". php.net. Retrieved 16 December 2014.
  126. "Developing Custom PHP Extensions". devnewz.com. 2002-09-09. Archived from the original on 2008-02-18. Retrieved 2008-02-25.
  127. "Why Zephir?". zephir-lang.com. 2015-10-20. Retrieved 2015-12-14.
  128. "PHP Credits". php.net. Retrieved 2015-07-29.
  129. http://www.zend.com/en/services/certification/php-5-certification
  130. 1 2 "General Installation Considerations". php.net. Retrieved 2013-09-22.
  131. "News Archive: PHP 5.3.3 Released!". php.net. 2010-07-22.
  132. "FastCGI Process Manager (FPM)". php.net. Retrieved 2013-09-22.
  133. "Command line usage: Introduction". php.net. Retrieved 2013-09-22.
  134. "Command line usage: Differences to other SAPIs". php.net. Retrieved 2013-09-22.
  135. 1 2 "General Installation Considerations". php.net. Retrieved 2013-09-22.
  136. "PHP: Apache 2.x on Microsoft Windows". php.net. Retrieved 2013-09-22.
  137. "Command line usage: Introduction". php.net. Retrieved 2013-09-22.
  138. "Installing PHP-GTK 2". php.net. Retrieved 2013-09-22.
  139. "AWS SDK for PHP". aws.amazon.com. Retrieved 2014-03-06.
  140. "Windows Azure SDK for PHP - Interoperability Bridges and Labs Center". interoperabilitybridges.com. Retrieved 2014-03-06.
  141. "Runtime configuration: Table of contents". php.net. Retrieved 2013-09-22.
  142. "php.ini directives: List of php.ini directives". php.net. Retrieved 2013-09-22.
  143. "Runtime configuration: The configuration file". PHP.net. Retrieved 2013-09-22.
  144. "php.ini directives: List of php.ini sections". PHP.net. Retrieved 2013-09-22.
  145. "Runtime configuration: Where a configuration setting may be set". PHP.net. Retrieved 2013-09-22.
  146. "PHP Manual Image Processing and GD;". php.net. Retrieved 2011-04-09.
  147. Archived June 11, 2008, at the Wayback Machine.
  148. "PHP and MySQL". University of Alabama. Archived from the original on 2008-02-28. Retrieved 2008-02-25.
  149. "PHP Server-Side Scripting Language". Indiana University. 2007-04-04. Retrieved 2008-02-25.
  150. "JavaServer Pages Technology — JavaServer Pages Comparing Methods for Server-Side Dynamic Content White Paper". Sun Microsystems. Retrieved 2008-02-25.
  151. "Five simple ways to tune your LAMP application".
  152. "PHP: PHP Usage Stats". SecuritySpace. 2007-04-01. Retrieved 2008-02-24.
  153. "Usage of server-side programming languages for websites". W3Techs. 2010-10-29. Retrieved 2010-10-29.
  154. "Usage of server-side programming languages for websites". W3Techs. Retrieved 2014-03-19.
  155. "PHP and Perl crashing the enterprise party".
  156. "Manual:Installation requirements#PHP". MediaWiki. 2010-01-25. Retrieved 2010-02-26. PHP is the programming language in which MediaWiki is written [...]
  157. What is Joomla?
  158. "Server requirements of SilverStripe". Retrieved 13 October 2014. SilverStripe requires PHP 5.3.2+
  159. "About WordPress". Retrieved 2010-02-26. WordPress was [...] built on PHP
  160. "PHP and Drupal". Drupal.org. Retrieved 2010-06-13.
  161. "About". Moodle.org. Retrieved 2009-12-20.
  162. "PHP and Facebook | Facebook". Blog.facebook.com. Retrieved 2009-07-29.
  163. "PHP and Digg". O'Reilly. Retrieved 2010-06-13.
  164. "PHP at the core: Extension structure". PHP.net. Retrieved 2013-09-22.
  165. "PHP at the core: The "counter" Extension – A Continuing Example". PHP.net. Retrieved 2013-09-22.
  166. "Extension Writing Part I: Introduction to PHP and Zend". Zend Technologies. 2005-03-01. Retrieved 2013-09-22.
  167. "Extension Writing Part II: Parameters, Arrays, and ZVALs". Zend Technologies. 2005-06-06. Retrieved 2013-09-22.
  168. "Extension Writing Part II: Parameters, Arrays, and ZVALs (continued)". Zend Technologies. 2005-06-06. Retrieved 2013-09-22.
  169. "Extension Writing Part III: Resources". Zend Technologies. 2006-05-12. Retrieved 2013-09-22.
  170. "Wrapping C++ Classes in a PHP Extension". Zend Technologies. 2009-04-22. Retrieved 2013-09-22.
  171. "Extending PHP with C++?". Stack Overflow. Retrieved 2013-09-22.
  172. "How can I use C++ code to interact with PHP?". Stack Overflow. Retrieved 2013-09-22.
  173. Golemon, Sara (2006). Extending and Embedding PHP. ISBN 978-0-672-32704-9.
  174. "Bug Request #46919: Multi threading". PHP.net. Retrieved 2013-09-22.
  175. "pthreads: Introduction (PHP Manual)". PHP.net. Retrieved 2013-09-22.
  176. "PECL :: Package :: pthreads". pecl.php.net. Retrieved 2014-02-09.
  177. Ide, Andy (2013-01-31). "PHP just grows & grows". Retrieved 2013-04-01.
  178. "National Vulnerability Database (NVD) Search Vulnerabilities". Retrieved 2014-03-19.
  179. "PHP Taint Mode RFC".
  180. "Developer Meeting Notes, Nov. 2005".
  181. "Taint mode decision, November 2007".
  182. "Hardened-PHP Project". 2008-08-15.
  183. "Security: Using Register Globals". PHP Manual. PHP.net. Retrieved 2013-09-22.
  184. "Magic Quotes". PHP Manual. PHP.net. Retrieved 2014-01-17.
  185. "'engine' configuration directive". PHP: Runtime Configuration. PHP.net. Retrieved 2014-02-13.
  186. "PHP Security Exploit With GIF Images". 2007-06-22. Retrieved 2013-09-22.
  187. "PHP security exploit with GIF images". PHP Classes blog. 2007-06-20. Retrieved 2013-09-22.
  188. "Passing Malicious PHP Through getimagesize()". 2007-06-04. Retrieved 2013-09-22.
  189. "'enable_dl' configuration directive". PHP: Runtime Configuration. PHP.net. Retrieved 2014-02-13.
  190. "PHP function reference: dl()". PHP.net. Retrieved 2013-09-22.
  191. "My host won't fix their Trojan". WebHosting Talk. Retrieved 2013-09-22.
  192. Raz0r. "Simple Machines Forum <= 2.0.3 Admin Password Reset".
  193. Nibble Security. "TYPO3-SA-2010-020, TYPO3-SA-2010-022 EXPLAINED".
  194. Ahack.ru. "Криптостойкость и небезопасное сравнение".
  195. "Comparison operators". PHP.net.
  196. Pawel Krawczyk (2013). "Most common attacks on web applications". IPSec.pl. Retrieved 2015-04-15.
  197. Pawel Krawczyk (2013). "So what are the "most critical" application flaws? On new OWASP Top 10". IPSec.pl. Retrieved 2015-04-15.

Further reading

External links

Listen to this article (info/dl)


This audio file was created from a revision of the "PHP" article dated 2011-11-23, and does not reflect subsequent edits to the article. (Audio help)
More spoken articles

This article is issued from Wikipedia - version of the 12/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.