Edit report at https://bugs.php.net/bug.php?id=47968&edit=1

 ID:                 47968
 Comment by:         wenhaoz at qq dot com
 Reported by:        lax4mike at gmail dot com
 Summary:            id3_get_tag memory problem
 Status:             Bogus
 Type:               Bug
 Package:            Reproducible crash
 Operating System:   Windows
 PHP Version:        5.2.9
 Block user comment: N
 Private report:     N

 New Comment:

It has no business to do with memory.


Previous Comments:
------------------------------------------------------------------------
[2009-04-14 17:49:04] paj...@php.net

Not a bug, (increase your memory limit). Also this extension is in pecl, please 
report further issues in pecl.php.net.

------------------------------------------------------------------------
[2009-04-14 17:27:18] lax4mike at gmail dot com

Description:
------------
There seems to be a problem with id3_get_tag with mp3's that contain 
album art images. I seem to get the following error only on those 
mp3's:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried 
to allocate 1852404086 bytes)





Reproduce code:
---------------
$tag = id3_get_tag("mp3-with-album-art-image.mp3");


Actual result:
--------------
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried 
to allocate 1852404086 bytes)


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=47968&edit=1

Reply via email to