Add stubs for some SAPIs

For apache2handler, fpm, litespeed, phpdbg, specifically.
Partially implements GH-5295
This commit is contained in:
Máté Kocsis 2020-05-14 13:31:52 +02:00
parent 161ee110bf
commit 68527a7834
No known key found for this signature in database
GPG key ID: FD055E41728BF310
15 changed files with 195 additions and 91 deletions

View file

@ -1,11 +1,14 @@
<?php
/** @generate-function-entries */
function apache_lookup_uri(string $filename): object|false {}
function virtual(string $uri): bool {}
function apache_request_headers(): array {}
/** @alias apache_request_headers */
function getallheaders(): array {}
function apache_response_headers(): array {}