PHP 7.0.6 Released

win32service

User Contributed Notes

gospodin dot p dot zh at gmail dot com
3 years ago
win32service extension does not realize very important (as for me) method of ServiceBase::OnCustomCommand
----
http://msdn.microsoft.com/en-us/library/system.serviceprocess.servicebase.oncustomcommand.aspx
"OnCustomCommand lets you specify additional functionality beyond starting, stopping, pausing and continuing services."
To Top