summaryrefslogtreecommitdiff
path: root/win32/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-2/+2
* Use ZPP callable check for Windows specific functionsGeorge Peter Banyard2020-08-131-11/+8
* Remove proto comments from C filesMax Semenik2020-07-061-2/+1
* Improve a last couple of argument error messagesMáté Kocsis2020-04-201-6/+4
* Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-2/+2
* Promote warnings to exceptions in sapi_windows_* functionsMáté Kocsis2019-12-111-10/+11
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Fix ZTS issue regarding new Windows CTRL handling APIChristoph M. Becker2019-06-011-4/+5
* Remove function_table var from the callerc9s2019-03-111-1/+1
* Sync header and footer with the rest of the filesPeter Kokot2019-02-181-10/+1
* Fix 32-bit buildAnatol Belski2019-02-111-1/+1
* Implement FR #77377 handle CTRL+C in WindowsAnatol Belski2019-02-081-0/+172