|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2011-09-16 15:45 UTC]  at php dot net
  [2013-12-03 11:31 UTC] mike@php.net
 
-Assigned To:
+Assigned To: mkoppanen
  [2015-01-05 02:56 UTC] danack@php.net
 
-Status: Assigned
+Status: Feedback
  [2015-01-05 02:56 UTC] danack@php.net
  [2015-01-18 04:22 UTC] pecl-dev at lists dot php dot net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 21:00:02 2025 UTC | 
Description: ------------ Hello, I've been building imagick 2.3.0, 3.0.1 and 3.1.0RC1 against ImageMagick 6.6.0.4 on Debian Squeeze, with PHP 5.3.6. All the modules build fine, no problem there. But on enabling the module in php.ini the following happens: # php --modules php: unable to initialize module loader `(' @ fatal/module.c/InitializeModuleList/879. <PHP hang> Google searches revealed nothing but the problem originating in a function of ImageMagick it self: http://trac.imagemagick.org/browser/ImageMagick/trunk/magick/module.c?rev=829#L848 Could you help me understand? Thank you.