Jump to content

PHP: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
[[Image:PHPlogo.png|right|250px]]
[[Image:PHPlogo.png|right|250px]]
[[HTML]]  processing and scripting language.
[[HTML]]  processing and scripting language primarily used as a server side scripting tool.
 
==Versions==
* Last known OS/2 version: PHP v5.6.12 (2015-08-10)
: Versions 5.4.44 and 5.5.38 are also being kept up to date and were released on the same day as 5.6.12
Alternate version: PHP 4.3.10 for some older scripts that do not correctly work on the 5.x branch.


====Foreign libraries with PHP bindings====
====Foreign libraries with PHP bindings====
Line 9: Line 14:
* [[Boxer]] - Contributed, requires a separate download.
* [[Boxer]] - Contributed, requires a separate download.
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.
* [[jEdit]] - Java based editor - PHP syntax highlighting built in - Current.


==PHP Based programs==
==PHP Based programs and utilites==
* [[phpMyAdmin]] - [[MySQL]] administration over [[WWW]] - Open source - Current
* [[phpMyAdmin]] - [[MySQL]] administration over [[WWW]] - Open source - Current
[[Category:Programming Languages]][[Category:PHP]]
 
==Links & publications==
* [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]
;Tutorials
* [http://www.w3schools.com/php/ Php tutorials] - From W3Schools.com
 
 
[[Category:Tools]][[Category:Programming Languages]][[Category:PHP]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]]

Revision as of 21:30, 17 February 2016

HTML processing and scripting language primarily used as a server side scripting tool.

Versions

  • Last known OS/2 version: PHP v5.6.12 (2015-08-10)
Versions 5.4.44 and 5.5.38 are also being kept up to date and were released on the same day as 5.6.12

Alternate version: PHP 4.3.10 for some older scripts that do not correctly work on the 5.x branch.

Foreign libraries with PHP bindings

  • LZ4 - Compression library - Open source - Current
  • Snappy - Compression lib. - Open Source - Current.

OS/2 text & programmers editors with PHP support

  • Boxer - Contributed, requires a separate download.
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.
  • jEdit - Java based editor - PHP syntax highlighting built in - Current.

PHP Based programs and utilites

Links & publications

Tutorials