From owner-svn-doc-head@freebsd.org Wed Oct 14 00:16:24 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63943A13A60; Wed, 14 Oct 2015 00:16:24 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F8EC11E5; Wed, 14 Oct 2015 00:16:24 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9E0GNTv024185; Wed, 14 Oct 2015 00:16:23 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9E0GNbE024183; Wed, 14 Oct 2015 00:16:23 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201510140016.t9E0GNbE024183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 14 Oct 2015 00:16:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47550 - in head/en_US.ISO8859-1/books/handbook: dtrace network-servers X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 00:16:24 -0000 Author: junovitch (ports committer) Date: Wed Oct 14 00:16:22 2015 New Revision: 47550 URL: https://svnweb.freebsd.org/changeset/doc/47550 Log: Update PHP package names to PHP 5.6 variants as PHP 5.4 hit EOL last month. Reference: http://php.net/eol.php Reviewed by: wblock Differential Revision: https://reviews.freebsd.org/D3809 Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Tue Oct 13 22:33:09 2015 (r47549) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Wed Oct 14 00:16:22 2015 (r47550) @@ -56,7 +56,7 @@ that might make this chapter too large. provider, and to insert static probes into userland programs for later tracing. Some ports, such as databases/postgres-server and - lang/php5 have a &dtrace; option to enable + lang/php56 have a &dtrace; option to enable static probes. &os; 10.0-RELEASE has reasonably good userland &dtrace; support, but it is not considered production ready. In particular, it is possible to crash traced programs. Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Tue Oct 13 22:33:09 2015 (r47549) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Wed Oct 14 00:16:22 2015 (r47550) @@ -4730,7 +4730,7 @@ DocumentRoot /www/someother To gain support for PHP5 for the Apache web server, install the - www/mod_php5 package or port. This will + www/mod_php56 package or port. This will install and configure the modules required to support dynamic PHP applications. The installation will automatically add this line to @@ -4757,9 +4757,9 @@ AddModule mod_php5.c &prompt.root; apachectl graceful The PHP support provided by - www/mod_php5 is limited. Additional + www/mod_php56 is limited. Additional support can be installed using the - lang/php5-extensions port which provides + lang/php56-extensions port which provides a menu driven interface to the available PHP extensions. @@ -4767,7 +4767,7 @@ AddModule mod_php5.c using the appropriate port. For instance, to add PHP support for the MySQL database server, install - databases/php5-mysql. + databases/php56-mysql. After installing an extension, the Apache server must be reloaded to