Home » Web Services » SOAP » Bug #8052
incorrect user agent string
Details
| Submitted | 2006-06-28 10:59 UTC |
|---|---|
| From | simon at simonellistonball dot com |
| Assigned | yunosh |
| Status | Closed |
| Package | SOAP |
| PHP Version | Irrelevant |
| OS | n/a |
| Roadmaps | (Not assigned) |
Comments
[2006-06-28 10:59 UTC] simon at simonellistonball dot com
Description:
------------
The version constants in code are not up to date with the pear
version:
/SOAP/Base.php:
Line 92:
define('SOAP_LIBRARY_VERSION', '0.8.0RC4');
define('SOAP_LIBRARY_NAME', 'PEAR-SOAP 0.8.0RC4-devel');
(taken from 0.9.4 code)
Expected result:
----------------
define('SOAP_LIBRARY_VERSION', '0.9.4');
define('SOAP_LIBRARY_NAME', 'PEAR-SOAP 0.8.0RC4-devel');