Skip to content

Commit

Permalink
Add phpNet config section
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed Jan 16, 2012
1 parent 6221719 commit a3b50ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web.config
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="phpNet" type="PHP.Core.ConfigurationSectionHandler, PhpNetCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0a8e8c4c76728c71" />
</configSections>
<system.webServer>
<handlers>
<add name="Phalanger" path="*.php" verb="*" type="PHP.Core.RequestHandler, PhpNetCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0a8e8c4c76728c71" />
Expand Down

0 comments on commit a3b50ee

Please sign in to comment.