DevTech101

DevTech101

php

Oracle Solaris 11.4 / 12 Apache And PHP 5.6

Oracle Solaris 11.4 / 12 Apache And PHP 5.6 Install php pkg install web/php-common web/php-56 web/php-56/extension/php-xdebug Install apache pkg install web/server/apache-24 web/server/apache-24/module/apache-ssl web/server/apache-24/module/apache-wsgi-27 Configure apache cd /etc/apache2/2.4 cp samples-conf.d/php5.6.conf conf.d/. Enable extensions /etc/php/5.6/conf.d/extensions.ini create phpinfo file (to test) /var/apache2/2.4/htdocs/phpinfo.php Create Apache virtual server /etc/apache2/2.4/conf.d/wordpress.conf DocumentRoot /wiki/wp ServerName wpserver.tld ServerAdmin admin@wpserver.tld ErrorLog /var/apache2/2.4/logs/wpserver-error_log TransferLog /var/apache2/2.4/logs/wpserver-access_log Options …

Oracle Solaris 11.4 / 12 Apache And PHP 5.6 Read More »

Sun Web Server 7 PHP-PDO Oracle – Informix extension installation and configuration

Note: The PHP plug we use on the intranet today taken from here and here, will not work with Informix-PDO Because it was compiled with Thread Safety: Enabled and Informix-PDO compiles with Thread Safety: Disabled causing a mismatch Contents 1 Sun Web Server PHP installation 2 Oracle PHP-PDO installation 3 Informix PHP-PDO installation 4 Cool …

Sun Web Server 7 PHP-PDO Oracle – Informix extension installation and configuration Read More »