summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-09-12 15:42:46 +0000
committerMark Spruiell <mes@zeroc.com>2005-09-12 15:42:46 +0000
commit5d689bfd2e199b50d9fe696aa7dc45fd5890a169 (patch)
treef58b75fab5a717580f3ffbd7103276beca05d5d4 /cpp
parentAdded configuration for the number of replicas to use for replication. (diff)
downloadice-5d689bfd2e199b50d9fe696aa7dc45fd5890a169.tar.bz2
ice-5d689bfd2e199b50d9fe696aa7dc45fd5890a169.tar.xz
ice-5d689bfd2e199b50d9fe696aa7dc45fd5890a169.zip
updating PHP notes for bug 458
Diffstat (limited to 'cpp')
-rw-r--r--cpp/install/unix/README.Linux-RPM24
1 files changed, 21 insertions, 3 deletions
diff --git a/cpp/install/unix/README.Linux-RPM b/cpp/install/unix/README.Linux-RPM
index 81dd1f9db89..cd029ca8bfb 100644
--- a/cpp/install/unix/README.Linux-RPM
+++ b/cpp/install/unix/README.Linux-RPM
@@ -39,10 +39,28 @@ These RPMs are available for download at the ZeroC web site at
http://www.zeroc.com/download.html
-Note that the Ice extension for PHP is not included in the Ice RPM
-distribution due to the lack of a standard RPM package for PHP5.
+
+======================================================================
+PHP Notes
+======================================================================
+
+The Ice extension for PHP is not included in the Ice RPM distribution
+because there is no standard RPM package for PHP5 in Fedora Core 3.
+
A precompiled shared library for the Ice extension is included in
-the .tar.gz distribution for Linux.
+the .tar.gz distribution for Linux. If you prefer to compile the Ice
+extension for PHP from source, you will need to install the Ice core
+and Ice for C++ development packages:
+
+ice-@ver@-1.i386.rpm
+ice-c++-devel-@ver@-1.i386.rpm
+
+Once you have built the Ice extension for PHP, you can remove the
+C++ development RPM if you are not planning to develop applications
+using Ice for C++.
+
+Also note that if you are building PHP as an Apache module, you must
+install the Apache development RPM (httpd-devel-xxx.i386.rpm).
======================================================================