Home » HTTP » HTTP_Request » Bug #6800
having a fatal error
Details
| Submitted | 2006-02-16 19:21 UTC |
|---|---|
| From | dundarunsal at yahoo dot com |
| Status | Bogus |
| Package | HTTP_Request |
| PHP Version | 5.0.4 |
| OS | fedora |
| Roadmaps | (Not assigned) |
Comments
[2006-02-16 19:21 UTC] dundarunsal at yahoo dot com
Description:
------------
I am having error "Redefining already defined constructor for class Net_URL" when I include HTTP_Request. (script includes two pear packages HTTP_Request and Cache_Lite)
Test script:
---------------
function outputad($adlocation,$echo){
require_once "HTTP/Request.php";
global $ads,$aditems;
switch ($adlocation){
case "indextopbanner":
case "defaulttopbanner":
blah blah...