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
This commit is contained in:
Jason Unovitch 2015-10-14 00:16:22 +00:00
parent 13b90ac2e3
commit 891f71dc60
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47550
2 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ that might make this chapter too large.
provider, and to insert static probes into userland programs for provider, and to insert static probes into userland programs for
later tracing. Some ports, such as later tracing. Some ports, such as
<package>databases/postgres-server</package> and <package>databases/postgres-server</package> and
<package>lang/php5</package> have a &dtrace; option to enable <package>lang/php56</package> have a &dtrace; option to enable
static probes. &os; 10.0-RELEASE has reasonably good userland static probes. &os; 10.0-RELEASE has reasonably good userland
&dtrace; support, but it is not considered production ready. In &dtrace; support, but it is not considered production ready. In
particular, it is possible to crash traced programs.</para> particular, it is possible to crash traced programs.</para>

View file

@ -4730,7 +4730,7 @@ DocumentRoot <replaceable>/www/someotherdomain.tld</replaceable>
<para>To gain support for <acronym>PHP</acronym>5 for the <para>To gain support for <acronym>PHP</acronym>5 for the
<application>Apache</application> web server, install the <application>Apache</application> web server, install the
<package>www/mod_php5</package> package or port. This will <package>www/mod_php56</package> package or port. This will
install and configure the modules required to support install and configure the modules required to support
dynamic <acronym>PHP</acronym> applications. The dynamic <acronym>PHP</acronym> applications. The
installation will automatically add this line to installation will automatically add this line to
@ -4757,9 +4757,9 @@ AddModule mod_php5.c
<screen>&prompt.root; <userinput>apachectl graceful</userinput></screen> <screen>&prompt.root; <userinput>apachectl graceful</userinput></screen>
<para>The <acronym>PHP</acronym> support provided by <para>The <acronym>PHP</acronym> support provided by
<package>www/mod_php5</package> is limited. Additional <package>www/mod_php56</package> is limited. Additional
support can be installed using the support can be installed using the
<package>lang/php5-extensions</package> port which provides <package>lang/php56-extensions</package> port which provides
a menu driven interface to the available a menu driven interface to the available
<acronym>PHP</acronym> extensions.</para> <acronym>PHP</acronym> extensions.</para>
@ -4767,7 +4767,7 @@ AddModule mod_php5.c
using the appropriate port. For instance, to add using the appropriate port. For instance, to add
<acronym>PHP</acronym> support for the <acronym>PHP</acronym> support for the
<application>MySQL</application> database server, install <application>MySQL</application> database server, install
<filename>databases/php5-mysql</filename>.</para> <package>databases/php56-mysql</package>.</para>
<para>After installing an extension, the <para>After installing an extension, the
<application>Apache</application> server must be reloaded to <application>Apache</application> server must be reloaded to