Description
PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated webpages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts.
Homepage: http://www.php.net/
Current version: 5.6.32-1
Please note: This is the 64-bit version! The 32-bit version can be found here.
Downloads
RPMs:
Source RPM:
Package dependencies:
- mod_php_ap22_64
- mod_php_ap24_64
- php_64-cli
- php_64-common
- php_64-devel
- php_64-fpm
Notes:
- The default location for the PHP shared object
libphp5.so
for Apache is /opt/freeware/lib64/httpd/modules
.
- Please do not forget to adapt the config file
/opt/freeware/etc/php.ini
to your specific needs.
- Especially you need to adapt your local timezone which is currently set to '
Europe/Berlin
'. This is necessary as PHP on AIX still has some issues with the TZ environment variable as set by AIX. For details please see here.
Older version
RPMs:
Source RPM:
Package dependencies:
- mod_php_ap22_64
- mod_php_ap24_64
- php_64-cli
- php_64-common
- php_64-devel
- php_64-fpm
Notes:
- The default location for the PHP shared object
libphp5.so
for Apache is /opt/freeware/lib64/httpd/modules
.
- Please do not forget to adapt the config file
/opt/freeware/etc/php.ini
to your specific needs.
- Especially you need to adapt your local timezone which is currently set to '
Europe/Berlin
'. This is necessary as PHP on AIX still has some issues with the TZ environment variable as set by AIX. For details please see here.
All versions