Author |
|
gijs
Joined: 27 Apr 2012 Posts: 189 Location: The Netherlands
|
Posted: Thu 16 May '13 23:53 Post subject: |
|
|
Strange, the Fcgid set for the virtual host isn't overriding the one in the apache conf file...
And when I remove the one from the apache conf PHP stops working. |
|
Back to top |
|
santa.klaus
Joined: 11 Feb 2013 Posts: 5
|
Posted: Mon 20 May '13 16:26 Post subject: |
|
|
Quote: | The php_imagick.dll isn't working with the php x86 nts build. Is this the build's error or the library's?
I'm using the latest Imagemagick. |
Addinational to that I encoutered, that php_com_dotnet.dll isn't working, too. Could you rebuild PHP x86 nts and fix this problem? |
|
Back to top |
|
santa.klaus
Joined: 11 Feb 2013 Posts: 5
|
Posted: Tue 21 May '13 16:15 Post subject: |
|
|
Sorry. It was all my fault. I forgot to add the imagemagick binary path to FcgidInitialEnv PATH. And php_com_dotnet.dll worked but the apache service user didn't have the proper rights. (At least I got to fixed it by myself ) |
|
Back to top |
|
delfinom
Joined: 04 Jun 2013 Posts: 2
|
Posted: Tue 04 Jun '13 1:12 Post subject: |
|
|
I had php-5.4.15-Win32-VC9-x86.zip issues running in multithreaded apache.
I had a 2.4.4(x86) server with 200 spawned threads end up with a massive amount of hung threads which caused the server to stop responding after a hour of operation.
The official thread safe build from PHP.net for windows however works. I used the same exact php.ini and just simply replaced the rest of the php install. I made sure to use the correct openssl builds from here with the two builds of PHP. (Even though ssl is not used at all anywhere) |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Tue 04 Jun '13 4:59 Post subject: |
|
|
Which extensions are you using? |
|
Back to top |
|