Jump to content

PHP: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 57: Line 57:
==Links==
==Links==
* [http://os2ports.smedley.id.au/index.php?page=internet Paul Smedley's PHP ports]
* [http://os2ports.smedley.id.au/index.php?page=internet Paul Smedley's PHP ports]
* [http://people.apache.org/~bjh/php/ Brian J. Havard's 4.x PHP ports]
* [http://silk.apana.org.au/php/ Brian J. Havard's 4.x PHP ports]
;Tutorials
;Tutorials
* [http://www.w3schools.com/php/ Php tutorials] - From W3Schools.com
* [http://www.w3schools.com/php/ Php tutorials] - From W3Schools.com


[[Category:Scripting Language]][[Category:PHP]]
[[Category:Scripting Language]][[Category:PHP]]

Revision as of 00:22, 18 May 2019

HTML processing and scripting language primarily used as a server side scripting tool, but can be used for general programming tasks especially if you are willing to use a web page as your user interface.

Versions

  • 4.3.10 (2004-12-18)
  • 5.2.17 (2012-10-02)
  • 5.3.29 (2014-10-03)
  • 5.4.44 (2015-08-10)
  • 5.4.45 (2019)
  • 5.5.38 (2015-08-10)
  • 5.6.12 (2015-08-10)

PHP based application frameworks

Foreign libraries with PHP bindings

Open source

PHP related programmer's utilities

Text editors with PHP support

  • Boxer - Contributed, requires a separate download.
  • Enhanced Editor - Does not come with PHP support as standard, however a number of add on packages provide some PHP support
    • EPMKWDS.PHP - Fairly modern PHP syntax highlighting file for EPM.
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent.
  • jEdit - Java based editor - PHP syntax highlighting built-in

Alternative implementations

PHP Based programs and utilities

Licence

Author

  • Rasmus Lerdorf

Links

Tutorials