-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.xml
81 lines (81 loc) · 2.51 KB
/
package.xml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<package
packagerversion="1.9.4"
version="2.0"
xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd"
>
<name>realpath_turbo</name>
<channel>pecl.php.net</channel>
<summary>Use realpath cache despite open_basedir restriction</summary>
<description>
When PHP's open_basedir restriction is set, PHP disables the realpath cache for
security reasons. This may hurt your application performance. The realpath_turbo
PHP extension re-enables the realpath cache. Warning: This could be a security
problem in your environment! Please read the README for further information.
</description>
<lead>
<name>Thomas Deutschmann</name>
<user>Whissi</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-11-30</date>
<version>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://php.net/license">PHP License</license>
<notes>
- TBD
</notes>
<contents>
<dir name="/">
<file name="CREDITS" role="doc" />
<file name="LICENSE" role="doc" />
<file name="README.md" role="doc" />
<file name="config.m4" role="src" />
<file name="realpath_turbo.c" role="src" />
<file name="realpath_turbo.h" role="src" />
<file name="realpath_turbo_private.h" role="src" />
<dir name="tests">
<file name="001.phpt" role="test" />
<file name="010.phpt" role="test" />
<file name="011.phpt" role="test" />
<file name="012.phpt" role="test" />
<file name="013.phpt" role="test" />
<file name="020.phpt" role="test" />
<file name="021.phpt" role="test" />
<file name="022.phpt" role="test" />
<file name="100.phpt" role="test" />
<file name="101.phpt" role="test" />
<file name="include1.php" role="test" />
<file name="include2.php" role="test" />
<file name="include3.php" role="test" />
<file name="skipif.inc" role="test" />
<file name="test_realpath_turbo_effect.php" role="test" />
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.4.0</min>
</php>
<pearinstaller>
<min>1.9.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>realpath_turbo</providesextension>
<extsrcrelease />
</package>