From d5e8ef5092a3559ae34e2e570c6d287f3f06033b Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Sat, 10 Jan 2015 14:21:27 +0100 Subject: [PATCH] doc: Fix PHP librados documentation --- doc/rados/api/librados-intro.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index 82ea014cd7dd7..7459e0500bcb4 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 + +