Page 1 of 1

Phalanger in 64?

PostPosted: October 15th, 2012, 2:30 am
by little3399
Hi,
How to setup or configure the Phalanger 3.0 in 64bit mode under IIS? tks!

Re: Phalanger in 64?

PostPosted: October 15th, 2012, 12:31 pm
by Jakub Misek
Phalanger is build as AnyCPU - so it always runs in 64bit if it is possible. Note you can't use native extensions (php_*.dll) in 64bit.

In IIS, go to Application Pools, select your pool, go to Advanced Settings... and ensure "Enable 32bit applications" is set to False.

Php function phpinfo() should give you information about current version and whether it runs in x86/x64.