PHP: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:PHPlogo.png|right|250px]] | [[Image:PHPlogo.png|right|250px]] | ||
[[HTML]] | [[HTML]] processing and scripting language primarily used as a server side scripting tool. | ||
==Versions== | ==Versions== | ||
Line 24: | Line 24: | ||
* [[jEdit]] - Java based editor - PHP syntax highlighting built in - Current. | * [[jEdit]] - Java based editor - PHP syntax highlighting built in - Current. | ||
==PHP Based programs and | ====Alternative implementations==== | ||
* [https://code.google.com/archive/p/phype/ phype] - Run PHP scripts on [[ECMAScript]], allows you to run PHP code in a browser - Open source - Current | |||
==PHP Based programs and utilities== | |||
* [[phpMyAdmin]] - [[MySQL]] administration over [[WWW]] - Open source - Current | * [[phpMyAdmin]] - [[MySQL]] administration over [[WWW]] - Open source - Current | ||
Line 33: | Line 36: | ||
* [http://www.w3schools.com/php/ Php tutorials] - From W3Schools.com | * [http://www.w3schools.com/php/ Php tutorials] - From W3Schools.com | ||
==Licence and availability== | |||
* Open source software released under the [[PHP License v3.01]] since version 4.0, PHP 3.x versions were dual-licensed under the PHP licence and the [[GPL v2]]. | |||
==Author== | |||
* Rasmus Lerdorf | |||
[[Category:Tools]][[Category:Programming Languages]][[Category:PHP]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]] | [[Category:Tools]][[Category:Programming Languages]][[Category:PHP]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]] |
Revision as of 18:03, 21 March 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.
PHP based application frameworks
Foreign libraries with PHP bindings
- LibcURL - Internet URL (WWW, FTP, etc) access - Open Source - Current.
- LZ4 - Compression library - Open source - Current
- Snappy - Compression lib. - Open Source - Current.
- Exuberant ctags - Creates index files out of PHP source files - 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.
Alternative implementations
- phype - Run PHP scripts on ECMAScript, allows you to run PHP code in a browser - Open source - Current
PHP Based programs and utilities
- phpMyAdmin - MySQL administration over WWW - Open source - Current
Links & publications
- Tutorials
- Php tutorials - From W3Schools.com
Licence and availability
- Open source software released under the PHP License v3.01 since version 4.0, PHP 3.x versions were dual-licensed under the PHP licence and the GPL v2.
Author
- Rasmus Lerdorf