Home » HTTP » HTTP_WebDAV_Server » Bug #5377
Notice: Undefined offset: 1 at HTTP_WebDAV_Server::_copymove() in /var/www/
Details
| Submitted | 2005-09-13 08:19 UTC |
|---|---|
| From | pear dot php dot net at chsc dot dk |
| Assigned | hholzgra |
| Status | Closed |
| Package | HTTP_WebDAV_Server |
| PHP Version | 5.0.4 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-09-13 08:19 UTC] pear dot php dot net at chsc dot dk
Description:
------------
When doing a MOVE operation, a PHP Notice is triggered by line 1392:
list($http_header_host,$http_header_port) = explode(":",$_SERVER["HTTP_HOST"]);
The notice can be muted using @, or an if condition can be used to check that HTTP_HOST contains a colon.