diff --git a/src/nusoap.php b/src/nusoap.php index 0e9fd95..378a51e 100755 --- a/src/nusoap.php +++ b/src/nusoap.php @@ -1906,7 +1906,6 @@ function getTypeDef($type) * @param string $type name of type * @return false|string * @access public - * @deprecated */ function serializeTypeDef($type) { @@ -2654,7 +2653,6 @@ function send($data, $timeout = 0, $response_timeout = 30, $cookies = null) * @param array $cookies cookies to send * @return string data * @access public - * @deprecated */ function sendHTTPS($data, $timeout = 0, $response_timeout = 30, $cookies = NULL) {