PHP

for OS/2


PHP is a popular scripting language most commonly used with a web server to produce dynamically generated web page. I've ported it to OS/2 and built the binaries below including the functions that require the following optional libraries:

Notes

Download PHP 4.3.10 for OS/2 (3.9M)

Note: In PHP 4.2 onwards the default for register_globals is now OFF! If your application relies on register_globals being ON, you should explicitly set it to on in your php.ini file. Note that you are strongly encouraged to read http://www.php.net/manual/en/security.globals.php about the implications of having register_globals set to on, and avoid using it if possible.

Bug reports specific to these OS/2 builds can be entered into my Bugzilla database. General PHP bugs should be reported to the normal PHP bug tracker.