diff --git a/source/php.txt b/source/php.txt
index 448d65eb0..3151dd82c 100644
--- a/source/php.txt
+++ b/source/php.txt
@@ -93,7 +93,7 @@ components:
The PHP library provides an API that is consistent with the other
drivers, and it is continually updated to meet cross-driver
-specifications. You need to add the library as a dependency in most
+specifications. You must add the library as a dependency in most
applications that use PHP to work with MongoDB.
The extension is distributed by `PECL
@@ -147,7 +147,7 @@ Finally, add the following line to your ``php.ini`` file:
CLI, FPM). Make sure to enable the extension in all SAPIs that you need.
The preferred method of installing the PHP library is with
-`Composer `_ by running the following from your project root:
+`Composer `__ by running the following from your project root:
.. code-block:: sh
@@ -163,7 +163,7 @@ Composer's autoloader as in the following example:
require_once __DIR__ . '/vendor/autoload.php';
Additional installation instructions may be found in the
-`library documentation `_.
+`library documentation `__.
.. _connect-atlas-php-driver:
@@ -214,7 +214,7 @@ Compatibility
Due to potential problems representing 64-bit integers on 32-bit platforms,
users are advised to use 64-bit environments. When using a 32-bit platform, be
aware that any 64-bit integer read from the database will be returned as a
-`MongoDB\\BSON\\Int64 `_
+`MongoDB\\BSON\\Int64 `__
instance instead of a PHP integer type.
MongoDB Compatibility