From dfb3914823d97b63bff53afd7ec05b358ce6823a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Jun 2013 11:24:36 +0200 Subject: php-bartlett-PHP-CompatInfo: 2.18.0 (PHP 5.5 support) --- 0032-new-soap-constants.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 0032-new-soap-constants.patch (limited to '0032-new-soap-constants.patch') diff --git a/0032-new-soap-constants.patch b/0032-new-soap-constants.patch deleted file mode 100644 index 59b3385..0000000 --- a/0032-new-soap-constants.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 8df8c44ed7d416709e9c1aa1277b075216cde4be Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Fri, 10 May 2013 11:19:28 +0200 -Subject: [PATCH] new SOAP_SSL_METHOD_* in php 5.5.0RC1 - ---- - PHP/CompatInfo/Reference/soap.php | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/PHP/CompatInfo/Reference/soap.php b/PHP/CompatInfo/Reference/soap.php -index 3c7d4c0..bd342a6 100644 ---- a/PHP/CompatInfo/Reference/soap.php -+++ b/PHP/CompatInfo/Reference/soap.php -@@ -154,6 +154,10 @@ public function getConstants($extension = null, $version = null, $condition = nu - 'SOAP_ENC_OBJECT' => array('5.0.0', ''), - 'SOAP_FUNCTIONS_ALL' => array('5.0.0', ''), - 'SOAP_LITERAL' => array('5.0.0', ''), -+ 'SOAP_SSL_METHOD_TLS' => array('5.5.0-dev', ''), -+ 'SOAP_SSL_METHOD_SSLv2' => array('5.5.0-dev', ''), -+ 'SOAP_SSL_METHOD_SSLv23' => array('5.5.0-dev', ''), -+ 'SOAP_SSL_METHOD_SSLv3' => array('5.5.0-dev', ''), - 'SOAP_PERSISTENCE_REQUEST' => array('5.0.0', ''), - 'SOAP_PERSISTENCE_SESSION' => array('5.0.0', ''), - 'SOAP_RPC' => array('5.0.0', ''), --- -1.8.1.6 - -- cgit