mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Add missing extension dependencies for tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test PDO::PGSQL_TRANSACTION* constants.
|
||||
--EXTENSIONS--
|
||||
pdo
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
GH-19752 (Phar decompression with invalid extension can cause UAF)
|
||||
--EXTENSIONS--
|
||||
phar
|
||||
--FILE--
|
||||
<?php
|
||||
$phar = new PharData(__DIR__.'/gh19752.1');
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
GH-15837 (Segmentation fault in ext/simplexml/simplexml.c)
|
||||
--CREDITS--
|
||||
YuanchengJiang
|
||||
--EXTENSIONS--
|
||||
simplexml
|
||||
--FILE--
|
||||
<?php
|
||||
$xml =<<<EOF
|
||||
|
||||
Reference in New Issue
Block a user