From 3c7bc2c87fd842df1df75783e014029adae00433 Mon Sep 17 00:00:00 2001 From: Raphael Geissert Date: Sat, 31 Jul 2010 15:53:12 -0400 Subject: Imported Debian patch 5.3.3-1 --- debian/patches/zend_int_overflow.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/patches/zend_int_overflow.patch') diff --git a/debian/patches/zend_int_overflow.patch b/debian/patches/zend_int_overflow.patch index 3df7fa085..591f2244a 100644 --- a/debian/patches/zend_int_overflow.patch +++ b/debian/patches/zend_int_overflow.patch @@ -54,7 +54,7 @@ Bug-Debian: http://bugs.debian.org/570144 --TEST-- Bug #45877 (Array key '2147483647' left as string) ---INI-- --precision=20 +-precision=16 --FILE-- - int(1) -- ["%d8"]=> +- ["%s"]=> - int(1) +function test_value($val, $msg) { + $a = array($val => 1); -- cgit v1.2.3