Jump to content

PHP: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SmackBot (talk | contribs)
m Date the maintenance tags or general fixes
Line 34: Line 34:


==History==
==History==
{{double image|left|Lerdorf.jpg|100|Andi Gutmans 1.jpg|110|[[Rasmus Lerdorf]], who wrote the original [[Common Gateway Interface]] binaries, and [[Andi Gutmans]], who, along with [[Zeev Suraski]], rewrote the [[parser]] that formed PHP 3}}
{{triple image|left|Lerdorf.jpg|100|Andi Gutmans 1.jpg|110|Zeev Suraski.jpg | 100 |[[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. It began in 1994 as a set of [[Common Gateway Interface]] [[Binary file|binaries]] written in the [[C programming language]] by the [[Danish people|Danish]]/[[Greenland]]ic 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 [[web traffic|traffic]] his page was receiving.<ref name="history" /> He combined these binaries with his Form Interpreter to create PHP/FI, which had more functionality. PHP/FI included a larger [[C (programming language)|C implementation]] and could communicate with [[database]]s enabling the building of simple, dynamic [[web application]]s. He released PHP publicly on [[June 8]] [[1995]] to speed up the finding of [[Software bug|bug]]s and improving the code.<ref>{{cite newsgroup | title = Announce: Personal Home Page Tools (PHP Tools) | author = Lerdorf, Rasmus | date = [[1995-06-08]] | newsgroup = comp.infosystems.www.authoring.cgi | url = http://groups.google.com/group/comp.infosystems.www.authoring.cgi/msg/cc7d43454d64d133 | accessdate = 2006-09-17 }}</ref> 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.<ref name="history" />
'''PHP''' originally stood for Personal Home Page. It began in 1994 as a set of [[Common Gateway Interface]] [[Binary file|binaries]] written in the [[C programming language]] by the [[Danish people|Danish]]/[[Greenland]]ic 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 [[web traffic|traffic]] his page was receiving.<ref name="history" /> He combined these binaries with his Form Interpreter to create PHP/FI, which had more functionality. PHP/FI included a larger [[C (programming language)|C implementation]] and could communicate with [[database]]s enabling the building of simple, dynamic [[web application]]s. He released PHP publicly on [[June 8]] [[1995]] to speed up the finding of [[Software bug|bug]]s and improving the code.<ref>{{cite newsgroup | title = Announce: Personal Home Page Tools (PHP Tools) | author = Lerdorf, Rasmus | date = [[1995-06-08]] | newsgroup = comp.infosystems.www.authoring.cgi | url = http://groups.google.com/group/comp.infosystems.www.authoring.cgi/msg/cc7d43454d64d133 | accessdate = 2006-09-17 }}</ref> 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.<ref name="history" />

Revision as of 14:22, 19 June 2008

PHP
Paradigmimperative, object-oriented
Designed byRasmus Lerdorf
DeveloperThe PHP Group
First appeared1995
Stable release
5.2.6 / May 1, 2008 (2008-05-01)
Preview release
5.3.0-dev and 6.0-dev[1]
Typing disciplineDynamic, weak
OSCross-platform
LicensePHP License
Websitehttp://php.net/
Major implementations
Roadsend PHP, Phalanger, Quercus, Project Zero
Influenced by
C, Perl, Java, C++, C#, Python
Influenced
Php4delphi

PHP (a recursive acronym for PHP: Hypertext Preprocessor)[2] is a computer scripting language, originally designed for producing dynamic web pages. It is for server-side scripting, but can be used from a command line interface or in standalone graphical applications.[3]

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.[4] Released under the PHP License, the Free Software Foundation considers it to be free software.[5]

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.[6] PHP is installed on more than 20 million websites and 1 million servers.[citation needed] It is also the most popular Apache module among computers using Apache as a web server.[7] The most recent major release of PHP was version 5.2.6 on May 1 2008.[8]

History

PHP originally stood for Personal Home Page. 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.[4] He combined these binaries with his Form Interpreter to create PHP/FI, which had more functionality. PHP/FI included a larger C implementation and could communicate with databases enabling the building of simple, dynamic web applications. He released PHP publicly on June 8 1995 to speed up the finding of bugs and improving 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.[4]

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.[4] 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, which manages the development of PHP.[4]

On May 22 2000, PHP 4, powered by the Zend Engine 1.0, was released.[4] On July 13 2004, PHP 5 was released, powered by the new Zend Engine II.[4] 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 January 2008, this branch is up to version 4.4.8. PHP 4 is no longer under active development but will be supported by security updates until August 8 2008.[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] Alongside PHP 5, PHP 6 is also under active development. 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.

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".[4]
2.0 2.0.0 1996-04-16 Considered by its creator as the "fastest and simplest tool" for creating dynamic web pages.[4]
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.[4]
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][24]
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. End of life release for PHP 4. Security updates only until 2008-08-08, if necessary.[25][26]
5.0 5.0.0 2004-07-13 Zend Engine II with a new object model.[8]
5.1.0 2005-11-24 Performance improvements with introduction of compiler variables in re-engineered PHP Engine.[8]
5.2.0 2006-11-02 Enabled the filter extension by default.[8]
5.2.6 2008-05-01[27] Several security enhancements and bug fixes[28]
5.3.0 No date set Namespace support; Improved XML support through use of XMLReader and XMLWriter; SOAP support [29], Late static bindings, Jump label (limited goto)
6.0 6.0.0 No date set Unicode support; removal of 'ereg()', 'register_globals', 'magic_quotes' and 'safe_mode'; Alternative PHP Cache; Removal of mime_magic and rewrite of fileinfo() for better MIME support[30]

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.[6]

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.[7]

Security

Insecure scripts written in PHP are popular targets of hackers who exploit poorly built applications written in PHP. Software vulnerabilities related to PHP are identified among the CVE (Common Vulnerabilities and Exposures) records, available from the National Vulnerability Database. The proportion of vulnerabilities related to PHP, out of the total of all common 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 quarter of all software vulnerabilities listed in this database are related to scripts written in PHP, and more than a third of vulnerabilities listed recently. Most of these vulnerabilities can be exploited remotely, that is without being logged on the computer hosting the vulnerable application.[37] Such exploitation is made possible due to poor programming habits, such as failing to check data before entering it into a database, and features of the language such as register_globals, which is now deprecated.[24] These result in code injection, cross-site scripting and other application security issues. Such attacks are not exclusive to PHP and most can be avoided simply by following proper coding techniques and principles.

Syntax

Syntax-highlighted PHP code

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 (<? or <?= and ?>) are also 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.[38] 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.[39]

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.[40] 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.[41] PHP has three types of comment syntax: /* */ serves as block comments, and // as well as # are used for inline comments.[42]

To output text to the browser, either the print function or the echo function is used. Both functions are nearly identical; the major difference is that print is slower than echo because the former will return the integer value of 1 in order to behave more like a function, rather than a language construct, whereas the latter does not return a status and only returns the text for output.[43] Because print will behave more like a function, it can be used in expressions where echo cannot. It is important to understand however that both are considered language constructs and not functions, the only difference is in their behavior, as outlined above.[44]

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.[45] 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.[46] 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++.[46] The null data type represents a variable that has no value. The only value in the null data type is NULL.[46] 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.[46] 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.[46] PHP also supports strings, which can be used with single quotes, double quotes, or heredoc syntax.[47]

Functions

PHP has hundreds of base functions and thousands more from extensions. Functions are not first-class functions and can only be referenced by their name. [48] User-defined functions can be created at any time without being prototyped.[48] 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.[48]

Objects

Basic object-oriented programming functionality was added in PHP 3.[4] Object handling was completely rewritten for PHP 5, expanding the feature set and enhancing performance.[49] In previous versions of PHP, objects were handled like primitive types.[49] 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.[50]

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.[51]

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.[52] 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.[53] 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.[54]

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.[55]

As with many scripting languages, PHP scripts are normally kept as human-readable source code, even on production web servers.[56] While this allows flexibility, releasing scripts in source form is undesirable for commercial software developers, and can raise issues with security of web servers; as an example, if a hacker acquires control of a server, database passwords may be quickly discovered, and undesirable changes to scripts may be made that remain undiscovered indefinitely. Various encoding tools are available for PHP to offer code protection.[citation needed]

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[57], and an example of a code optimizer is the Zend Optimizer PHP extension.[58]

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. They may also perform code optimization to provide increased execution performance.[citation needed]

Certification

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

See also

Notes

  1. ^ "PHP Snapshots". The PHP Group. Retrieved 2008-03-16.
  2. ^ Newman, Chris. Sams Teach Yourself PHP in 10 Minutes. Sams Teach Yourself. Sams Publishing. pp. p. 5. ISBN 0-672-32762-7. {{cite book}}: |pages= has extra text (help); Unknown parameter |origmonth= ignored (help)
  3. ^ "Introduction". PHP Manual. Retrieved 2006-11-15.
  4. ^ a b c d e f g h i j k "History of PHP and related projects". The PHP Group. Retrieved 2008-02-25.
  5. ^ "GPL-Incompatible, Free Software Licenses". Various Licenses and Comments about Them. Free Software Foundation. Retrieved 2008-02-22.
  6. ^ a b "Embedding PHP in HTML". O'Reilly. 2001-05-03. Retrieved 2008-02-25.
  7. ^ a b "PHP: PHP Usage Stats". SecuritySpace. 2007-04-01. Retrieved 2008-02-24.
  8. ^ a b c d "PHP: PHP 5 ChangeLog". The PHP Group. 2007-11-08. Retrieved 2008-02-22.
  9. ^ Lerdorf, Rasmus (1995-06-08). "Announce: Personal Home Page Tools (PHP Tools)". Newsgroupcomp.infosystems.www.authoring.cgi. Retrieved 2006-09-17. {{cite newsgroup}}: Check date values in: |date= (help)
  10. ^ "Zend Engine version 2.0: Feature Overview and Design". Zend Technologies Ltd. Retrieved 2006-09-17.
  11. ^ Trachtenberg, Adam (2004-07-15). "Why PHP 5 Rocks!". O'Reilly. Retrieved 2008-02-22.
  12. ^ a b "php.net 2007 news archive". The PHP Group. 2007-07-13. Retrieved 2008-02-22.
  13. ^ Kerner, Sean Michael (2008-02-01). "PHP 4 is Dead—Long Live PHP 5". InternetNews. Retrieved 2008-03-16.
  14. ^ "Late Static Binding in PHP". Digital Sandwich. 2006-02-23. Retrieved 2008-03-25.
  15. ^ "Static Keyword". The PHP Group. Retrieved 2008-03-25.
  16. ^ "Using Register Globals". PHP. Retrieved 2008-04-04.
  17. ^ "Prepare for PHP 6". CorePHP. 2005-11-23. Retrieved 2008-03-24.
  18. ^ "PHP 6 - Unicode Completion Stats". The PHP Group. 2008-03-25. Retrieved 2008-03-25.
  19. ^ "Unicode". The PHP Group. Retrieved 2008-03-25.
  20. ^ GoPHP5. "PHP projects join forces to Go PHP 5" (PDF). GoPHP5 Press Release. Retrieved 2008-02-23.{{cite web}}: CS1 maint: numeric names: authors list (link)
  21. ^ "GoPHP5". GoPHP5. Retrieved 2008-02-22.
  22. ^ Fusion-X LAN. "The PHPx64 Project". Fusion-X LAN. Retrieved 2008-05-05.
  23. ^ a b c d e "PHP: PHP 4 ChangeLog". The PHP Group. 2008-01-03. Retrieved 2008-02-22.
  24. ^ a b "Using Register Globals". 2008-03-08. Retrieved 2008-03-08.
  25. ^ PHP: Downloads
  26. ^ PHP: PHP 4.4.8 Release Announcement
  27. ^ 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 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 2008-02-25.
  35. ^ "PHP Server-Side Scripting Language". Indiana University. 2007-04-04. Retrieved 2008-02-25.
  36. ^ "JavaServer Pages Technology - JavaServer Pages Comparing Methods for Server-Side Dynamic Content White Paper". Sun Microsystems. Retrieved 2008-02-25.
  37. ^ "PHP-related vulnerabilities on the National Vulnerability Database". 2008-03-01.
  38. ^ "PHP: Basic syntax". The PHP Group. Retrieved 2008-02-22.
  39. ^ "Your first PHP-enabled page". The PHP Group. Retrieved 2008-02-25.
  40. ^ "Variables". The PHP Group. Retrieved 2008-03-16.
  41. ^ "Instruction separation". The PHP Group. Retrieved 2008-03-16.
  42. ^ "Comments". The PHP Group. Retrieved 2008-03-16.
  43. ^ "print". The PHP Group. Retrieved 2008-03-16.
  44. ^ "Differences Between Print And Echo". php.faqts. Retrieved 2008-06-10.
  45. ^ "Integers in PHP, running with scissors, and portability". MySQL Performance Blog. 27 March 2007. Retrieved 2007-03-28. {{cite web}}: Check date values in: |date= (help)
  46. ^ a b c d e "Types". The PHP Group. Retrieved 2008-03-16.
  47. ^ "Strings". The PHP Group. Retrieved 2008-03-21.
  48. ^ a b c "Functions". The PHP Group. Retrieved 2008-03-16.
  49. ^ a b "PHP 5 Object References". mjtsai. Retrieved 2008-03-16.
  50. ^ "Classes and Objects (PHP 5)". The PHP Group. Retrieved 2008-03-16.
  51. ^ "Object cloning". The PHP Group. Retrieved 2008-03-16.
  52. ^ "PHP Function List". The PHP Group. Retrieved 2008-02-25.
  53. ^ Lerdorf, Rasmus (2005-08-12). "PHP 6.0 Wishlist". The PHP Group. Retrieved 2008-03-25.
  54. ^ "Disabling Magic Quotes". The PHP Group. Retrieved 2008-03-25.
  55. ^ "Developing Custom PHP Extensions". devnewz. 2002-09-09. Retrieved 2008-02-25.
  56. ^ (Gilmore 2006, p. 43)
  57. ^ "PHP Accelerator 1.2 (page 3, Code Optimisation)" (PDF). Nick Lindridge. Retrieved 2008-03-28.
  58. ^ "Setting Up Zend Optimizer Tutorial". WebHostGear. Retrieved 2008-03-16.

References

Further reading