From 81b5be3bdf7ea748482d253c4f0a8401bde85ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Tue, 22 Oct 2013 12:17:32 +0000 Subject: [PATCH] update to php-5.5.5 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12019 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 6 +++--- general/prog/php.xml | 11 +++++++---- introduction/welcome/changelog.xml | 10 ++++++++++ 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/general.ent b/general.ent index 946e4dfc85..09c42a08ef 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + @@ -374,7 +374,7 @@ export -f as_root - + diff --git a/general/prog/php.xml b/general/prog/php.xml index 4bbaf6ca02..d165e39294 100644 --- a/general/prog/php.xml +++ b/general/prog/php.xml @@ -6,10 +6,10 @@ - + - - + + ]> @@ -178,6 +178,7 @@ ./configure --prefix=/usr \ --sysconfdir=/etc \ + --mandir=/usr/share/man \ --with-apxs2 \ --with-config-file-path=/etc \ --with-zlib \ @@ -198,6 +199,8 @@ make Now, as the root user: + + make install && install -v -m644 php.ini-production /etc/php.ini && @@ -350,7 +353,7 @@ AddType application/x-httpd-php .php Installed Directories - pear, peardev, pecl, php, php-config and phpize + pear, peardev, pecl, phar, phar.phar, php, php-cgi, php-config, and phpize libphp5.so Apache module /usr/include/php, /usr/lib/php and /usr/share/doc/php-&php-version; diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9eb8b1ec49..fe2d69e1ad 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,16 @@ --> + + October 22nd, 2013 + + + [igor] - Update to php-5.5.5. Fixes + #4203. + + + + October 21st, 2013