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  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 42 - 26 = ?

 
 [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)