-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontrol
More file actions
39 lines (38 loc) · 1.02 KB
/
control
File metadata and controls
39 lines (38 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: php-hypernode
Section: php
Priority: optional
Maintainer: Hypernode Tech Team <[email protected]>
Build-Depends:
debhelper (>= 10~),
dh-php (>= 4~),
php5.6-dev,
php7.0-dev,
php7.1-dev,
php7.2-dev,
php7.3-dev,
php7.4-dev,
php8.0-dev,
php8.1-dev,
php8.2-dev,
php8.3-dev,
php8.4-dev,
php8.5-dev
Standards-Version: 4.5.1
Vcs-Git: [email protected]:ByteInternet/php-hypernode.git
Vcs-Browser: https://github.com/ByteInternet/php-hypernode
Package: php-hypernode
Architecture: any
Pre-Depends: php-common (>= 2:69~)
Depends: ${misc:Depends},
${pecl:Depends},
${php:Depends},
${shlibs:Depends}
Breaks: ${pecl:Breaks}
Replaces: ${pecl:Replaces}
Provides: ${pecl:Provides},
${php:Provides}
Suggests: ${pecl:Suggests}
Description: PHP extension for closing hanging connections on Hypernode
This extension makes PHP FPM close connections for clients that have
already closed their connection to Nginx. This is to prevent the FPM
queue from clogging and/or doing unnecessary work.