summaryrefslogtreecommitdiffstats
path: root/399.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-27 09:57:25 +0100
committerRemi Collet <remi@php.net>2025-11-27 09:57:25 +0100
commite227e90efc5fb7adecda5213209bc5e2804a3425 (patch)
tree5a78f84fd7f78be42923a680c2a0581d71ba5dac /399.patch
parentebbfcb32a06f58440a1e1bdb34aacc58ef0f54d8 (diff)
update to 3.2.17RC1HEADmaster
add pie virtual provides drop patches merged upstream
Diffstat (limited to '399.patch')
-rw-r--r--399.patch55
1 files changed, 0 insertions, 55 deletions
diff --git a/399.patch b/399.patch
deleted file mode 100644
index d9ed571..0000000
--- a/399.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-From d28f7e6e5a2e7f73225bdf9b619920a7986ff885 Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Mon, 1 Sep 2025 14:59:55 +0200
-Subject: [PATCH] fix tests for 8.5.0beta2
-
----
- tests/igbinary_026_php8.phpt | 2 --
- tests/igbinary_026b_php8.phpt | 4 +---
- tests/igbinary_057.phpt | 2 +-
- 3 files changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/tests/igbinary_026_php8.phpt b/tests/igbinary_026_php8.phpt
-index 91313d16..9a5aad4e 100644
---- a/tests/igbinary_026_php8.phpt
-+++ b/tests/igbinary_026_php8.phpt
-@@ -1,7 +1,5 @@
- --TEST--
- Cyclic array test
----INI--
--report_memleaks=0
- --SKIPIF--
- <?php
- if (!extension_loaded('igbinary')) {
-diff --git a/tests/igbinary_026b_php8.phpt b/tests/igbinary_026b_php8.phpt
-index b5ffa9cd..7489d539 100644
---- a/tests/igbinary_026b_php8.phpt
-+++ b/tests/igbinary_026b_php8.phpt
-@@ -1,7 +1,5 @@
- --TEST--
- Cyclic array test 2
----INI--
--report_memleaks=0
- --SKIPIF--
- <?php
- if (!extension_loaded('igbinary')) {
-@@ -83,4 +81,4 @@ array(1) {
- }
- }
-
--OK
-\ No newline at end of file
-+OK
-diff --git a/tests/igbinary_057.phpt b/tests/igbinary_057.phpt
-index 7df8ab5b..7d86d134 100644
---- a/tests/igbinary_057.phpt
-+++ b/tests/igbinary_057.phpt
-@@ -6,7 +6,7 @@ Test serializing more strings than the capacity of the initial strings table.
- function main() {
- $array = array();
- for ($i = 0; $i < 2; $i++) {
-- for ($c = 'a'; $c < 'z'; $c++) {
-+ for ($c = 'a'; $c < 'z'; $c = chr(ord($c)+1)) {
- $array[] = $c;
- }
- }