mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305206 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0ea877ed9a
commit
c1eb079594
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
Once started, the service process should do 2 things. The first is to tell
|
||||
the Service Control Manager that the service is running. This is achieved
|
||||
by calling <function>win32_set_service_status</function> with the
|
||||
<constant>WIN32_SERVICE_RUNNING<constant> constant. If you need to perform
|
||||
<constant>WIN32_SERVICE_RUNNING</constant> constant. If you need to perform
|
||||
some lengthy process before the service is actually running, then you can
|
||||
use the <constant>WIN32_SERVICE_START_PENDING</constant> constant. The
|
||||
second is to continue to check-in with the service control manager so that
|
||||
|
|
Loading…
Reference in a new issue