[Pkg-owncloud-commits] [php-sabredav] 82/163: Deprecated notices. See #437.

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:54:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.

commit 65f26f0ec61412e338eac3b28317ea9bb58b7501
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Tue Apr 15 12:18:36 2014 -0400

    Deprecated notices. See #437.
---
 lib/Sabre/DAV/Client.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/Sabre/DAV/Client.php b/lib/Sabre/DAV/Client.php
index 471c627..fe8e25a 100644
--- a/lib/Sabre/DAV/Client.php
+++ b/lib/Sabre/DAV/Client.php
@@ -162,6 +162,8 @@ class Client extends HTTP\Client {
      * The parameter certificates should be a absolute path to a file
      * which contains all trusted certificates
      *
+     * @deprecated This method will be removed in the future, use
+     *             addCurlSetting instead.
      * @param string $certificates
      * @return void
      */
@@ -172,6 +174,8 @@ class Client extends HTTP\Client {
     /**
      * Enables/disables SSL peer verification
      *
+     * @deprecated This method will be removed in the future, use
+     *             addCurlSetting instead.
      * @param bool $value
      * @return void
      */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list