Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3

Bug #9865 error with parse function
Submitted: 2007-01-18 12:01 UTC
From: File_DICOM at ruquay dot com Assigned:
Status: No Feedback Package: File_DICOM (version 0.3)
PHP Version: 5.2.0 OS: Windows
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2012-01-27 19:46 UTC
Package:
Bug Type:
Summary:
From: File_DICOM at ruquay dot com
New email:
PHP Version: Package Version: OS:

 

 [2007-01-18 12:01 UTC] File_DICOM at ruquay dot com (Ruquay K Calloway)
Description: ------------ Throws error on parse. Test script: --------------- require_once('File/DICOM.php'); $dicom = new File_DICOM(); $dicom->parse('path/to/dicom/file'); possible fix -- change line 280 from return $val['']; to return $val[1]; (worked for me) Expected result: ---------------- should return true Actual result: -------------- Notice: Undefined index: in C:\php\PEAR\lib\File\DICOM\Element.php on line 280 Notice: Undefined index: in C:\php\PEAR\lib\File\DICOM\Element.php on line 280 . . . Fatal error: Out of memory (allocated 2883584) (tried to allocate 1230307331 bytes) in C:\php\PEAR\lib\File\DICOM\Element.php on line 176

Comments

 [2007-05-03 12:54 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-06-21 07:12 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2010-02-14 01:07 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2012-01-27 19:46 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!