Changeset b9d1118
- Timestamp:
- 04/09/2005 06:13:21 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 298ebb8
- Parents:
- 9a9b94f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
content/web/php.xml
r9a9b94f rb9d1118 7 7 <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2"> 8 8 <!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2"> 9 <!ENTITY php-md5sum "f d26455febdddee0977ce226b9108d9c">10 <!ENTITY php-size "4. 4MB">11 <!ENTITY php-buildsize "1 01MB">12 <!ENTITY php-time "1. 29SBU">9 <!ENTITY php-md5sum "fb1aac107870f897d26563a9cc5053c0"> 10 <!ENTITY php-size "4.7 MB"> 11 <!ENTITY php-buildsize "126 MB"> 12 <!ENTITY php-time "1.82 SBU"> 13 13 ]> 14 14 … … 20 20 <?dbhtml filename="php.html"?> 21 21 <title><acronym>PHP</acronym>-&php-version;</title> 22 <indexterm zone="php"> 23 <primary sortas="a-PHP">PHP</primary></indexterm> 22 24 23 25 <sect2> … … 145 147 --with-readline \ 146 148 --disable-libxml && 147 make && 148 make install && 149 make</command></userinput></screen> 150 151 <para>Now, as the root user:</para> 152 153 <screen><userinput role='root'><command>make install && 149 154 cp php.ini-recommended /etc/php.ini</command></userinput></screen> 150 155 … … 165 170 <title>Configuring <application><acronym>PHP</acronym></application></title> 166 171 167 <sect3 ><title>Config files</title>172 <sect3 id="php-config"><title>Config files</title> 168 173 <para><filename>/etc/php.ini</filename>, 169 174 <filename>/etc/pear.conf</filename></para> 175 <indexterm zone="php php-config"> 176 <primary sortas="e-etc-php.ini">/etc/php.ini</primary></indexterm> 177 <indexterm zone="php php-config"> 178 <primary sortas="e-etc-pear.conf">/etc/pear.conf</primary></indexterm> 170 179 </sect3> 171 180 … … 174 183 <para>To enable <acronym>PHP</acronym> support in the 175 184 <application>Apache</application> web server, 176 a new LoadModule ( this oneshould be handled automatically by the185 a new LoadModule (which should be handled automatically by the 177 186 <command>make install</command> command) and AddType directives must be added 178 187 to the <filename>httpd.conf</filename> file:</para> … … 185 194 <filename>httpd.conf</filename> file.</para> 186 195 196 <para>You'll need to restart the <application>Apache</application> web server 197 after making any modifications to the <filename>httpd.conf</filename> 198 file.</para> 187 199 </sect3> 188 200 … … 192 204 <title>Contents</title> 193 205 194 <para>The <application><acronym>PHP</acronym></application> package contains 195 <command>pear</command>, 196 <command>php</command>, 197 <command>php-config</command>, 198 <command>phpextdist</command> and 199 <command>phpize</command>. 200 </para> 201 202 </sect2> 203 204 <sect2><title>Description</title> 205 206 <sect3><title>php</title> 207 <para><command>php</command> is a command line interface that enables 208 you to parse and execute <acronym>PHP</acronym> code.</para></sect3> 209 210 <sect3><title>pear</title> 211 <para><command>pear</command> is the <acronym>PHP</acronym> Extension and 212 Application Repository (<acronym>PEAR</acronym>) package 213 manager.</para></sect3> 206 <segmentedlist> 207 <segtitle>Installed Programs</segtitle> 208 <segtitle>Installed Library</segtitle> 209 <segtitle>Installed Directories</segtitle> 210 211 <seglistitem> 212 <seg>pear, php, php-config, phpextdist and phpize</seg> 213 <seg>libphp5.so</seg> 214 <seg>/usr/include/php and /usr/lib/php</seg> 215 </seglistitem> 216 </segmentedlist> 217 218 <variablelist> 219 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 220 <?dbfo list-presentation="list"?> 221 222 <varlistentry id="php-prog"> 223 <term><command>php</command></term> 224 <listitem><para>is a command line interface that enables you to parse and 225 execute <acronym>PHP</acronym> code.</para> 226 <indexterm zone="php php-prog"> 227 <primary sortas="b-php">php</primary> 228 </indexterm></listitem> 229 </varlistentry> 230 231 <varlistentry id="pear"> 232 <term><command>pear</command></term> 233 <listitem><para>is the <acronym>PHP</acronym> Extension and Application 234 Repository (<acronym>PEAR</acronym>) package manager.</para> 235 <indexterm zone="php pear"> 236 <primary sortas="b-pear">pear</primary> 237 </indexterm></listitem> 238 </varlistentry> 239 </variablelist> 214 240 215 241 </sect2> -
general.ent
r9a9b94f rb9d1118 1 <!ENTITY day "0 8">1 <!ENTITY day "09"> 2 2 <!ENTITY month "04"> 3 3 <!ENTITY year "2005"> … … 266 266 <!-- Chapter 24 --> 267 267 <!ENTITY apache-version "2.0.53"> 268 <!ENTITY php-version "5.0. 3">268 <!ENTITY php-version "5.0.4"> 269 269 <!ENTITY proftpd-version "1.2.10"> 270 270 <!ENTITY vsftpd-version "2.0.1"> -
introduction/welcome/changelog.xml
r9a9b94f rb9d1118 22 22 23 23 <itemizedlist> 24 25 <listitem><para>April 9th, 2005 [randy]: Updated to 26 PHP-5.0.4.</para></listitem> 24 27 25 28 <listitem><para>April 8th, 2005 [randy]: Updated to PostgreSQL-8.0.1 and
Note:
See TracChangeset
for help on using the changeset viewer.