logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: PHP win32service extension available
Author
admin
Site Admin


Joined: 15 Oct 2005
Posts: 679

PostPosted: Sun 29 Apr '12 16:49    Post subject: PHP win32service extension available Reply with quote

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. See more at http://www.php.net/manual/en/book.win32service.php

Note: The Win32Service extension can official only be used with CLI SAPI. When you load it as extension when running as module or fast cgi then PHP does not start.

Update: Now there is also a patched version "NTS no-cli-only" in the download, this one loads when you run PHP with mod_fcgid. And a TS version.

Download available at the Additional download page, sample script is included.

Note: Download removed, AL not supporting anymore PHP extensions.

Steffen


Last edited by admin on Tue 22 May '12 19:50; edited 2 times in total
Back to top


Reply to topic   Topic: PHP win32service extension available View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules