|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-04-14 17:49 UTC] pajoye@php.net
[2011-08-17 06:59 UTC] wenhaoz at qq dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 12:00:01 2025 UTC |
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)