Package Information |
Summary |
A Windows specific extension to allow PHP to interact with Windows Services. |
Maintainers |
Richard Quadling (lead)
[wishlist]
[details]
Jean-Baptiste Nahan (lead)
[details]
|
License |
PHP License |
Description |
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. |
Release notes
Version 1.1.0beta1
(beta)
|
* 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 |