From: Wido den Hollander Date: Sat, 10 Jan 2015 13:21:27 +0000 (+0100) Subject: doc: Fix PHP librados documentation X-Git-Tag: v0.92~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d5e8ef5092a3559ae34e2e570c6d287f3f06033b;p=ceph.git doc: Fix PHP librados documentation --- diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index 82ea014cd7d..7459e0500bc 100644 --- a/doc/rados/api/librados-intro.rst +++ b/doc/rados/api/librados-intro.rst @@ -36,7 +36,7 @@ Step 1: Getting librados Your client application must bind with ``librados`` to connect to the Ceph Storage Cluster. You must install ``librados`` and any required packages to write applications that use ``librados``. The ``librados`` API is written in -C++, with additional bindings for C, Python and Java. +C++, with additional bindings for C, Python, Java and PHP. Getting librados for C/C++ @@ -505,6 +505,7 @@ With the RADOS extension enabled in PHP you can start creating a new cluster han Save this as rados.php and run the code:: + php rados.php @@ -930,7 +931,9 @@ Java-Example PHP Example ----------- -.. code-block: php +.. code-block:: php + +