|
||||||||||
|
New in This Group svn: /pear/pearweb/trunk/public_html/support/ tutorials.php11/30/2009 4:58:00 AM svn: /pear/pearweb/trunk/ public_html/images/elements/note.png resources/message-backgrounds.svg10/19/2009 1:24:21 PM svn: /pear/pearweb/trunk/ package.php package.xml10/19/2009 12:48:01 PM svn: /pear/pearweb/trunk/ include/pear-page-packages.php public_html/packages.php10/19/2009 12:43:49 PM svn: /pear/pearweb/trunk/include/ pear-format-html.php10/18/2009 7:20:51 AM svn: /pear/pearweb/trunk/ package.xml10/14/2009 1:08:44 PM svn: /pear/pearweb/trunk/include/ pear-format-html.php10/12/2009 3:54:21 PM svn: /pear/pearweb/trunk/include/ pear-manual.php10/12/2009 3:50:00 PM svn: /pear/pearweb/trunk/public_html/css/ style.css10/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 t10/11/2009 3:59:54 AM |
svn: /pear2/sandbox/ Loader/trunk/examples/pear2svn.php REST_Server/trunk/src/REST/Server/Input.php
|
|||||||||
| 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 |
note 97095 added to soapclient.soapclient
note 97094 added to function.sqlite-changes
note 97093 added to function.sqlite-changes
note 97092 added to ref.xmlrpc
note 97091 added to function.var-export