php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74256 PHP higher versions have any soap issues?
Submitted: 2017-03-16 10:31 UTC Modified: 2017-03-17 07:53 UTC
From: uthiraraj dot ranganathan at adventsys dot in Assigned:
Status: Closed Package: Class/Object related
PHP Version: Next Minor Version OS: Linux
Private report: No CVE-ID: None
 [2017-03-16 10:31 UTC] uthiraraj dot ranganathan at adventsys dot in
Description:
------------
Kindly find my Xampp version details as below,

PHP: 5.5.30 (old) PHP: 7.0.9 (new)

I created a website using old php version, now I would like to upgrade my php version. In my site I have web service using by SOAP. While I'm upgrade php version, the wsdl is working but I'm unable to get the data, same like that I'm not get any errors also. Is I need to change my code for version variation?

Thanks.


Test script:
---------------
In here I suppose to get values from the functions, but in array it is saving as null.

Expected result:
----------------
No error, but I'm getting all function values are null.

Actual result:
--------------
It is working in lower version of PHP

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-03-16 10:59 UTC] nikic@php.net
-Status: Open +Status: Feedback
 [2017-03-16 10:59 UTC] nikic@php.net
Please try a recent version of PHP 7. A number of SOAP bugs have been fixed in the meantime.
 [2017-03-17 07:53 UTC] uthiraraj dot ranganathan at adventsys dot in
-Status: Feedback +Status: Closed
 [2017-03-17 07:53 UTC] uthiraraj dot ranganathan at adventsys dot in
Thanks for your concern and update. It's working fine.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 05:01:31 2024 UTC