PHP: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
* [[LZ4]] - Compression library - Open source - Current | * [[LZ4]] - Compression library - Open source - Current | ||
* [[Snappy]] - Compression lib. - Open Source - Current. | * [[Snappy]] - Compression lib. - Open Source - Current. | ||
====PHP related programmer's utilities==== | |||
* [[Exuberant ctags]] - Creates index files out of PHP source files - Open source - Current. | |||
====OS/2 text & programmers editors with PHP support==== | ====OS/2 text & programmers editors with PHP support==== |
Revision as of 22:39, 26 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.
PHP based application frameworks
Foreign libraries with PHP bindings
- 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.
PHP Based programs and utilites
- phpMyAdmin - MySQL administration over WWW - Open source - Current
Links & publications
- Tutorials
- Php tutorials - From W3Schools.com