logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: PHP 5.2 compatability problem - SOLVED!: msg#00046

Subject: Re: PHP 5.2 compatability problem - SOLVED!
I am going to add the following to the soapval class.

 /**
 * represents the soapval object as a string
 *
 * @return string
 * @access   public
 */
 function __toString() {
  return 'soapval name: ' . $this->name . ' type: ' . $this->type;
 }

Scott Nichol
----- Original Message ----- 
From: "Paul O'Brien" <Paul@xxxxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, March 15, 2007 7:28 AM
Subject: [Nusoap-general] PHP 5.2 compatability problem - SOLVED!


This might help someone else having issues with nuSOAP server and PHP
5.2... I've verified it works.



http://article.gmane.org/gmane.comp.php.nusoap.general/2776


P




--------------------------------------------------------------------------------


> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to 
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


--------------------------------------------------------------------------------


> _______________________________________________
> Nusoap-general mailing list
> Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/nusoap-general
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


<Prev in Thread] Current Thread [Next in Thread>