Friendship Tip: Other versions, the same way, we can leaf out.
First download PHP extension php_stomp.dll file, search the official website of PHP "Stomp", after searching, such as
If you click "Installation"
Click Installation to enter the following page, click the address in the red box to enter the Stomp version Selection page
Then select the Stomp version you need in the Stomp version Selection page.
In this case, I chose this version, for example, under Windows System, the point is DLL.
Friendship Hint: I point is here dll ha, like!
Select this version click to enter, the following page will appear, corresponding to the different PHP version of the download.
Then choose which version, assuming that the current version of my Site management PHP is 5.6.14, such as
Then I should choose one of the versions here at PHP5.6, and I'm downloading this version.
From the top down, respectively, is
5.6 Non-thread-safe x86 (NT)
5.6 Thread-Safe x86 (TS)
5.6 Non-thread Safe (NT) x64
5.6 (TS) x64 thread-safe
I chose PHP5.6 version of Thread-safe x86 (TS), download, unzip after download, copy "Php_stomp.dll" file
After copying "php_stomp.dll" file, paste in the corresponding PHP folder, the PHP version of My site is
So find PHP-related folders, such as (if your site is a custom PHP version, please select "Custom PHP version files in the directory")
Open the corresponding PHP version folder
Open the corresponding PHP version of the Ext folder
Paste the file "Php_stomp.dll" into this folder
Open the PHP configuration file for this site, as
Add a line of Extension=php_stomp.dll in this PHP configuration file, such as
Restart the server, such as
After restarting, you can see the compiled module that, more out of the stomp, such as.
Phpwamp Open Php_stomp.dll, php5.6 Open the schematic process of stomp