1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0" packagerversion="1.9.4">
<name>XML_RPC</name>
<summary>PHP implementation of the XML-RPC protocol</summary>
<description>A PEAR-ified version of Useful Inc's XML-RPC for PHP.
It has support for HTTP/HTTPS transport, proxies and authentication.
</description>
<maintainers>
<maintainer>
<user>ssb</user>
<name>Stig Bakken</name>
<email>stig@php.net</email>
<role>lead</role>
</maintainer>
<maintainer>
<user>danielc</user>
<name>Daniel Convissor</name>
<email>danielc@php.net</email>
<role>lead</role>
</maintainer>
</maintainers>
<release>
<version>1.5.5</version>
<date>2011-08-27</date>
<license>PHP License</license>
<state>stable</state>
<notes>* Adjust is_a() usage due to change in PHP 5.3.7.
* Fix error populating headers. Bug 18653.
</notes>
<deps>
<dep type="php" rel="ge" version="4.2.0"/>
<dep type="ext" rel="has">xml</dep>
</deps>
<filelist>
<file role="php" baseinstalldir="/" name="XML/RPC.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="php" baseinstalldir="/" name="XML/RPC/Server.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="php" baseinstalldir="/" name="XML/RPC/Dump.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="test" name="tests/actual-request.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="test" name="tests/allgot.inc"/>
<file role="test" name="tests/empty-value-struct.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="test" name="tests/empty-value.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="test" name="tests/encode.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="test" name="tests/extra-lines.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="test" name="tests/protoport.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="test" name="tests/test_Dump.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
<file role="test" name="tests/types.php">
<replace from="@package_version@" to="version" type="package-info"/>
</file>
</filelist>
</release>
<changelog>
<release>
<version>1.5.4</version>
<date>2010-07-03</date>
<state>stable</state>
<notes>* Change ereg functions to preg due to deprecation (Request 17546 and then some.)
* Fix bugs in XML_RPC_Dump error detection process.
* Escape XML special characters in key names of struct elements. Bug 17368.
</notes>
</release>
<release>
<version>1.5.3</version>
<date>2010-01-14</date>
<state>stable</state>
<notes>* Make licenses consistent. Bug 12575.
* Fix serializedata() for non-sequentially indexed arrays. Bug 16780.
* Show request information in debug mode. Request 8240.
* Creating the payload before opening a socket connection. Request 11981.
</notes>
</release>
<release>
<version>1.5.2</version>
<date>2009-08-18</date>
<state>stable</state>
<notes>* Change license in empty-value-struct.php from PHP 3.0 to 3.01.
</notes>
</release>
<release>
<version>1.5.1</version>
<date>2006-10-28</date>
<state>stable</state>
<notes>* Turn passing payload through mb_convert_encoding() off by default. Use new XML_RPC_Message::setConvertPayloadEncoding() and XML_RPC_Server::setConvertPayloadEncoding() to turn it on. Bug 8632.
* Have XML_RPC_Value::scalarval() return FALSE if value is not a scalar. Bug 8251.
</notes>
</release>
<release>
<version>1.5.0</version>
<date>2006-07-11</date>
<state>stable</state>
<notes>No changes from 1.5.0RC2.
The primary change from 1.4.8 is improved multi-byte support. See the change log for complete information.
</notes>
</release>
<release>
<version>1.5.0RC2</version>
<date>2006-06-21</date>
<state>beta</state>
<notes>* If PHP's mbstring extension is enabled, use mb_convert_encoding() to ensure the server payload matches the intended encoding.
</notes>
</release>
<release>
<version>1.5.0RC1</version>
<date>2006-06-16</date>
<state>beta</state>
<notes>* Provide complete multi-byte string support for systems with the mbstring extension enabled. Bug 7837.
* If PHP's mbstring extension is enabled, use mb_convert_encoding() to ensure the client payload matches the intended encoding. This is a better resolution of Bug 7376.
* Turn off the default of automatically base64 encoding strings that can generate fatal errors in PHP's SAX parser. The automatic base64 encoding can be turned on via the new XML_RPC_Client::setAutoBase64() method. The auto-encoding is a workaround for systems that don't have PHP's mbstring extension available. (The automatic base64 encoding was added in the prior release, 1.4.8, and caused problems for users who don't control the receiving end of the requests.) Bug 7837.
</notes>
</release>
<release>
<version>1.4.8</version>
<date>2006-04-16</date>
<state>stable</state>
<notes>* Characters other than alpha-numeric, punctuation, SP, TAB, LF and CR break the XML parser, encode value via Base 64. Bug 7376.
</notes>
</release>
<release>
<version>1.4.7</version>
<date>2006-04-10</date>
<state>stable</state>
<notes>* Add include_once for PEAR if need to load xml extension. Bug 7358.
* Add dependency for xml extension in package file. Bug 7358.
</notes>
</release>
<release>
<version>1.4.6</version>
<date>2006-04-07</date>
<state>stable</state>
<notes>* Add XML_RPC_Message::$remove_extra_lines property. Defaults to true. If set to false, extra lines are left in place. Bug 7088.
* Add XML_RPC_Message::$response_payload property. Makes logging responses easy.
</notes>
</release>
<release>
<version>1.4.5</version>
<date>2006-01-14</date>
<state>stable</state>
<notes>* Have server send headers individualy as opposed to sending them all at once. Necessary due to changes PHP 4.4.2.
</notes>
</release>
<release>
<version>1.4.4</version>
<date>2005-10-15</date>
<state>stable</state>
<notes>* Properly deal with empty values in struct's.
</notes>
</release>
<release>
<version>1.4.3</version>
<date>2005-09-24</date>
<state>stable</state>
<notes>* Make XML_RPC_encode() properly handle dateTime.iso8601. Request 5117.
</notes>
</release>
<release>
<version>1.4.2</version>
<date>2005-09-18</date>
<state>stable</state>
<notes>* Allow empty <value>'s without <types>'s. Bug 5315.
</notes>
</release>
<release>
<version>1.4.1</version>
<date>2005-09-07</date>
<state>stable</state>
<notes>* Don't add debug info unless debug is on. Bug 5136.
* Use is_a() instead of class_name() so people can use their own XML_RPC_Message objects. Request 5002.
</notes>
</release>
<release>
<version>1.4.0</version>
<date>2005-08-14</date>
<state>stable</state>
<notes>* MAJOR SECURITY FIX: eliminate use of eval().
* Using socket_get_status() because stream_get_meta_data() was introduced in 4.3.0, but we need to support 4.2.0. Bug 4805.
</notes>
</release>
<release>
<version>1.3.3</version>
<date>2005-07-15</date>
<state>stable</state>
<notes>* Eliminate memory leak by resetting $XML_RPC_xh each time parseResponse() is called. Bug 4780.
* Using socket_set_timeout() because stream_set_timeout() was introduced in 4.3.0, but we need to support 4.2.0. Bug 4805.
</notes>
</release>
<release>
<version>1.3.2</version>
<date>2005-07-07</date>
<state>stable</state>
<notes>* Eliminate path disclosure vulnerabilities by suppressing error messages when eval()'ing.
* Eliminate path disclosure vulnerability by catching bogus parameters submitted to XML_RPC_Value::serializeval().
* In XML_RPC_Server::service(), only call createServerPayload() and createServerHeaders() if necessary. Fixes compatibility issue introduced in Release 1.3.0RC1 for users who set the $serviceNow parameter of XML_RPC_Server() to 0. Bug 4757.
* Change "var $errstring" to "var $errstr". Bug 4582. Was put into CVS version 1.75 of RPC.php but didn't make it into RELEASE_1_3_1.
</notes>
</release>
<release>
<version>1.3.1</version>
<date>2005-06-29</date>
<state>stable</state>
<notes>* Security fix. Update highly recommended!
</notes>
</release>
<release>
<version>1.3.0</version>
<date>2005-06-13</date>
<state>stable</state>
<notes>* Stable release. See earlier releases for changes since 1.2.2.
</notes>
</release>
<release>
<version>1.3.0RC3</version>
<date>2005-05-10</date>
<state>beta</state>
<notes>* When verifying requests against function signatures, if the number of parameters don't match, provide an appropriate message. NOTE: this resolves a path disclosure vulnerability. (Refines the changes made in the last commit.) Bug 4231.
* XML_RPC_Message::getParam() now returns an XML_RPC_Response object upon error. Changed from Release 1.3.0RC2.
* Add the XML_RPC_Value::isValue() method. For testing if an item is an XML_RPC_Value object.
* If XML_RPC_Client::send() is given an incorrect $msg parameter, raise an error with the new XML_RPC_ERROR_PROGRAMMING code and return 0.
* Improve cross-platform operation by using PEAR::loadExtension() instead of dl().
* Use <br /> instead of <br> in XML_RPC_Value::dump().
</notes>
</release>
<release>
<version>1.3.0RC2</version>
<date>2005-05-05</date>
<state>beta</state>
<notes>* If XML_RPC_Message::getParam() is given an incorrect parameter, raise an error with the new XML_RPC_ERROR_INCORRECT_PARAMS code and return FALSE.
* Handle improper requests to XML_RPC_Server::verifySignature(). Bug 4231.
* Try to allow HTTP 100 responses if followed by a 200 response. Bug 4116.
* Help Delphi users by making RPCMETHODNAME an alias for METHODNAME. Request 4205.
</notes>
</release>
<release>
<version>1.3.0RC1</version>
<date>2005-04-07</date>
<state>beta</state>
<notes>* Improve timeout handling for situations where connection to server is made but no response is not received in time. Accomplished via stream_set_timeout(). Request 3963.
* Add Fault Code 6: "The requested method didn't return an XML_RPC_Response object." Request 4032.
* Add the createServerPayload() and createServerHeaders() methods and the $server_payload and $server_headers properties. Request 3121.
* As in earlier versions, if the $serviceNow parameter to XML_RPC_Server() is 0, no data will be returned, but now the new $server_payload and $server_headers properties will be set.
* Convert the parser handle to an integer before using it as an index for $XML_RPC_xh[$parser]. Reduces E_STRICT notices. Bug 3782.
* Add createHeaders() method and $headers property to XML_RPC_Client to make testing easier.
</notes>
</release>
<release>
<version>1.2.2</version>
<date>2005-03-07</date>
<state>stable</state>
<notes>* When using a proxy, add the protocol to the Request-URI, making it an "absoluteURI" as per the HTTP 1.0 spec. Bug 3679.
</notes>
</release>
<release>
<version>1.2.1</version>
<date>2005-03-01</date>
<state>stable</state>
<notes>* Add isset() check before examining the dispatch map. Bug 3658.
</notes>
</release>
<release>
<version>1.2.0</version>
<date>2005-02-27</date>
<state>stable</state>
<notes>* Provide the "stable" release.
* Add package2.xml for compatibility with PEAR 1.4.0.
* For changes since 1.1.0, see the changelogs for the various RC releases.
</notes>
</release>
<release>
<version>1.2.0RC7</version>
<date>2005-02-22</date>
<state>beta</state>
<notes>* Add the setSendEncoding() method and $send_encoding
property to XML_RPC_Message. Request 3537.
* Allow class methods to be mapped using either syntax:
'function' => 'hello::sayHello',
or
'function' => array('hello', 'sayhello'),
Bug 3363.
* Use 8192 instead of 32768 for bytes in fread()
in parseResponseFile(). Bug 3340.
</notes>
</release>
<release>
<version>1.2.0RC6</version>
<date>2005-01-25</date>
<state>beta</state>
<notes>* Don't put the protocol in the Host field of the POST data. (danielc)
</notes>
</release>
<release>
<version>1.2.0RC5</version>
<date>2005-01-24</date>
<state>beta</state>
<notes>* If $port is 443 but a protocol isn't specified in $server, assume ssl:// is the protocol.
</notes>
</release>
<release>
<version>1.2.0RC4</version>
<date>2005-01-24</date>
<state>beta</state>
<notes>* When a connection attempt fails, have the method return 0. (danielc)
* Move the protocol/port checking/switching and the property settings from sendPayloadHTTP10() to the XML_RPC_Client constructor. (danielc)
* Add tests for setting the client properties. (danielc)
* Remove $GLOBALS['XML_RPC_twoslash'] since it's not used. (danielc)
* Bundle the tests with the package. (danielc)
</notes>
</release>
<release>
<version>1.2.0RC3</version>
<date>2005-01-19</date>
<state>beta</state>
<notes>* ssl uses port 443, not 445.
</notes>
</release>
<release>
<version>1.2.0RC2</version>
<date>2005-01-11</date>
<state>beta</state>
<notes>* Handle ssl:// in the $server string. (danielc)
* Also default to port 445 for ssl:// requests as well. (danielc)
* Enhance debugging in the server. (danielc)
</notes>
</release>
<release>
<version>1.2.0RC1</version>
<date>2004-12-30</date>
<state>beta</state>
<notes>* Make things work with SSL. Bug 2489. (nkukard lbsd net)
* Allow array function callbacks (Matt Kane)
* Some minor speed-ups (Matt Kane)
* Add Dump.php to the package (Christian Weiske)
* Replace all line endings with \r\n. Had only done replacements on \n. Bug 2521. (danielc)
* Silence fsockopen() errors. Bug 1714. (danielc)
* Encode empty arrays as an array. Bug 1493. (danielc)
* Eliminate undefined index notice when submitting empty arrays to XML_RPC_Encode(). Bug 1819. (danielc)
* Speed up check for enumerated arrays in XML_RPC_Encode(). (danielc)
* Prepend "XML_RPC_" to ERROR_NON_NUMERIC_FOUND, eliminating problem when eval()'ing error messages. (danielc)
* Use XML_RPC_Base::raiseError() instead of PEAR::raiseError() in XML_RPC_ee() because PEAR.php is lazy loaded. (danielc)
* Allow raiseError() to be called statically. (danielc)
* Stop double escaping of character entities. Bug 987. (danielc)
NOTICE: the following have been removed:
* XML_RPC_dh()
* $GLOBALS['XML_RPC_entities']
* XML_RPC_entity_decode()
* XML_RPC_lookup_entity()
* Determine the XML's encoding via the encoding attribute in the XML declaration. Bug 52. (danielc)
</notes>
</release>
<release>
<version>1.1.0</version>
<date>2004-03-15</date>
<state>stable</state>
<notes>* Added support for sequential arrays to XML_RPC_encode() (mroch)
* Cleaned up new XML_RPC_encode() changes a bit (mroch, pierre)
* Remove "require_once 'PEAR.php'", include only when needed to raise an error
* Replace echo and error_log() with raiseError() (mroch)
* Make all classes extend XML_RPC_Base, which will handle common functions (mroch)
* be tolerant of junk after methodResponse (Luca Mariano, mroch)
* Silent notice even in the error log (pierre)
* fix include of shared xml extension on win32 (pierre)
</notes>
</release>
<release>
<version>1.0.4</version>
<date>2002-10-02</date>
<state>stable</state>
<notes>* added HTTP proxy authorization support (thanks to Arnaud Limbourg)
</notes>
</release>
<release>
<version>1.0.3</version>
<date>2002-05-19</date>
<state>stable</state>
<notes>* fix bug when parsing responses with boolean types
</notes>
</release>
<release>
<version>1.0.2</version>
<date>2002-04-16</date>
<state>stable</state>
<notes>* E_ALL fixes
* fix HTTP response header parsing
</notes>
</release>
<release>
<version>1.0.1</version>
<date>2001-09-25</date>
<state>stable</state>
<notes>This is a PEAR-ified version of Useful Inc's 1.0.1 release.
Includes an urgent security fix identified by Dan Libby <dan@libby.com>.
</notes>
</release>
</changelog>
</package>
|