Strict standards: Declaration of sfPearRest::downloadHttp() should be compatible with that of PEAR_REST::downloadHttp() in /www/redotheoffice/lib/symfony/1.4/lib/plugin/sfPearRest.class.php on line 22 Call Stack: 0.0003 632720 1. {main}() /www/redotheoffice/codeview/web/index.php:0 0.0164 2819248 2. sfContext->dispatch() /www/redotheoffice/codeview/web/index.php:13 0.0164 2819296 3. sfFrontWebController->dispatch() /www/redotheoffice/lib/symfony/1.4/lib/util/sfContext.class.php:170 0.0164 2830584 4. sfController->forward() /www/redotheoffice/lib/symfony/1.4/lib/controller/sfFrontWebController.class.php:48 0.0183 2980872 5. sfFilterChain->execute() /www/redotheoffice/lib/symfony/1.4/lib/controller/sfController.class.php:229 0.0185 2982312 6. sfRenderingFilter->execute() /www/redotheoffice/lib/symfony/1.4/lib/filter/sfFilterChain.class.php:53 0.0185 2982312 7. sfFilterChain->execute() /www/redotheoffice/lib/symfony/1.4/lib/filter/sfRenderingFilter.class.php:33 0.0186 2983704 8. sfExecutionFilter->execute() /www/redotheoffice/lib/symfony/1.4/lib/filter/sfFilterChain.class.php:53 0.0187 2984832 9. sfExecutionFilter->handleAction() /www/redotheoffice/lib/symfony/1.4/lib/filter/sfExecutionFilter.class.php:42 0.0187 2984832 10. sfExecutionFilter->executeAction() /www/redotheoffice/lib/symfony/1.4/lib/filter/sfExecutionFilter.class.php:78 0.0187 2984880 11. sfActions->execute() /www/redotheoffice/lib/symfony/1.4/lib/filter/sfExecutionFilter.class.php:92 0.0188 2986368 12. BasesfCodeViewActions->executeIndex() /www/redotheoffice/lib/symfony/1.4/lib/action/sfActions.class.php:60 0.0190 3060368 13. sfCodeViewer->__construct() /www/redotheoffice/codeview/plugins/sfCodeViewPlugin/modules/sfCodeView/lib/BasesfCodeViewActions.class.php:37 0.0190 3060888 14. ReflectionClass->__construct() /www/redotheoffice/codeview/plugins/sfCodeViewPlugin/lib/sfCodeViewer.class.php:20 0.0190 3061216 15. sfCoreAutoload->autoload() /www/redotheoffice/lib/symfony/1.4/lib/autoload/sfCoreAutoload.class.php:0 0.3864 3069936 16. require('/www/redotheoffice/lib/symfony/1.4/lib/plugin/sfPearRest.class.php') /www/redotheoffice/lib/symfony/1.4/lib/autoload/sfCoreAutoload.class.php:99
  1. sfPearRest.class.php
  2. /** * sfPearRest interacts with a PEAR channel. * * @package symfony * @subpackage plugin * @author Fabien Potencier * @version SVN: $Id: sfPearRest.class.php 10677 2008-08-05 19:11:48Z fabien $ */
  3. class sfPearRest extends PEAR_REST
  4. {
  5. /**
  6. * @see PEAR_REST::downloadHttp()
  7. */
  8. public function downloadHttp($url, $lastmodified = null, $accept = false)
  9. {
  10. return parent::downloadHttp($url, $lastmodified, array_merge(false !== $accept ? $accept : array(), array("\r\nX-SYMFONY-VERSION: ".SYMFONY_VERSION)));
  11. }
  12. }

Debug toolbar