How to Install PHP 7
How to Install PHP 7 with Apache and MariaDB on CentOS 7/Debian 8
how to compile php7 on fedora 23 with fpm enabled
[mni@localhost ~] sudo dnf install gcc libxml2-devel pkgconfig openssl-devel [mni@localhost ~] sudo dnf install bzip2-devel libpng-devel libpng-devel [mni@localhost ~] sudo dnf install libjpeg-devel libXpm-devel freetype-devel [mni@localhost ~] sudo dnf install gmp-devel libmcrypt-devel mariadb-devel [mni@localhost ~] sudo dnf install aspell-devel recode-devel httpd-devel [mni@localhost ~] sudo dnf install bison [mni@localhost ~] sudo dnf install re2c [mni@localhost ~] sudo dnf install autoconf [mni@localhost ~] sudo dnf install libcurl-devel [mni@localhost ~] sudo mkdir /opt/php7 [mni@localhost ~] sudo wget http://se2.php.net/distributions/php-7.0.3.tar.gz [mni@localhost ~] sudo tar xzf php-7.0.3.tar.gz -C /opt/php7 [mni@localhost ~] sudo cd /opt/php7/php-7.0.3 [mni@localhost ~] sudo ./buildconf --force
[mni@localhost ~] ./configure --prefix=/opt/php7/usr --with-config-file-path=/opt/php7/usr/etc --enable-mbstring --enable-zip --enable-bcmath --enable-pcntl --enable-ftp --enable-exif --enable-calendar --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --with-curl --with-mcrypt --with-iconv --with-gmp --with-pspell --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr --with-xpm-dir=/usr --with-freetype-dir=/usr --enable-gd-native-ttf --enable-gd-jis-conv --with-openssl --with-pdo-mysql=/usr --with-gettext=/usr --with-zlib=/usr --with-bz2=/usr --with-recode=/usr --with-mysqli=/usr/bin/mysql_config --with-apxs2
[mni@localhost ~] sudo make [mni@localhost ~] sudo make install [mni@localhost ~] sudo cp /opt/php7/php-7.0.3/php.ini-development /opt/php7/usr/etc/php.ini
Tags : PHP
Created 22/02-2016 by Michael Bornholdt Nielsen
Updated 07/03-2016 by Michael Bornholdt Nielsen
Open Source CMS
Created 24/02-2012 by Michael Bornholdt Nielsen
MySQL stored procedures
Created 17/02-2012 by Michael Bornholdt Nielsen
PHP Comment on website
Tags : PHP
Created 19/10-2011 by Michael Bornholdt Nielsen
Collection of php links
PHP Form Helper — Quick & Easy SELECT Dropdowns
http://davidwalsh.name/php-form-helper-quick-easy-select-dropdowns
Watch Your POST: Save PHP POST Data as XML
http://davidwalsh.name/watch-post-save-php-post-data-xml
http://www.smarty.net/
PHPlib
http://www.sanisoft.com/phplib/manual/
http://www.phpbuilder.com/
Anti-Spam Techniques In PHP, Part 2
http://www.phpriot.com/articles/anti-spam-2
PHP and RSS: Getting it together
http://www.ibm.com/developerworks/library/x-phprss/
Tags : PHP
Created 10/07-2011 by Michael Bornholdt Nielsen
TinyButStrong
TinyButStrong
Template Engine for Pro and Beginners
for PHP version 5 with stric standards
and also for PHP version 4.0.6 or higher
Tags : PHP
Created 07/06-2010 by Michael Bornholdt Nielsen
Digital Signature with Apache and PHP
Created 24/03-2010 by Michael Bornholdt Nielsen