Updated Composer files
- Bumped PEAR to version 1.10.4 - Added new classmap for App
This commit is contained in:
parent
20043914e6
commit
146258680b
74 changed files with 133 additions and 132 deletions
4
vendor/pear-pear.php.net/PEAR/PEAR/REST.php
generated
vendored
4
vendor/pear-pear.php.net/PEAR/PEAR/REST.php
generated
vendored
|
@ -28,7 +28,7 @@ require_once 'PEAR/Proxy.php';
|
|||
* @author Greg Beaver <cellog@php.net>
|
||||
* @copyright 1997-2009 The Authors
|
||||
* @license http://opensource.org/licenses/bsd-license.php New BSD License
|
||||
* @version Release: 1.10.3
|
||||
* @version Release: 1.10.4
|
||||
* @link http://pear.php.net/package/PEAR
|
||||
* @since Class available since Release 1.4.0a1
|
||||
*/
|
||||
|
@ -384,7 +384,7 @@ class PEAR_REST
|
|||
}
|
||||
|
||||
$request .= $ifmodifiedsince .
|
||||
"User-Agent: PEAR/1.10.3/PHP/" . PHP_VERSION . "\r\n";
|
||||
"User-Agent: PEAR/1.10.4/PHP/" . PHP_VERSION . "\r\n";
|
||||
|
||||
$username = $this->config->get('username', null, $channel);
|
||||
$password = $this->config->get('password', null, $channel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue