From 5eaac1daff56bba466970921267bc56904046de5 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 2 Jan 2015 01:47:33 +0100 Subject: [PATCH] Fixed typo --- docs/en/reference/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/types.rst b/docs/en/reference/types.rst index 1405990e32a..dc173e13852 100644 --- a/docs/en/reference/types.rst +++ b/docs/en/reference/types.rst @@ -405,7 +405,7 @@ using deserialization or ``null`` if no data is present. .. warning:: - Because the build-in ``text`` type of PostgreSQL does not support NULL bytes, + Because the built-in ``text`` type of PostgreSQL does not support NULL bytes, the object type will cause deserialization errors on PostgreSQL. A workaround is to ``serialize()``/``unserialize()`` and ``base64_encode()``/``base64_decode()`` PHP objects and store them into a ``text`` field manually.