[php-src] PHP-8.4: [skip ci] Remove CLEAN from GHSA-7qpv-r5mr-78m4.phpt in PHP 8.2
Ilija Tovilo <[email protected]> Mon, 3 Aug 2026 11:54:54 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Ilija Tovilo (iluuu1994)
Date: 2026-08-03T13:52:57+02:00
Commit: https://github.com/php/php-src/commit/642f069bd48b1a3bb20e657df210b9e6949ca073
Raw diff: https://github.com/php/php-src/commit/642f069bd48b1a3bb20e657df210b9e6949ca073.diff
[skip ci] Remove CLEAN from GHSA-7qpv-r5mr-78m4.phpt in PHP 8.2
The CLEAN section causes issues in CI on Windows + PHP 8.2 + ext-pgsql. This was
fixed in 94dc6ae871763af5b5bd9bbf0aab29beb07ab8ac, but landed only in 8.3+.
Changed paths:
M ext/pgsql/tests/GHSA-7qpv-r5mr-78m4.phpt
Diff:
diff --git a/ext/pgsql/tests/GHSA-7qpv-r5mr-78m4.phpt b/ext/pgsql/tests/GHSA-7qpv-r5mr-78m4.phpt
index 88b37a8432fe..39e1bb6923fb 100644
--- a/ext/pgsql/tests/GHSA-7qpv-r5mr-78m4.phpt
+++ b/ext/pgsql/tests/GHSA-7qpv-r5mr-78m4.phpt
@@ -50,9 +50,3 @@ string(1) "f"
INSERT INTO "ghsa_7qpv_r5mr_78m4" ("name","admin") VALUES ('jake\'', true) --','f');
string(1) "f"
---CLEAN--
-<?php
-include('config.inc');
-$db = pg_connect($conn_str);
-pg_query($db, "DROP TABLE IF EXISTS ghsa_7qpv_r5mr_78m4");
-?>