Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 9886ab7

Browse files
committed
Merge pull request #742 from wachterjohannes/patch-1
Added backend curl-options
2 parents 82fefd6 + c0d1c2f commit 9886ab7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

bundles/phpcr_odm/configuration.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,16 @@ severe performance penalty.
179179
Whether to automatically update nodes having ``mix:lastModified``.
180180
See `last modified listener cookbook entry`_.
181181

182+
``backend curl_options``
183+
""""""""""""""""""""""""
184+
185+
If you are using one of the Jackalope Jackrabbit backend, you can set
186+
the curl options which are described in the php-documentation
187+
`curl-setopt`_.
188+
189+
.. versionadded:: 1.3
190+
Since jackalope-jackrabbit 1.3, curl-options can be configured.
191+
182192
PHPCR Session with Jackalope Jackrabbit
183193
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
184194

@@ -652,3 +662,4 @@ For tuning the output of the ``doctrine:phpcr:dump`` command.
652662
.. _`Symfony2 Doctrine documentation`: http://symfony.com/doc/current/book/doctrine.html
653663
.. _`last modified listener cookbook entry`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/cookbook/last-modified.html
654664
.. _`Doctrine ORM`: http://symfony.com/doc/current/reference/configuration/doctrine.html#caching-drivers
665+
.. _`curl-setopt`: http://php.net/manual/de/function.curl-setopt.php

0 commit comments

Comments
 (0)