|
cvs: pear /HTTP_Request Request.php: msg#00656php.cvs.pear
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> |
|---|---|---|
| Previous by Date: | cvs: pear /HTTP_Request Request.php: 00656, Richard Heyes |
|---|---|
| Next by Date: | cvs: pearweb /weeklynews 20020929.fr.html: 00656, Pierre-Alain Joye |
| Previous by Thread: | cvs: pear /HTTP_Request Request.phpi: 00656, Richard Heyes |
| Next by Thread: | cvs: pear /HTTP_Request package.xml: 00656, Richard Heyes |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |