Hola como andan? me surge el siguiente error cuando intento utilizar en mi php esta linea de codigo :
require_once "HTTP/Request2.php";
error:
Warning: require_once(HTTP/Request2.php): failed to open stream: No such file or directory in /var/www/Symfony2/src/acme/MyBundle/Controller/acmeController.php on line 12 Fatal error: require_once(): Failed opening required 'HTTP/Request2.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/Symfony2/src/acme/MyBundle/Controller/acmeController.php on line 12
he leido que hay que instalar el PEAR package http_request2, lo hice y supuestamente se instalo correctamente, pero el error sigue. que puede hacer?
muchas gracias.