PHP 5.3 SOAP deprecated errors
        Posted  
        
            by Vincent
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vincent
        
        
        
        Published on 2010-05-10T14:46:50Z
        Indexed on 
            2010/05/11
            9:34 UTC
        
        
        Read the original article
        Hit count: 691
        
All,
I am using PHP 5.3.1 under Ubuntu and using the SOAP package. I am getting the following errors when I include SOAP/Client.php. Any one knows how to get this working?
Thanks
    Deprecated: Assigning the return value of new by reference is deprecated in 
/opt/lampp/lib/php/SOAP/WSDL.php on line 214
    Deprecated: Assigning the return value of new by reference is deprecated in
 /opt/lampp/lib/php/SOAP/WSDL.php on line 791
    Deprecated: Assigning the return value of new by reference is deprecated in 
/opt/lampp/lib/php/SOAP/WSDL.php on line 1159
    Deprecated: Assigning the return value of new by reference is deprecated in 
/opt/lampp/lib/php/SOAP/WSDL.php on line 1685
    Deprecated: Assigning the return value of new by reference is deprecated in 
/opt/lampp/lib/php/HTTP/Request.php on line 228
    Deprecated: Assigning the return value of new by reference is deprecated 
in /opt/lampp/lib/php/HTTP/Request.php on line 324
    Deprecated: Assigning the return value of new by reference is deprecated in 
/opt/lampp/lib/php/HTTP/Request.php on line 602
    Deprecated: Assigning the return value of new by reference is deprecated in 
/opt/lampp/lib/php/HTTP/Request.php on line 621
    Strict Standards: Redefining already defined constructor for class Net_URL in 
/opt/lampp/lib/php/Net/URL.php on line 122
© Stack Overflow or respective owner