win32service 1.1.0beta1

A Windows specific extension to allow PHP to interact with Windows Services.


The win32service extension is a Windows specific extension that allows PHP to communicate with the Service
Control Manager to start, stop, register and unregister services, and even allows your PHP scripts to run as a
service.

License: PHP License

Changes

* Add object \Win32Service\RightInfo
* Add function win32_read_right_access_service()
* Add function win32_read_all_rights_access_service()
* Add function win32_add_right_access_service()
* Add function win32_remove_right_access_service()
* Add function win32_add_service_env_var()
* Add function win32_remove_service_env_var()
* Add function win32_get_service_env_vars()
* Add function win32_set_service_pause_resume_state()
* Some function are now disabled if PHP not run in Windows service context. See PHP Information.
* Use the `gen_stub.php` to generate arginfo header.

The binary is also available here: https://github.com/win32service/win32service/releases/tag/v1.1.0-beta1