downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

win32_stop_service> <win32_start_service_ctrl_dispatcher
Last updated: Fri, 14 Aug 2009

view this page in

win32_start_service

(PECL win32service CVS)

win32_start_serviceDémarre un service

Description

int win32_start_service ( string $servicename [, string $machine ] )

Essaie de démarrer le service nommé. Normalement, les privilèges d'administrateur sont requis.

Liste de paramètres

servicename

Le nom court du service.

machine

Le nom optionnel de la machine. Si oublié, cela utilisera la machine locale.

Valeurs de retour

Retourne WIN32_NO_ERROR en cas de succès, retourne un code d'erreur win32 autrement.

Voir aussi



add a note add a note User Contributed Notes
win32_start_service
gunday at poczta dot onet dot pl
16-Oct-2007 01:40
If you get a 1053 error when trying to launch your service, check your service script for errors!

E.g. if you have some syntax errors, the service will attempt to run the php interpreter, but the script won't answer to the service manager with
win32_start_service_ctrl_dispatcher('servicename').

Don't think it is because the call comes to late. It just never came, because there were errors. Test your services with CLI php and then try to run the service.

win32_stop_service> <win32_start_service_ctrl_dispatcher
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites