PHP

From Wikipedia, the free encyclopedia

Jump to: navigation, search
PHP
PHP
Paradigm imperative, object-oriented
Appeared in 1995
Designed by Rasmus Lerdorf
Developer The PHP Group
Latest release 5.2.6/ 2008-05-01; 154 days ago
Latest unstable release 5.3.0-dev and 6.0-dev[1]
Typing discipline Dynamic, weak
Major implementations Roadsend PHP, Phalanger, Quercus, Project Zero
Influenced by C, Perl, Java, C++, C#, Python
Influenced Php4delphi
OS Cross-platform
License PHP License
Website http://php.net/

PHP is a computer scripting language. Originally designed for producing dynamic web pages, it has evolved to include a command line interface capability and can be used in standalone graphical applications.[2]

While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification.[3] Released under the PHP License, the Free Software Foundation considers it to be free software.[4]

PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge.[5] PHP is installed on more than 20 million websites and 1 million web servers.[6] The most recent major release of PHP was version 5.2.6 on May 1, 2008.[7]

Contents

[edit] History

Rasmus Lerdorf, who wrote the original Common Gateway Interface binaries, and Andi Gutmans and Zeev Suraski, who rewrote the parser that formed PHP 3 Rasmus Lerdorf, who wrote the original Common Gateway Interface binaries, and Andi Gutmans and Zeev Suraski, who rewrote the parser that formed PHP 3 Rasmus Lerdorf, who wrote the original Common Gateway Interface binaries, and Andi Gutmans and Zeev Suraski, who rewrote the parser that formed PHP 3
Rasmus Lerdorf, who wrote the original Common Gateway Interface binaries, and Andi Gutmans and Zeev Suraski, who rewrote the parser that formed PHP 3

PHP originally stood for Personal Home Page.[8] It began in 1994 as a set of Common Gateway Interface binaries written in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf. Lerdorf initially created these Personal Home Page Tools to replace a small set of Perl scripts he had been using to maintain his personal homepage. The tools were used to perform tasks such as displaying his résumé and recording how much traffic his page was receiving.[3] He combined these binaries with his Form Interpreter to create PHP/FI, which had more functionality. PHP/FI included a larger implementation for the C programming language and could communicate with databases, enabling the building of simple, dynamic web applications. Lerdorf released PHP publicly on June 8, 1995 to accelerate bug location and improve the code.[9] This release was named PHP version 2 and already had the basic functionality that PHP has today. This included Perl-like variables, form handling, and the ability to embed HTML. The syntax was similar to Perl but was more limited, simpler, and less consistent.[3]

Zeev Suraski and Andi Gutmans, two Israeli developers at the Technion IIT, rewrote the parser in 1997 and formed the base of PHP 3, changing the language's name to the recursive initialism PHP: Hypertext Preprocessor.[3] The development team officially released PHP/FI 2 in November 1997 after months of beta testing. 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.[10] They also founded Zend Technologies in Ramat Gan, Israel.[3]

On May 22, 2000, PHP 4, powered by the Zend Engine 1.0, was released.[3] On July 13, 2004, PHP 5 was released, powered by the new Zend Engine II.[3] PHP 5 included new features such as improved support for object-oriented programming, the PHP Data Objects extension (which defines a lightweight and consistent interface for accessing databases), and numerous performance enhancements.[11] The most recent update released by The PHP Group is for the older PHP version 4 code branch. As of August, 2008 this branch is up to version 4.4.9. PHP 4 is no longer under development nor will any security updates be released.[12][13]

In 2008, PHP 5 became the only stable version under development. Late static binding has been missing from PHP and will be added in version 5.3.[14][15] PHP 6 is under development alongside PHP 5. Major changes include the removal of register_globals,[16] magic quotes, and safe mode.[12][17]

PHP does not have complete native support for Unicode or multibyte strings;[18] unicode support will be included in PHP 6.[19] Many high profile open source projects ceased to support PHP 4 in new code as of February 5, 2008, due to the GoPHP5 initiative, provided by a consortium of PHP developers promoting the transition from PHP 4 to PHP 5.[20][21]

It runs in both 32-bit and 64-bit environments, but on Windows the only official distribution is 32-bit, requiring Windows 32-bit compatibility mode to be enabled while using IIS in a 64-bit Windows environment. There is a third-party distribution[22] available for 64-bit Windows.

[edit] Release history

Meaning
Red Old release; not supported
Yellow Old release; still supported
Green Current release
Blue Future release
Major Version Minor Version Release date Notes
1.0 1.0.0 1995-06-08 Officially called "Personal Home Page Tools (PHP Tools)". This is the first use of the name "PHP".[3]
2.0 2.0.0 1996-04-16 Considered by its creator as the "fastest and simplest tool" for creating dynamic web pages.[3]
3.0 3.0.0 1998-06-06 Development moves from one person to multiple developers. Zeev Suraski and Andi Gutmans rewrite the base for this version.[3]
4.0 4.0.0 2000-05-22 Added more advanced two-stage parse/execute tag-parsing system called the Zend engine.[23]
4.1.0 2001-12-10 Introduced 'superglobals' ($_GET, $_POST, $_SESSION, etc.)[23]
4.2.0 2002-04-22 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.[23]
4.3.0 2002-12-27 Introduced the CLI, in addition to the CGI.[23]
4.4.0 2005-07-11 Added man pages for phpize and php-config scripts.[23]
4.4.8 2008-01-03 Several security enhancements and bug fixes. Was to be the end of life release for PHP 4. Security updates only until 2008-08-08, if necessary.[24]
4.4.9 2008-08-07 More security enhancements and bug fixes. The last release of the PHP 4.4 series.[25][26]
5.0 5.0.0 2004-07-13 Zend Engine II with a new object model.[7]
5.1.0 2005-11-24 Performance improvements with introduction of compiler variables in re-engineered PHP Engine.[7]
5.2.0 2006-11-02 Enabled the filter extension by default.[7]
5.2.6 2008-05-01[27] Several security enhancements and bug fixes[27]
5.3.0 Mid Oct'08[28] Namespace support; Improved XML support through use of XMLReader and XMLWriter; SOAP support,[29] Late static bindings, Jump label (limited goto), Closures, Native PHP archives
6.0 6.0.0 No date set Unicode support; removal of ereg extension, 'register_globals', 'magic_quotes' and 'safe_mode'; Alternative PHP Cache; Removal of mime_magic and rewrite of fileinfo() for better MIME support[30]

[edit] Usage

PHP is a general-purpose scripting language that is especially suited for web development. PHP generally runs on a web server, taking PHP code as its input and creating web pages as output. It can also be used for command-line scripting and client-side 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. 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.[5]

PHP primarily acts as a filter,[31] taking input from a file or stream containing text and/or PHP instructions and outputs another stream of data; most commonly the output will be HTML. It can automatically detect the language of the user.[32][33] From PHP 4, the PHP parser compiles input to produce bytecode for processing by the Zend Engine, giving improved performance over its interpreter predecessor.[34]

Originally designed to create dynamic web pages, PHP's principal focus is server-side scripting,[35] 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 system, Sun Microsystems' JavaServer Pages,[36] and mod_perl. PHP has also attracted the development of many frameworks that provide building blocks and a design structure to promote rapid application development (RAD). Some of these include CakePHP, PRADO, Symfony and Zend Framework, offering features similar to other web application frameworks.

The LAMP architecture has become popular in the web industry as a way of deploying web applications. PHP is commonly used as the P in this bundle alongside Linux, Apache and MySQL, although the P may also refer to Python or Perl.

As of April 2007, over 20 million Internet domains were hosted on servers with PHP installed, and PHP was recorded as the most popular Apache module.[37] Significant websites are written in PHP including the user-facing portion of Facebook,[38][39] Wikipedia (Mediawiki),[40] Yahoo!,[41] MyYearbook [42] and Tagged [43]

[edit] Speed optimization

As with many scripting languages, PHP scripts are normally kept as human-readable source code, even on production web servers.[44] Therefore, these PHP scripts will be compiled at runtime by the PHP engine. Compiling at runtime increases the execution time of the script because it adds an extra step in runtime. PHP scripts can be compiled before runtime using PHP compilers just like other programming languages such as C (the programming language PHP is programmed in and used to program PHP extensions).

Code optimizers improve the quality of the compiled code by reducing its size and making changes that can reduce the execution time and improve performance. The nature of the PHP compiler is such that there are often opportunities for code optimization,[45] and an example of a code optimizer is the Zend Optimizer PHP extension.[46]

PHP accelerators can offer significant performance gains by caching the compiled form of a PHP script in shared memory to avoid the overhead of parsing and compiling the code every time the script runs.

[edit] Security

The proportion of insecure software written in PHP, out of the total of all common software vulnerabilities, amounted to: 12% in 2003, 20% in 2004, 28% in 2005, 43% in 2006, 36% in 2007, and 33.8% for the first quarter of 2008. More than a third of these PHP software vulnerabilities are listed recently.[47] Most of these software vulnerabilities can be exploited remotely, that is without being logged on the computer hosting the vulnerable application. The most common vulnerabilities are caused by not following best practice programming rules and vulnerabilities related to software written in old PHP versions. One very common security concern is register_globals which was disabled by default since 2002 in PHP 4.2 and was removed in PHP6.

There are advanced protection patches such as Suhosin and Hardening-Patch, especially designed for web hosting environments.[48] Installing PHP as a CGI binary rather than as an Apache module is the preferred method for added security.[49]

[edit] Syntax

Syntax-highlighted PHP code embedded within HTML
Syntax-highlighted PHP code embedded within HTML

PHP only parses code within its delimiters. Anything outside its delimiters is sent directly to the output and is not parsed by PHP. The most common delimiters are <?php and ?>, which are open and close delimiters respectively. <script language="php"> and </script> delimiters are also available. Short tags can be used to start PHP code, <? or <?= (which is used to echo back a string or variable) and the tag to end PHP code, ?>. These tags are commonly used, but like ASP-style tags (<% or <%= and %>), they are less portable as they can be disabled in the PHP configuration. For this reason, the use of short tags and ASP-style tags is discouraged.[50] The purpose of these delimiters is to separate PHP code from non-PHP code, including HTML. Everything outside the delimiters is ignored by the parser and is passed through as output.[51]

Variables are prefixed with a dollar symbol and a type does not need to be specified in advance. Unlike function and class names, variable names are case sensitive. Both double-quoted ("") and heredoc strings allow the ability to embed a variable's value into the string.[52] PHP treats newlines as whitespace in the manner of a free-form language (except when inside string quotes), and statements are terminated by a semicolon.[53] PHP has three types of comment syntax: /* */ serves as block comments, and // as well as # are used for inline comments.[54] 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 most high level languages that follow the C style syntax. If conditions, for and while loops, and function returns are similar in syntax to languages such as C, C++, Java and Perl.

[edit] Data types

PHP stores whole numbers in a platform-dependent range. This range is typically that of 32-bit signed integers. Unsigned integers are converted to signed values in certain situations; this behavior is different from other programming languages.[55] Integer variables can be assigned using decimal (positive and negative), octal, and hexadecimal notations. Real numbers are also stored in a platform-specific range. They can be specified using floating point notation, or two forms of scientific notation.[56] 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++.[56] The null data type represents a variable that has no value. The only value in the null data type is NULL.[56] 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.[56] Arrays can contain elements of any type that PHP can handle, including resources, objects, and even other arrays. Order is preserved in lists of values and in hashes with both keys and values, and the two can be intermingled.[56] PHP also supports strings, which can be used with single quotes, double quotes, or heredoc syntax.[57]

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

[edit] Functions

PHP has hundreds of base functions and thousands more from extensions.

[edit] 5.2 and earlier

Functions are not first-class functions and can only be referenced by their name. [59] User-defined functions can be created at any time without being prototyped.[59] Functions can be defined inside code blocks, permitting a run-time decision as to whether or not a function should be defined. Function calls must use parentheses, with the exception of zero argument class constructor functions called with the PHP new operator, where parentheses are optional. PHP supports quasi-anonymous functions through the create_function() function, although they are not true anonymous functions because anonymous functions are nameless, but functions can only be referenced by name, or indirectly through a variable $function_name();, in PHP.[59]

[edit] 5.3 and newer

PHP gained support for first-class functions and closures. True anonymous functions are supported using the following syntax:

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

Here, getAdder() function creates a closure using parameter $x (keyword "use" forces getting variable from context), which takes additional argument $y and returns it to the caller. Such function can be stored, given as the parameter to another functions, etc. For more details see Lambda functions and closures RFC.

[edit] Objects

Basic object-oriented programming functionality was added in PHP 3.[3] Object handling was completely rewritten for PHP 5, expanding the feature set and enhancing performance.[60] In previous versions of PHP, objects were handled like primitive types.[60] The drawback of this method was that the whole object was copied when a variable was assigned or passed as a parameter to a method. 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 and final classes as well as 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.[61]

If the developer creates a copy of an object using the reserved word clone, the Zend engine will check if a __clone() method has been defined or not. 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 that the programmer can start with a by-value replica of the source object and only override properties that need to be changed.[62]

[edit] Resources

PHP includes free and open source libraries with the core build. PHP is a fundamentally Internet-aware system with modules built in for accessing FTP servers, many database servers, embedded SQL libraries such as embedded MySQL and SQLite, LDAP servers, and others. Many functions familiar to C programmers such as those in the stdio family are available in the standard PHP build.[63] PHP has traditionally used features such as "magic_quotes_gpc" and "magic_quotes_runtime" which attempt to escape apostrophes (') and quotes (") in strings in the assumption that they will be used in databases, to prevent SQL injection attacks. This leads to confusion over which data is escaped and which is not, and to problems when data is not in fact used as input to a database and when the escaping used is not completely correct.[64] To make code portable between servers which do and do not use magic quotes, developers can preface their code with a script to reverse the effect of magic quotes when it is applied.[65]

PHP allows developers to write extensions in C to add functionality to the PHP language. These can then be compiled into PHP or loaded dynamically at runtime. 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. Some more unusual features include integration with Internet relay chat, dynamic generation of images and Adobe Flash content, and even speech synthesis. The PHP Extension Community Library (PECL) project is a repository for extensions to the PHP language.[66]

Zend provides a certification program for programmers to become certified PHP developers.

[edit] See also

[edit] Notes

  1. ^ "PHP Snapshots". The PHP Group. Retrieved on 2008-03-16.
  2. ^ "Introduction". PHP Manual. Retrieved on 2006-11-15.
  3. ^ a b c d e f g h i j k "History of PHP and related projects". The PHP Group. Retrieved on 2008-02-25.
  4. ^ "GPL-Incompatible, Free Software Licenses". Various Licenses and Comments about Them. Free Software Foundation. Retrieved on 2008-02-22.
  5. ^ a b "Embedding PHP in HTML". O'Reilly (2001-05-03). Retrieved on 2008-02-25.
  6. ^ "Usage Stats for April 2007". Retrieved on 2008-07-07.
  7. ^ a b c d "PHP: PHP 5 ChangeLog". The PHP Group (2007-11-08). Retrieved on 2008-02-22.
  8. ^ php.net/history
  9. ^ Lerdorf, Rasmus (1995-06-08). "Announce: Personal Home Page Tools (PHP Tools)". comp.infosystems.www.authoring.cgi. (Web link). Retrieved on 2006-09-17.
  10. ^ "Zend Engine version 2.0: Feature Overview and Design". Zend Technologies Ltd.. Retrieved on 2006-09-17.
  11. ^ Trachtenberg, Adam (2004-07-15). "Why PHP 5 Rocks!". O'Reilly. Retrieved on 2008-02-22.
  12. ^ a b "php.net 2007 news archive". The PHP Group (2007-07-13). Retrieved on 2008-02-22.
  13. ^ Kerner, Sean Michael (2008-02-01). "PHP 4 is Dead—Long Live PHP 5". InternetNews. Retrieved on 2008-03-16.
  14. ^ "Late Static Binding in PHP". Digital Sandwich (2006-02-23). Retrieved on 2008-03-25.
  15. ^ "Static Keyword". The PHP Group. Retrieved on 2008-03-25.
  16. ^ "Using Register Globals". PHP. Retrieved on 2008-04-04.
  17. ^ "Prepare for PHP 6". CorePHP (2005-11-23). Retrieved on 2008-03-24.
  18. ^ "PHP 6 - Unicode Completion Stats". The PHP Group (2008-03-25). Retrieved on 2008-03-25.
  19. ^ "Unicode". The PHP Group. Retrieved on 2008-03-25.
  20. ^ GoPHP5. "PHP projects join forces to Go PHP 5" (PDF). GoPHP5 Press Release. Retrieved on 2008-02-23.
  21. ^ "GoPHP5". GoPHP5. Retrieved on 2008-02-22.
  22. ^ Fusion-X LAN. "The PHPx64 Project". Fusion-X LAN. Retrieved on 2008-05-05.
  23. ^ a b c d e "PHP: PHP 4 ChangeLog". The PHP Group (2008-01-03). Retrieved on 2008-02-22.
  24. ^ PHP: PHP 4.4.8 Release Announcement
  25. ^ PHP: Downloads
  26. ^ PHP: PHP 4.4.9 Release Announcement
  27. ^ a b PHP: News Archive - 2008
  28. ^ PHP: News Archive - 2008
  29. ^ Zend Weekly Summaries Issue #359
  30. ^ Personal homepage of Jeroen van der Meer
  31. ^ "What does PHP do?". The PHP Group. Retrieved on 2008-02-25.
  32. ^ PHP Language Detection :: Detect System Languages, set headers :: $_SERVER["HTTP_ACCEPT_LANGUAGE"]
  33. ^ Visitor’s language detection in php | Urbano's Blog
  34. ^ "PHP and MySQL". University of Alabama. Retrieved on 2008-02-25.
  35. ^ "PHP Server-Side Scripting Language". Indiana University (2007-04-04). Retrieved on 2008-02-25.
  36. ^ "JavaServer Pages Technology - JavaServer Pages Comparing Methods for Server-Side Dynamic Content White Paper". Sun Microsystems. Retrieved on 2008-02-25.
  37. ^ "PHP: PHP Usage Stats". SecuritySpace (2007-04-01). Retrieved on 2008-02-24.
  38. ^ The Facebook Blog | Facebook
  39. ^ Welcome to Facebook! | Facebook
  40. ^ http://www.mediawiki.org/wiki/Index.php
  41. ^ http://yahoo.com
  42. ^ http://myyearbook.com
  43. ^ http://tagged.com
  44. ^ (Gilmore 2006, p. 43)
  45. ^ "PHP Accelerator 1.2 (page 3, Code Optimisation)" (PDF). Nick Lindridge. Retrieved on 2008-03-28.
  46. ^ "Setting Up Zend Optimizer Tutorial". WebHostGear. Retrieved on 2008-03-16.
  47. ^ "PHP-related vulnerabilities on the National Vulnerability Database" (2008-03-01).
  48. ^ "Hardened-PHP Project" (2008-08-15).
  49. ^ "PHP: Installed as CGI binary" (2008-08-15).
  50. ^ "PHP: Basic syntax". The PHP Group. Retrieved on 2008-02-22.
  51. ^ "Your first PHP-enabled page". The PHP Group. Retrieved on 2008-02-25.
  52. ^ "Variables". The PHP Group. Retrieved on 2008-03-16.
  53. ^ "Instruction separation". The PHP Group. Retrieved on 2008-03-16.
  54. ^ "Comments". The PHP Group. Retrieved on 2008-03-16.
  55. ^ "Integers in PHP, running with scissors, and portability". MySQL Performance Blog (27 March 2007). Retrieved on 2007-03-28.
  56. ^ a b c d e "Types". The PHP Group. Retrieved on 2008-03-16.
  57. ^ "Strings". The PHP Group. Retrieved on 2008-03-21.
  58. ^ "SPL - StandardPHPLibrary". PHP.net (8 September 2008). Retrieved on 2008-09-08.
  59. ^ a b c "Functions". The PHP Group. Retrieved on 2008-03-16.
  60. ^ a b "PHP 5 Object References". mjtsai. Retrieved on 2008-03-16.
  61. ^ "Classes and Objects (PHP 5)". The PHP Group. Retrieved on 2008-03-16.
  62. ^ "Object cloning". The PHP Group. Retrieved on 2008-03-16.
  63. ^ "PHP Function List". The PHP Group. Retrieved on 2008-02-25.
  64. ^ Lerdorf, Rasmus (2005-08-12). "PHP 6.0 Wishlist". The PHP Group. Retrieved on 2008-03-25.
  65. ^ "Disabling Magic Quotes". The PHP Group. Retrieved on 2008-03-25.
  66. ^ "Developing Custom PHP Extensions". devnewz (2002-09-09). Retrieved on 2008-02-25.

[edit] References

[edit] Further reading

[edit] External links

Wikibooks
Wikibooks has a book on the topic of
Wikiversity
At Wikiversity, you can learn about: PHP
Personal tools