diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-02 10:39:27 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-02 10:39:27 +0100 |
commit | e39837ac913bd8c4ff0bf2246aeccf33c3082318 (patch) | |
tree | f5bebcbcf151bf443295b396c8e0744d1449d546 /php-upstream.patch | |
parent | 3b17ba698c606aa7b7e30e07f4ef6f14c2ad0601 (diff) |
PHP 7.1.2RC1 rebuild with new sources
Diffstat (limited to 'php-upstream.patch')
-rw-r--r-- | php-upstream.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/php-upstream.patch b/php-upstream.patch deleted file mode 100644 index 2bd7f17..0000000 --- a/php-upstream.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 0f1ae93bfa2feb3d0fd0b8d3036148df8ef856e2 Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@php.net> -Date: Wed, 1 Feb 2017 10:25:30 +0100 -Subject: [PATCH] fix test for 32bits (int -> float) - ---- - ext/standard/tests/serialize/bug72731.phpt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/ext/standard/tests/serialize/bug72731.phpt b/ext/standard/tests/serialize/bug72731.phpt -index 3d7d1e7..020fb32 100644 ---- a/ext/standard/tests/serialize/bug72731.phpt -+++ b/ext/standard/tests/serialize/bug72731.phpt -@@ -14,5 +14,5 @@ $poc = 'O:8:"stdClass":1:{i:0;O:3:"obj":1:{s:4:"ryat";R:1;}}'; - var_dump(unserialize($poc)); - - ?> ----EXPECT-- --int(73588229205) -+--EXPECTF-- -+%s(73588229205) |