|
26 | 26 | <email>pinepain@gmail.com</email>
|
27 | 27 | <active>yes</active>
|
28 | 28 | </lead>
|
29 |
| - <date>2017-07-17</date> |
30 |
| - <time>19:04:05</time> |
| 29 | + <date>2017-09-01</date> |
| 30 | + <time>17:02:09</time> |
31 | 31 | <version>
|
32 |
| - <release>0.1.8</release> |
33 |
| - <api>0.1.8</api> |
| 32 | + <release>0.1.9</release> |
| 33 | + <api>0.1.9</api> |
34 | 34 | </version>
|
35 | 35 | <stability>
|
36 | 36 | <release>stable</release>
|
37 | 37 | <api>stable</api>
|
38 | 38 | </stability>
|
39 | 39 | <license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
|
40 | 40 | <notes>
|
41 |
| - This release extends and clarify existent API and does not introduce any BC-breaking changes. |
| 41 | + Refactor methods name to follow PSR-2 camelCase convention. |
42 | 42 |
|
43 |
| - Changes list: |
| 43 | + NOTE: This is the last release that supports PHP 7.0. |
44 | 44 |
|
45 |
| - - Change V8\Exception::*Error() return type to V8\ObjectValue as the only possible type; |
46 |
| - - Add external exception wiring option to V8\Isolate::ThrowException(). |
| 45 | + Changes list: |
| 46 | + - refactor methods name to follow PSR-2 camelCase convention; |
47 | 47 | </notes>
|
48 | 48 | <contents>
|
49 | 49 | <dir name="/">
|
|
166 | 166 | <file name="tests/.tracking_dtors.php" role="test" />
|
167 | 167 | <file name="tests/.v8-helpers.php" role="test" />
|
168 | 168 | <file name="tests/001-V8_extension_info.phpt" role="test" />
|
| 169 | + <file name="tests/001-verify-method-case.phpt" role="test" /> |
169 | 170 | <file name="tests/001-verify-method-parameters-type.phpt" role="test" />
|
170 | 171 | <file name="tests/001.phpt" role="test" />
|
171 | 172 | <file name="tests/002-enums.phpt" role="test" />
|
172 | 173 | <file name="tests/003-V8ObjectTemplate_recursive_chain.phpt" role="test" />
|
173 | 174 | <file name="tests/003-V8ObjectTemplate_recursive_global.phpt" role="test" />
|
174 | 175 | <file name="tests/003-V8ObjectTemplate_recursive_self.phpt" role="test" />
|
175 | 176 | <file name="tests/003-V8ObjectTemplate_recursive_tree.phpt" role="test" />
|
176 |
| - <file name="tests/004-ICU-Intl_DateTimeFormat.phpt" role="test" /> |
177 |
| - <file name="tests/004-ICU-Intl_NumberFormat.phpt" role="test" /> |
| 177 | + <file name="tests/004-ICU-Intl_dateTimeFormat.phpt" role="test" /> |
| 178 | + <file name="tests/004-ICU-Intl_numberFormat.phpt" role="test" /> |
178 | 179 | <file name="tests/005-V8FunctionTemplate_external_memory.phpt" role="test" />
|
179 | 180 | <file name="tests/005-V8ObjectTemplate_external_memory.phpt" role="test" />
|
180 | 181 | <file name="tests/005-V8ObjectValue_external_memory.phpt" role="test" />
|
181 | 182 | <file name="tests/V8ArrayObject.phpt" role="test" />
|
182 |
| - <file name="tests/V8ArrayObject_Length.phpt" role="test" /> |
| 183 | + <file name="tests/V8ArrayObject_length.phpt" role="test" /> |
183 | 184 | <file name="tests/V8Boolean.phpt" role="test" />
|
184 | 185 | <file name="tests/V8BooleanObject.phpt" role="test" />
|
185 | 186 | <file name="tests/V8CachedData.phpt" role="test" />
|
186 | 187 | <file name="tests/V8Context.phpt" role="test" />
|
187 |
| - <file name="tests/V8Context_GlobalObject.phpt" role="test" /> |
188 |
| - <file name="tests/V8Context_SetSecurityToken.phpt" role="test" /> |
| 188 | + <file name="tests/V8Context_globalObject.phpt" role="test" /> |
189 | 189 | <file name="tests/V8Context_invalid_ctor_arg_type.phpt" role="test" />
|
190 | 190 | <file name="tests/V8Context_reference_lifecycle.phpt" role="test" />
|
| 191 | + <file name="tests/V8Context_setSecurityToken.phpt" role="test" /> |
191 | 192 | <file name="tests/V8Context_weakness.phpt" role="test" />
|
192 | 193 | <file name="tests/V8Data.phpt" role="test" />
|
193 | 194 | <file name="tests/V8DateObject.phpt" role="test" />
|
194 |
| - <file name="tests/V8Exception_CreateMessage.phpt" role="test" /> |
195 |
| - <file name="tests/V8Exception_Error.phpt" role="test" /> |
196 |
| - <file name="tests/V8Exception_GetStackTrace.phpt" role="test" /> |
197 |
| - <file name="tests/V8Exception_RangeError.phpt" role="test" /> |
198 |
| - <file name="tests/V8Exception_ReferenceError.phpt" role="test" /> |
199 |
| - <file name="tests/V8Exception_SyntaxError.phpt" role="test" /> |
200 |
| - <file name="tests/V8Exception_TypeError.phpt" role="test" /> |
| 195 | + <file name="tests/V8Exception_createMessage.phpt" role="test" /> |
| 196 | + <file name="tests/V8Exception_error.phpt" role="test" /> |
| 197 | + <file name="tests/V8Exception_getStackTrace.phpt" role="test" /> |
| 198 | + <file name="tests/V8Exception_rangeError.phpt" role="test" /> |
| 199 | + <file name="tests/V8Exception_referenceError.phpt" role="test" /> |
| 200 | + <file name="tests/V8Exception_syntaxError.phpt" role="test" /> |
| 201 | + <file name="tests/V8Exception_typeError.phpt" role="test" /> |
201 | 202 | <file name="tests/V8ExceptionsTryCatchException.phpt" role="test" />
|
202 | 203 | <file name="tests/V8FunctionCallbackInfo.phpt" role="test" />
|
203 | 204 | <file name="tests/V8FunctionObject.phpt" role="test" />
|
204 |
| - <file name="tests/V8FunctionObject_Call.phpt" role="test" /> |
205 |
| - <file name="tests/V8FunctionObject_Call_bad_args.phpt" role="test" /> |
206 |
| - <file name="tests/V8FunctionObject_NewInstance.phpt" role="test" /> |
| 205 | + <file name="tests/V8FunctionObject_call.phpt" role="test" /> |
| 206 | + <file name="tests/V8FunctionObject_call_bad_args.phpt" role="test" /> |
207 | 207 | <file name="tests/V8FunctionObject_constructor_behavior.phpt" role="test" />
|
208 | 208 | <file name="tests/V8FunctionObject_die.phpt" role="test" />
|
209 | 209 | <file name="tests/V8FunctionObject_die_different_isolates.phpt" role="test" />
|
210 | 210 | <file name="tests/V8FunctionObject_die_nested.phpt" role="test" />
|
| 211 | + <file name="tests/V8FunctionObject_newInstance.phpt" role="test" /> |
211 | 212 | <file name="tests/V8FunctionObject_weakness_multiple.phpt" role="test" />
|
212 | 213 | <file name="tests/V8FunctionTemplate.phpt" role="test" />
|
213 |
| - <file name="tests/V8FunctionTemplate_GetFunction.phpt" role="test" /> |
214 |
| - <file name="tests/V8FunctionTemplate_Set.phpt" role="test" /> |
215 |
| - <file name="tests/V8FunctionTemplate_SetCallHandler.phpt" role="test" /> |
216 | 214 | <file name="tests/V8FunctionTemplate_callback_weakness.phpt" role="test" />
|
217 | 215 | <file name="tests/V8FunctionTemplate_constructor_behavior.phpt" role="test" />
|
218 | 216 | <file name="tests/V8FunctionTemplate_constructor_receiver.phpt" role="test" />
|
219 | 217 | <file name="tests/V8FunctionTemplate_exception_in_php.phpt" role="test" />
|
| 218 | + <file name="tests/V8FunctionTemplate_getFunction.phpt" role="test" /> |
220 | 219 | <file name="tests/V8FunctionTemplate_invalid_ctor_arg_type.phpt" role="test" />
|
221 | 220 | <file name="tests/V8FunctionTemplate_require_implementation.phpt" role="test" />
|
| 221 | + <file name="tests/V8FunctionTemplate_set.phpt" role="test" /> |
| 222 | + <file name="tests/V8FunctionTemplate_setCallHandler.phpt" role="test" /> |
222 | 223 | <file name="tests/V8FunctionTemplate_weakness.phpt" role="test" />
|
223 | 224 | <file name="tests/V8HeapStatistics.phpt" role="test" />
|
224 | 225 | <file name="tests/V8IndexedPropertyHandlerConfiguration.phpt" role="test" />
|
225 | 226 | <file name="tests/V8Int32Value.phpt" role="test" />
|
226 | 227 | <file name="tests/V8IntegerValue.phpt" role="test" />
|
227 | 228 | <file name="tests/V8Isolate.phpt" role="test" />
|
228 |
| - <file name="tests/V8Isolate_GetEnteredContext.phpt" role="test" /> |
229 |
| - <file name="tests/V8Isolate_IsDead.phpt" role="test" /> |
230 |
| - <file name="tests/V8Isolate_IsInUse.phpt" role="test" /> |
231 |
| - <file name="tests/V8Isolate_ThrowException.phpt" role="test" /> |
232 |
| - <file name="tests/V8Isolate_ThrowException_with_external.phpt" role="test" /> |
233 | 229 | <file name="tests/V8Isolate_gc_cyclic_ref_memleak.phpt" role="test" />
|
| 230 | + <file name="tests/V8Isolate_getEnteredContext.phpt" role="test" /> |
| 231 | + <file name="tests/V8Isolate_isDead.phpt" role="test" /> |
| 232 | + <file name="tests/V8Isolate_isInUse.phpt" role="test" /> |
234 | 233 | <file name="tests/V8Isolate_limit_memory.phpt" role="test" />
|
235 | 234 | <file name="tests/V8Isolate_limit_memory_nested.phpt" role="test" />
|
236 | 235 | <file name="tests/V8Isolate_limit_memory_not_hit.phpt" role="test" />
|
|
242 | 241 | <file name="tests/V8Isolate_limit_time_set_during_execution.phpt" role="test" />
|
243 | 242 | <file name="tests/V8Isolate_nested_termination_exceptions.phpt" role="test" />
|
244 | 243 | <file name="tests/V8Isolate_snapshot_support.phpt" role="test" />
|
| 244 | + <file name="tests/V8Isolate_throwException.phpt" role="test" /> |
| 245 | + <file name="tests/V8Isolate_throwException_with_external.phpt" role="test" /> |
245 | 246 | <file name="tests/V8MapObject.phpt" role="test" />
|
246 | 247 | <file name="tests/V8Message.phpt" role="test" />
|
247 | 248 | <file name="tests/V8NamedPropertyHandlerConfiguration.phpt" role="test" />
|
248 | 249 | <file name="tests/V8NullValue.phpt" role="test" />
|
249 | 250 | <file name="tests/V8NumberObject.phpt" role="test" />
|
250 | 251 | <file name="tests/V8NumberValue.phpt" role="test" />
|
251 | 252 | <file name="tests/V8ObjectTemplate.phpt" role="test" />
|
252 |
| - <file name="tests/V8ObjectTemplate_Set.phpt" role="test" /> |
253 |
| - <file name="tests/V8ObjectTemplate_SetAccessor_receiver.phpt" role="test" /> |
254 |
| - <file name="tests/V8ObjectTemplate_SetCallAsFunctionHandler.phpt" role="test" /> |
255 |
| - <file name="tests/V8ObjectTemplate_SetHandlerForIndexedProperty.phpt" role="test" /> |
256 |
| - <file name="tests/V8ObjectTemplate_SetHandlerForNamedProperty.phpt" role="test" /> |
257 |
| - <file name="tests/V8ObjectTemplate_SetHandler_both.phpt" role="test" /> |
258 |
| - <file name="tests/V8ObjectTemplate_SetNativeDataProperty.phpt" role="test" /> |
259 | 253 | <file name="tests/V8ObjectTemplate_invalid_ctor_arg_type.phpt" role="test" />
|
| 254 | + <file name="tests/V8ObjectTemplate_set.phpt" role="test" /> |
| 255 | + <file name="tests/V8ObjectTemplate_setAccessor_receiver.phpt" role="test" /> |
| 256 | + <file name="tests/V8ObjectTemplate_setCallAsFunctionHandler.phpt" role="test" /> |
| 257 | + <file name="tests/V8ObjectTemplate_setHandlerForIndexedProperty.phpt" role="test" /> |
| 258 | + <file name="tests/V8ObjectTemplate_setHandlerForNamedProperty.phpt" role="test" /> |
| 259 | + <file name="tests/V8ObjectTemplate_setHandler_both.phpt" role="test" /> |
| 260 | + <file name="tests/V8ObjectTemplate_setNativeDataProperty.phpt" role="test" /> |
260 | 261 | <file name="tests/V8ObjectValue.phpt" role="test" />
|
261 |
| - <file name="tests/V8ObjectValue_Get.phpt" role="test" /> |
262 |
| - <file name="tests/V8ObjectValue_IsArgumentsObject.phpt" role="test" /> |
263 |
| - <file name="tests/V8ObjectValue_IsNativeError.phpt" role="test" /> |
264 |
| - <file name="tests/V8ObjectValue_SetAccessor.phpt" role="test" /> |
265 |
| - <file name="tests/V8ObjectValue_SetIntegrityLevel.phpt" role="test" /> |
266 |
| - <file name="tests/V8ObjectValue_SetNativeDataProperty.phpt" role="test" /> |
267 |
| - <file name="tests/V8ObjectValue_SetNativeDataProperty_from_template.phpt" role="test" /> |
| 262 | + <file name="tests/V8ObjectValue_get.phpt" role="test" /> |
| 263 | + <file name="tests/V8ObjectValue_isArgumentsObject.phpt" role="test" /> |
| 264 | + <file name="tests/V8ObjectValue_isNativeError.phpt" role="test" /> |
| 265 | + <file name="tests/V8ObjectValue_setAccessor.phpt" role="test" /> |
| 266 | + <file name="tests/V8ObjectValue_setIntegrityLevel.phpt" role="test" /> |
| 267 | + <file name="tests/V8ObjectValue_setNativeDataProperty.phpt" role="test" /> |
| 268 | + <file name="tests/V8ObjectValue_setNativeDataProperty_from_template.phpt" role="test" /> |
268 | 269 | <file name="tests/V8PropertyCallbackInfo.phpt" role="test" />
|
269 | 270 | <file name="tests/V8RegExpObject.phpt" role="test" />
|
270 | 271 | <file name="tests/V8ReturnValue.phpt" role="test" />
|
271 | 272 | <file name="tests/V8ReturnValue_context.phpt" role="test" />
|
272 | 273 | <file name="tests/V8Script.phpt" role="test" />
|
273 | 274 | <file name="tests/V8ScriptCompiler.phpt" role="test" />
|
274 |
| - <file name="tests/V8ScriptCompiler_Compile.phpt" role="test" /> |
275 |
| - <file name="tests/V8ScriptCompiler_CompileFunctionInContext.phpt" role="test" /> |
276 |
| - <file name="tests/V8ScriptCompiler_CompileUnbound.phpt" role="test" /> |
| 275 | + <file name="tests/V8ScriptCompiler_compile.phpt" role="test" /> |
| 276 | + <file name="tests/V8ScriptCompiler_compileFunctionInContext.phpt" role="test" /> |
| 277 | + <file name="tests/V8ScriptCompiler_compileUnbound.phpt" role="test" /> |
277 | 278 | <file name="tests/V8ScriptOrigin.phpt" role="test" />
|
278 | 279 | <file name="tests/V8ScriptOriginOptions.phpt" role="test" />
|
279 |
| - <file name="tests/V8Script_Run.phpt" role="test" /> |
280 |
| - <file name="tests/V8Script_Run_out_of_memory.phpt" role="test" /> |
281 |
| - <file name="tests/V8Script_Run_uncaught_exception.phpt" role="test" /> |
282 | 280 | <file name="tests/V8Script_exit_during_script_execution.phpt" role="test" />
|
| 281 | + <file name="tests/V8Script_run.phpt" role="test" /> |
| 282 | + <file name="tests/V8Script_run_out_of_memory.phpt" role="test" /> |
| 283 | + <file name="tests/V8Script_run_uncaught_exception.phpt" role="test" /> |
283 | 284 | <file name="tests/V8Script_terminate_script_execution.phpt" role="test" />
|
284 | 285 | <file name="tests/V8SetObject.phpt" role="test" />
|
285 | 286 | <file name="tests/V8Source.phpt" role="test" />
|
286 | 287 | <file name="tests/V8StackFrame.phpt" role="test" />
|
287 | 288 | <file name="tests/V8StackTrace.phpt" role="test" />
|
288 |
| - <file name="tests/V8StackTrace_CurrentStackTrace.phpt" role="test" /> |
289 |
| - <file name="tests/V8StartupData_CreateFromSource.phpt" role="test" /> |
| 289 | + <file name="tests/V8StackTrace_currentStackTrace.phpt" role="test" /> |
| 290 | + <file name="tests/V8StartupData_createFromSource.phpt" role="test" /> |
290 | 291 | <file name="tests/V8StringObject.phpt" role="test" />
|
291 | 292 | <file name="tests/V8StringValue.phpt" role="test" />
|
292 | 293 | <file name="tests/V8String_range_error_length.phpt" role="test" />
|
|
0 commit comments