From 9b1730775bbf2ad31c4b1b21ffc7dcc90a089bdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 07:58:13 +0200 Subject: rebuild for PHP 8.3.0RC1 --- apcu-php83.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 apcu-php83.patch (limited to 'apcu-php83.patch') diff --git a/apcu-php83.patch b/apcu-php83.patch new file mode 100644 index 0000000..b085b91 --- /dev/null +++ b/apcu-php83.patch @@ -0,0 +1,15 @@ +diff --git a/tests/typed_prop.phpt b/tests/typed_prop.phpt +index 80f0d3c..04e87c9 100644 +--- a/tests/typed_prop.phpt ++++ b/tests/typed_prop.phpt +@@ -28,8 +28,8 @@ try { + var_dump($test->array); + + ?> +---EXPECT-- ++--EXPECTF-- + bool(true) +-Cannot assign bool to reference held by property Test::$array of type array ++Cannot assign %s to reference held by property Test::$array of type array + array(0) { + } -- cgit