php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


New in This Group

svn: /pear/pearweb/trunk/public_html/support/ tutorials.php
11/30/2009 4:58:00 AM

svn: /pear/pearweb/trunk/ public_html/images/elements/note.png resources/message-backgrounds.svg
10/19/2009 1:24:21 PM

svn: /pear/pearweb/trunk/ package.php package.xml
10/19/2009 12:48:01 PM

svn: /pear/pearweb/trunk/ include/pear-page-packages.php public_html/packages.php
10/19/2009 12:43:49 PM

svn: /pear/pearweb/trunk/include/ pear-format-html.php
10/18/2009 7:20:51 AM

svn: /pear/pearweb/trunk/ package.xml
10/14/2009 1:08:44 PM

svn: /pear/pearweb/trunk/include/ pear-format-html.php
10/12/2009 3:54:21 PM

svn: /pear/pearweb/trunk/include/ pear-manual.php
10/12/2009 3:50:00 PM

svn: /pear/pearweb/trunk/public_html/css/ style.css
10/12/2009 3:46:33 PM

svn: /pear2/Templates_Savant/trunk/ src/Templates/Savant/BasicFastCompiler.php src/Templates/Savant/CompilerInterface.php src/Templates/Savant/FastCompilerInterface.php src/Templates/Savant/Main.php t
10/11/2009 3:59:54 AM

svn: /pear2/sandbox/ Loader/trunk/examples/pear2svn.php REST_Server/trunk/src/REST/Server/Input.php Reply

Group: php.pear.core Subscribe Posted:11/10/2009 4:35:11 PM Replies:0 Views:24 Items(0)
--74e0da3fc2490f2654f7e6b376d6b546d17f9585
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

saltybeagle Tue, 10 Nov 2009 16:35:11 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=290476

Log:
Convert sandbox PEAR2_HTTP_Request usage to \pear2\HTTP\Request

Changed paths:
U pear2/sandbox/Loader/trunk/examples/pear2svn.php
U pear2/sandbox/REST_Server/trunk/src/REST/Server/Input.php

Modified: pear2/sandbox/Loader/trunk/examples/pear2svn.php
===================================================================
--- pear2/sandbox/Loader/trunk/examples/pear2svn.php 2009-11-10 16:15:43 UTC (rev 290475)
+++ pear2/sandbox/Loader/trunk/examples/pear2svn.php 2009-11-10 16:35:11 UTC (rev 290476)
@@ -5,7 +5,7 @@
require_once dirname(__FILE__).'/../src/PEAR2/Loader/PEAR2Svn.php';

// pear2 class
-$request = new PEAR2_HTTP_Request();
+$request = new \pear2\HTTP\Request();

// pear2 sandbox class
-$server = new PEAR2_SimpleChannelServer_Exception('message');
+$server = new \pear2\SimpleChannelServer\Exception('message');

Modified: pear2/sandbox/REST_Server/trunk/src/REST/Server/Input.php
===================================================================
--- pear2/sandbox/REST_Server/trunk/src/REST/Server/Input.php 2009-11-10 16:15:43 UTC (rev 290475)
+++ pear2/sandbox/REST_Server/trunk/src/REST/Server/Input.php 2009-11-10 16:35:11 UTC (rev 290476)
@@ -28,7 +28,7 @@
return $this->_messages->$key;
break;
case 'headers':
- return new PEAR2_HTTP_Request_Headers($this->_message->headers);
+ return new pear2\HTTP\Request\Headers($this->_message->headers);
break;
}
}

--74e0da3fc2490f2654f7e6b376d6b546d17f9585--
saltybea...@php.net (=?utf-8?q?Brett_Bieber?=)
11/10/2009 4:35:11 PM





Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM