forked from padraic/runkit-old
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package2.xml
321 lines (301 loc) · 11.5 KB
/
package2.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.9" 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>runkit</name>
<channel>pecl.php.net</channel>
<summary>For all those things you.... probably shouldn't have been doing anyway....</summary>
<description>Replace, rename, and remove user defined functions and classes.
Define customized superglobal variables for general purpose use.
Execute code in restricted environment (sandboxing).
</description>
<lead>
<name>Sara Golemon</name>
<user>pollita</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2006-06-06</date>
<version>
<release>0.9</release>
<api>0.8</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>Allow building part of runkit while leaving other functionality out.
--enable-runkit works as before, building all runkit features
Individual features may enabled or disable by using
--enable-runkit-featurename or --disbale-runkit-featurename
where featurename is any of:
modify - Runtime manipulation
super - Superglobal registration
sandbox - Sandboxing
Ex: ./configure --enable-runkit --disable-runkit-modify
Enable superglobal registration and sandbox support,
but disable runtime manipulation.
./configure --disable-runkit --enable-runkit-sandbox
Enable only sandboxing support.
This release also:
- Fixes PHP4 (ZE1) compilation
- Closes a potential crash-bug in runkit_import()
handling of default properties
- Resolves an output buffering bug in Runkit_Sandbox
- Resolves Runkit_Sandbox failure when superglobals are defined
</notes>
<contents>
<dir name="/">
<dir name="tests">
<file name="runkit_class_adopt.phpt" role="test" />
<file name="runkit_class_emancipate.phpt" role="test" />
<file name="runkit_constant_add.phpt" role="test" />
<file name="runkit_constant_redefine.phpt" role="test" />
<file name="runkit_constant_remove.phpt" role="test" />
<file name="runkit_function_add.phpt" role="test" />
<file name="runkit_function_copy.phpt" role="test" />
<file name="runkit_function_redefine.phpt" role="test" />
<file name="runkit_function_remove.phpt" role="test" />
<file name="runkit_function_rename.phpt" role="test" />
<file name="runkit_lint.phpt" role="test" />
<file name="runkit_method_add.phpt" role="test" />
<file name="runkit_method_copy.phpt" role="test" />
<file name="runkit_method_redefine.phpt" role="test" />
<file name="runkit_method_remove.phpt" role="test" />
<file name="runkit_method_rename.phpt" role="test" />
<file name="runkit_return_value_used.phpt" role="test" />
<file name="Runkit_Sandbox_.active.phpt" role="test" />
<file name="Runkit_Sandbox_.output_handler.phpt" role="test" />
<file name="runkit_sandbox_output_handler.phpt" role="test" />
<file name="Runkit_Sandbox_Parent1.phpt" role="test" />
<file name="Runkit_Sandbox_Parent2.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.call.access.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.call.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.die.access.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.die.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.echo.access.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.echo.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.eval.access.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.eval.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.read.access.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.read.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.scope.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.write.access.phpt" role="test" />
<file name="Runkit_Sandbox_Parent__.write.phpt" role="test" />
<file name="Runkit_Sandbox__call.phpt" role="test" />
<file name="Runkit_Sandbox__die.phpt" role="test" />
<file name="Runkit_Sandbox__disable_classes.phpt" role="test" />
<file name="Runkit_Sandbox__disable_functions.phpt" role="test" />
<file name="Runkit_Sandbox__echo.phpt" role="test" />
<file name="Runkit_Sandbox__eval.phpt" role="test" />
<file name="Runkit_Sandbox__get.phpt" role="test" />
<file name="Runkit_Sandbox__grandchild.phpt" role="test" rolw="test" />
<file name="Runkit_Sandbox__set.phpt" role="test" />
</dir> <!-- //tests -->
<file name="config.m4" role="src" />
<file name="config.w32" role="src" />
<file name="php_runkit.h" role="src" />
<file name="README" role="doc" />
<file name="runkit.c" role="src" />
<file name="runkit.dsp" role="src" />
<file name="runkit_classes.c" role="src" />
<file name="runkit_constants.c" role="src" />
<file name="runkit_functions.c" role="src" />
<file name="runkit_import.c" role="src" />
<file name="runkit_methods.c" role="src" />
<file name="runkit_props.c" role="src" />
<file name="runkit_sandbox.c" role="src" />
<file name="runkit_sandbox_parent.c" role="src" />
<file name="tsrm_5.0.diff" role="src" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>runkit</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2006-05-20</date>
<version>
<release>0.8.1</release>
<api>0.8</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>Added source file runkit_props.c to package</notes>
</release>
<release>
<date>2006-05-14</date>
<version>
<release>0.8</release>
<api>0.8</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>Fixed SAPI handlers for genuinely threaded webservers (e.g. apache2-worker)
Fixed internal pointer corruption in function/class popping
Added functions:
runkit_zval_inspect()
runkit_return_value_used()
runkit_default_property_add()
Implemented class property importing in runkit_import()
Began refactor for PHP6 compatability
</notes>
</release>
<release>
<version>
<release>0.7</release>
<api>0.7</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-10-30</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Primarily bugfix release, only new functionality is expanded parent_scope setting.
Workaround bug when using runkit_import() with opcode caches by bypassing cache for imported file.
Fix using runkit_import() with multiple classes (Thanks to Stuart Herbert for the patch)
Fix various reference issues for parameters passed to manipulation functions.
Fix C++ compatability in sandbox source files.
Fix parent_scope support (was only applied to property_read and eval/include/require ops)
Expand parent_scope setting to allow variable arrays as symbol tables.
</notes>
</release>
<release>
<version>
<release>0.6</release>
<api>0.6</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-09-30</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Add ability to modify/rename/remove internal functions.
Requires PHP_INI_SYSTEM setting runkit.internal_override to be enabled.
Implement Runkit_Sandbox_Parent to give child access to parent's scope
Parent must enable $sandbox['parent_access'] at minimum.
Additional boolean settings include:
parent_read - Can read properties in parent_scope
parent_write - Can modify properties in parent_scope
parent_call - Can call parent's functions
parent_eval - Can eval arbitrary code in parent scope
parent_include - Can include/require code in parent scope
parent_echo - Can echo/print data (bypass output_handler)
parent_die - Can kill parent (commiting suicide in the process)
A special parent_scope setting modifies the active symbol table of the parent
as seen from the child according to:
0 = Global Scope
1 = Current active symbol table
2 = Previously active symbol table
3 = The one before that...etc...
</notes>
</release>
<release>
<version>
<release>0.5</release>
<api>0.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-09-23</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>NOTICE: This release demotes runkit_sandbox_output_handler() to DEPRECATED.
Use $sandbox['output_handler'] = $handler; rather than
runkit_sandbox_output_handler($sandbox, $handler);
The procedural version will be removed prior to a 1.0-stable release.
Other changes include:
- Major refactor of Runkit_Sandbox OOP Model.
- Addition of $sandbox['active'] R/O status indicator.
- Fixed crash when multiple autoglobals are specified
</notes>
</release>
<release>
<version>
<release>0.4</release>
<api>0.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-07-08</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Added runkit_object_id() -- Fetch object handle identifier
Fixed runkit_import() -- Fold case when adding method keys to ce->function_table
Fixed runkit_method_*() to properly return TRUE on success
Refactored INI overrides in Runkit_Sandbox for readability
Added INI overrides in Runkit_Sandbox (safe_mode_gid,safe_mode_include_dir)
Fixed callback parameter to runkit_sandbox_output_handler() to be optional.
</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-06-03</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Put php_runkit.h back into the package.xml file. (pear install runkit-beta should work now).
Implement die(), exit(), echo(), and print() and catch bailouts properly.
Implement output capturing -- runkit_sandbox_output_handler().
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-05-03</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Numerous build fixes in older versions and Win32.
Fix registration of more than one superglobal.
Implement include(), require(), include_once(), require_once(), unset(), isset(), and empty() support in Runkit_Sandbox.
Add runkit.superglobal as "special" ini supported by Runkit_Sandbox.
Fix runkit_class_*.phpt regression tests to be version agnostic.
</notes>
</release>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-04-29</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Initial Release
</notes>
</release>
</changelog>
</package>