PHP: Difference between revisions
Appearance
No edit summary |
|||
Line 11: | Line 11: | ||
====Foreign libraries with PHP bindings==== | ====Foreign libraries with PHP bindings==== | ||
* [[LibcURL]] - Internet URL (WWW, FTP, etc) access - Open Source - Current. | |||
* [[LZ4]] - Compression library - Open source - Current | * [[LZ4]] - Compression library - Open source - Current | ||
* [[Snappy]] - Compression lib. - Open Source - Current. | * [[Snappy]] - Compression lib. - Open Source - Current. |
Revision as of 09:05, 5 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.
PHP Based programs and utilites
- phpMyAdmin - MySQL administration over WWW - Open source - Current
Links & publications
- Tutorials
- Php tutorials - From W3Schools.com