PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » SOAP » Bug #8052

incorrect user agent string

Details

Submitted2006-06-28 10:59 UTC
Fromsimon at simonellistonball dot com
Assignedyunosh
StatusClosed
PackageSOAP
PHP VersionIrrelevant
OSn/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');