Skip to content

Commit

Permalink
igbinary support removed from caching framwork (#376)
Browse files Browse the repository at this point in the history
according to https://forge.typo3.org/issues/74501 igbinary support was removed from the caching framwork
  • Loading branch information
thegass authored and mbrodala committed Dec 7, 2018
1 parent 7434105 commit 2adae5d
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -108,11 +108,6 @@ Variable Frontend
Strings, arrays and objects are accepted by this frontend.
Data is serialized before it is passed to the backend.

.. note::
Since version 4.5, the `igbinary serializer <http://pecl.php.net/package/igbinary>`_
is used transparently (if available in the system), which speeds up both serialization
and unserialization while also reducing data size.

.. tip::
The variable frontend is the most frequently used frontend and handles the widest range of data types.
While it can also handle string data, the :ref:`string frontend <caching-frontend-string>`
Expand Down

0 comments on commit 2adae5d

Please sign in to comment.