logo       

cvs: pear /HTTP_Request Request.php: msg#00656

php.cvs.pear

Subject: cvs: pear /HTTP_Request Request.php

richard Sun Sep 29 10:47:30 2002 EDT

Modified files:
/pear/HTTP_Request Request.php
Log:
Fix include path


Index: pear/HTTP_Request/Request.php
diff -u pear/HTTP_Request/Request.php:1.17 pear/HTTP_Request/Request.php:1.18
--- pear/HTTP_Request/Request.php:1.17 Sun Sep 29 10:20:40 2002
+++ pear/HTTP_Request/Request.php Sun Sep 29 10:47:30 2002
@@ -32,7 +32,7 @@
// | Author: Richard Heyes <richard@xxxxxxxxxxx> |
// +-----------------------------------------------------------------------+
//
-// $Id: Request.php,v 1.17 2002/09/29 14:20:40 richard Exp $
+// $Id: Request.php,v 1.18 2002/09/29 14:47:30 richard Exp $
//
// HTTP_Request Class
//
@@ -44,7 +44,7 @@
//

require_once('Net/Socket.php');
-require_once('../../Net_URL/URL.php');
+require_once('Net/URL.php');

define('HTTP_REQUEST_METHOD_GET', 'GET', true);
define('HTTP_REQUEST_METHOD_HEAD', 'HEAD', true);



--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise