Ignore:
Timestamp:
2012/02/09 01:26:58 (12 years ago)
Author:
Seasoft
Message:

#1522 (PEAR::SOAP をバージョンアップ)

  • 0.12.0 -> 0.13.0
  • SOAP_WSDL により、「Yahoo!デベロッパーネットワーク」の「オークション SOAP」を取得できることを確認した。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/module/SOAP/Disco.php

    r21318 r21461  
    367367            } 
    368368            $typens = $this->namespaces[$m[1][0]]; 
    369             $type = ereg_replace($m[0][0],'',$type); 
     369            $type = preg_replace('/'.$m[0][0].'/', '', $type); 
    370370        } else { 
    371371            $typens = 'xsd'; 
Note: See TracChangeset for help on using the changeset viewer.