Re: Expand Boolean from '1' to 'true' in PHP 5 SOAP?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Gilbert,

Gilbert Wilson wrote:
I'm working on a SOAP client that is talking to a SOAP server that does not
accept '1' or '0' for true and false boolean values.  The SOAP client MUST
send these values as the words 'true' or 'false'.  How does one get PHP 5's
SOAP extension to send boolean values in this manner?

Which version of PHP are you using? In older PHP (<= 5.0.4) it was 1's and 0's, now its 'true' or 'false'.

See also:
http://bugs.php.net/bug.php?id=33602

Kind regards,

David

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux