Patch for typos in SOAP_Envelope::addHeader()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is in the new PHP5 SOAP stuff.

David

Index: Client.php
===================================================================
RCS file: /repository/pear/SOAP/Client.php,v
retrieving revision 1.64
diff -r1.64 Client.php
76c76
<             $this->documentElement->insertChildBefore($this->headers,
$this->body);
---
>             $this->documentElement->insertBefore($this->headers,
$this->body);
78c78
<         $node = $this->serializeOperation($method, $args, 'header');
---
>         $node = $this->serializeOperation($header, $data, 'header');


-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux