gui Thu Jun 3 19:45:15 2004 EDT
Modified files:
/phpdoc/en/install/macos index.xml packages.xml server.xml
Log:
reverting the yannick's mistake
http://cvs.php.net/diff.php/phpdoc/en/install/macos/index.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/install/macos/index.xml
diff -u phpdoc/en/install/macos/index.xml:1.2 phpdoc/en/install/macos/index.xml:1.3
--- phpdoc/en/install/macos/index.xml:1.2 Thu Jun 3 19:29:10 2004
+++ phpdoc/en/install/macos/index.xml Thu Jun 3 19:45:15 2004
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.1 Maintainer: dams Status: ready -->
+<!-- $Revision: 1.3 $ -->
<chapter id="install.macosx">
- <title>Installation sur un syst�me Mac OS X</title>
+ <title>Installation on Mac OS X</title>
<para>
- Cette section contient les notes et conseils pour installer &php; sur un
- syst�me Mac OS X.
+ This section contains notes and hints specific to installing
+ PHP on Mac OS X.
</para>
&install.macosx.packages;
&install.macosx.server;
http://cvs.php.net/diff.php/phpdoc/en/install/macos/packages.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/install/macos/packages.xml
diff -u phpdoc/en/install/macos/packages.xml:1.2
phpdoc/en/install/macos/packages.xml:1.3
--- phpdoc/en/install/macos/packages.xml:1.2 Thu Jun 3 19:29:10 2004
+++ phpdoc/en/install/macos/packages.xml Thu Jun 3 19:45:15 2004
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.1 Maintainer: dams Status: ready -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="install.macosx.packages">
- <title>Utilisation des paquets</title>
+ <title>Using Packages</title>
<simpara>
- Il existe quelques versions pr�-packag�es et pr�-compil�es
- de &php; pour Mac OS X. Cela peut �tre utile pour mettre en place une configuration
- standard, mais si vous avez besoin d'acc�der � des fonctionnalit�s
- sp�cifiques (comme un serveur s�curis�, ou un pilote de bases de donn�es
- exotiques), vous aurez � compiler &php; et/ou votre serveur web vous-m�me.
- Si vous n'�tes pas familiers avec la compilation et la mise en place
- d'applications, il est bon de v�rifier si personne d'autre n'a
- r�alis� un paquet contenant les fonctionnalit�s que vous d�sirez.
+ There are a few pre-packaged and pre-compiled versions of PHP for
+ Mac OS X. This can help in setting up a standard
+ configuration, but if you need to have a different set of features
+ (such as a secure server, or a different database driver), you may
+ need to build PHP and/or your web server yourself. If you are unfamiliar
+ with building and compiling your own software, it's worth
+ checking whether somebody has already built a packaged
+ version of PHP with the features you need.
</simpara>
</sect1>
http://cvs.php.net/diff.php/phpdoc/en/install/macos/server.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/install/macos/server.xml
diff -u phpdoc/en/install/macos/server.xml:1.2 phpdoc/en/install/macos/server.xml:1.3
--- phpdoc/en/install/macos/server.xml:1.2 Thu Jun 3 19:29:10 2004
+++ phpdoc/en/install/macos/server.xml Thu Jun 3 19:45:15 2004
@@ -1,23 +1,22 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.1 Maintainer: yannick Status: ready -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="install.macosx.server">
- <title>Compilation pour les serveur OS X</title>
+ <title>Compiling for OS X Server</title>
<simpara>
- Il existe deux versions l�g�rement diff�rentes de Mac OS X, le
- client et le serveur. Les lignes ci-dessous sont pour OS X Server.
+ There are two slightly different versions of Mac OS X, client and
+ server. The following is for OS X Server.
</simpara>
<formalpara id="install.macosx.compile.example">
- <title>Installation d'un servuer Mac OS X</title>
+ <title>Mac OS X server install</title>
<para>
<orderedlist>
<listitem>
- <simpara>T�l�chargez les derni�res distributions d'Apache et &php;.</simpara>
+ <simpara>Get the latest distributions of Apache and PHP.</simpara>
</listitem>
<listitem>
<para>
- D�compressez les, et utilisez le script <command>configure</command> sur
- Apache, comme ceci.
+ Untar them, and run the <command>configure</command> program on Apache
+ like so.
<programlisting role="shell">
<![CDATA[
./configure --exec-prefix=/usr \
@@ -35,8 +34,8 @@
</listitem>
<listitem>
<para>
- Si vous voulez que le compilateur fasse certaines optimisations,
- ajoutez cette ligne :
+ If you want the compiler to do some optimization., you may also want to
+ add this line:
<programlisting role="shell">
<![CDATA[
setenv OPTIM=-O2
@@ -46,7 +45,7 @@
</listitem>
<listitem>
<para>
- Puis, alles dans le dossier &php; 4, et configurez &php;.
+ Next, go to the PHP 4 source directory and configure it.
<programlisting role="shell">
<![CDATA[
./configure --prefix=/usr \
@@ -57,23 +56,22 @@
--with-apache=/src/apache_1.3.12
]]>
</programlisting>
- SI vous avez d'autres extensions � ajouter (MySQL, GD, etc.), assurez vous de
placer
- les bonnes options ici. Pour la cha�ne
- <option role="configure">--with-apache</option>, ajoutez le chemin de
- votre distribution source apache, par exemple,
+ If you have any other additions (MySQL, GD, etc.), be sure to add them
+ here. For the <option role="configure">--with-apache</option> string, put
+ in the path to your apache source directory, for example
<filename class="directory">/src/apache_1.3.12</filename>.
</para>
</listitem>
<listitem>
<simpara>
- Tapez <command>make</command> puis <command>make install</command>. Cela
- va ajouter un dossier � votre distribution Apache, sous
+ Type <command>make</command> and <command>make install</command>. This
+ will add a directory to your Apache source directory under
<filename class="directory">src/modules/php4</filename>.
</simpara>
</listitem>
<listitem>
<para>
- Maintenant, reconfigurez Apache pour compiler &php; 4.
+ Now, reconfigure Apache to build in PHP 4.
<programlisting role="shell">
<![CDATA[
./configure --exec-prefix=/usr \
@@ -88,22 +86,22 @@
--activate-module=src/modules/php4/libphp4.a
]]>
</programlisting>
- Vous pouvez recevoir un message qui vous dit que
<filename>libmodphp4.a</filename>
- est trop ancien. Si c'est le cas, allez dans le dossier
- <filename class="directory">src/modules/php4</filename>
- de votre distribution Apache, et utilisez cette commande :
- <command>ranlib libmodphp4.a</command>. Puis retournez � la racine de la
- distribution Apache, et lancez la commande <command>configure</command>
- ci-dessus. Cela aura mis la table de liens � jour. Lancez � nouveau
- <command>make</command> et <command>make install</command>.
+ You may get a message telling you that libmodphp4.a is out of date. If
+ so, go to the <filename class="directory">src/modules/php4</filename>
+ directory inside your apache source directory and run this command:
+ <command>ranlib libmodphp4.a</command>. Then go back to the root of the
+ apache source directory and run the above <command>configure</command>
+ command again. That'll bring the link table up to date. Run
+ <command>make</command> and <command>make install</command> again.
</para>
</listitem>
<listitem>
<simpara>
- Copiez et renommez le fichier <filename>php.ini-dist</filename> dans votre
- dossier <filename class="directory">bin</filename> de votre dossier &php; :
+ Copy and rename the <filename>php.ini-dist</filename> file to your
+ <filename class="directory">bin</filename> directory from your PHP 4
+ source directory:
<userinput>cp php.ini-dist /usr/local/bin/php.ini</userinput>
- ou, si vous n'avez pas de dossier local :
+ or (if your don't have a local directory)
<userinput>cp php.ini-dist /usr/bin/php.ini</userinput>.
</simpara>
</listitem>