1
0
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:
Gina Peter Banyard
2025-09-11 15:10:23 +02:00
parent b2c8bdd192
commit 05eda4318d
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
--TEST--
Test PDO::PGSQL_TRANSACTION* constants.
--EXTENSIONS--
pdo
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {

View File

@@ -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');

View File

@@ -2,6 +2,8 @@
GH-15837 (Segmentation fault in ext/simplexml/simplexml.c)
--CREDITS--
YuanchengJiang
--EXTENSIONS--
simplexml
--FILE--
<?php
$xml =<<<EOF