Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.14.0

Bug #20061 SOAP_Transport::getTransport() should be declared static
Submitted: 2013-09-10 15:04 UTC
From: borgand Assigned:
Status: Open Package: SOAP (version 0.13.0)
PHP Version: 5.4.17 OS: Oracle Linux Server 6.4 (CentOS)
Roadmaps: (Not assigned)    
Subscription  


 [2013-09-10 15:04 UTC] borgand (Laas Toom)
Description: ------------ Using SOAP under PHP 5.4 produces this error: Non-static method SOAP_Transport::getTransport() should not be called statically, assuming $this from incompatible context. I have attached a patch to do this.

Comments

 [2013-09-10 15:08 UTC] borgand (Laas Toom)