mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix --EXTENSIONS--
section for two tests in ext/zend_test
The extension name got broken in e6cf583160
.
Closes GH-8357.
This commit is contained in:
parent
33bb201b3e
commit
5655f1abe3
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
--TEST--
|
||||
Bug #81430 (Attribute instantiation frame accessing invalid frame pointer)
|
||||
--EXTENSIONS--
|
||||
zend-test
|
||||
zend_test
|
||||
--INI--
|
||||
memory_limit=20M
|
||||
zend_test.observer.enabled=1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
--TEST--
|
||||
Bug #81430 (Attribute instantiation leaves dangling execute_data pointer)
|
||||
--EXTENSIONS--
|
||||
zend-test
|
||||
zend_test
|
||||
--INI--
|
||||
memory_limit=20M
|
||||
zend_test.observer.enabled=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue