logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache failure in msvcr100.dll - PHP calls to ImageMagick
Author
routacarve



Joined: 26 Jan 2011
Posts: 1
Location: Oz

PostPosted: Wed 26 Jan '11 0:20    Post subject: Apache failure in msvcr100.dll - PHP calls to ImageMagick Reply with quote

Hi, folks,
Am trying to get to the bottom to an apparent install/config problem with Apache / ImageMagick.

Apache 2.2.17 (ApacheLounge build - VC9), PHP 5.3.5 (VC9, 32-bit, thread-protect), ImageMagick 6.6.7.1, Windows XP - localhost..

Runs a simple Joomla website with no problems. When I attempt to use PHP to call ImageMagick drawing functions, behaviour is as expected.
When I use PHP to call ImageMagick file functions (eg. readimage), Apache throws an exception. Nothing in Apache/PHP logs other than startup event.

Event log shows: Faulting application httpd.exe, version 2.2.17.0, faulting module msvcr100.dll, version 10.0.30319.1, fault address 0x0008ae6e.

Have posted on ImageMagick forum and received suggestion that problem could be between Apache and VC9 redistributable, so I'm wondering whether anyone over here has any suggestions.

Many thanks,
Back to top
Virsacer



Joined: 16 Jan 2010
Posts: 108
Location: Germany, Darmstadt

PostPosted: Wed 26 Jan '11 12:13    Post subject: Re: Apache failure in msvcr100.dll - PHP calls to ImageMag Reply with quote

routacarve wrote:
msvcr100.dll

This dll is from VC10
So probably ImageMagick was compiled using VC10
Back to top


Reply to topic   Topic: Apache failure in msvcr100.dll - PHP calls to ImageMagick View previous topic :: View next topic
Post new topic   Forum Index -> Apache