How to install and configure the Phalanger.
Documentation snippets covering some important topics on Phalanger and PHP language.
Full Web.config containing all possible configuration options. You can copy & paste its parts when creating a configuration for your application (copy only those that differ from the default settings). Many options are applicable on both web and client applications. The configuration file for client application with an executable file, say MyApp.exe, should reside in the same directory as the executable and have the same name suffixed with extension .config (i.e. MyApp.exe.config).
The settings contained in this file are automatically injected into the Machine.config file on your system (located in %System%\Microsoft.NET\Framework\v2.0.50727\CONFIG directory) by the Phalanger.msi installer. You will need to manually work with these settings only if you distribute a client application without installing Phalanger via the MSI package (which is indeed possible).
How to install and configure the Phalanger.
Documentation snippets covering some important topics on Phalanger and PHP language.
Full Web.config containing all possible configuration options. You can copy&paste its parts when creating a configuration for your application.
More documentation will be added in the future.