Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70893 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49288 invoked from network); 28 Dec 2013 04:04:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2013 04:04:43 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.192.173 mail-pd0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:52691] helo=mail-pd0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/76-11616-ADD4EB25 for ; Fri, 27 Dec 2013 23:04:43 -0500 Received: by mail-pd0-f173.google.com with SMTP id p10so9608760pdj.32 for ; Fri, 27 Dec 2013 20:04:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=ufKVbPC+S75akrk5nF7R8/m0M6LDIzZbSaCzH1OgWZw=; b=Fgp+B1crHwBNdKAzDyluekagxYj6oGLIGIMxq6sEw8bS81x6rwE8JOJJCMt5MKEQSK 6g4du2xCLtyRz3aMyV0hJwrqOvuPFnP9k/doOpHWzQesa0qWtzghD7hcKzKC4Y5VlNnI zRCExevVEL5osGi+oKmK6y5swymmlwbmmhag5o21sTYIpaB5eWuyUVqJJ28KcR7iC2dh 1XC2mZQd2/QohBMhljBQES4TZ3CFcUbM+l9MQEYNkEWy5wnSYCRlFfuP1v1NqxW7GXwo Y+avjGoblxB24B5G4suEbXLPvLqqAod9SwgQpNls7CCgKAH6Fz/eiK+gAf+dqA1u89GD NSIQ== X-Received: by 10.68.245.4 with SMTP id xk4mr14037785pbc.153.1388203480110; Fri, 27 Dec 2013 20:04:40 -0800 (PST) Received: from [192.168.0.105] ([111.192.244.168]) by mx.google.com with ESMTPSA id bz4sm65644035pbb.12.2013.12.27.20.04.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Dec 2013 20:04:38 -0800 (PST) References: <52BD10E3.9070005@sugarcrm.com> <52BE02E0.5010904@sugarcrm.com> <52BE0377.7000500@lerdorf.com> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: Cc: Rasmus Lerdorf , PHP internals , Yasuo Ohgaki , Stas Malyshev X-Mailer: iPhone Mail (11B554a) Date: Sat, 28 Dec 2013 12:04:34 +0800 To: Pierre Joye Subject: Re: [PHP-DEV] Re: imagecrop fix From: laruence@gmail.com (Gmail) Sent from my iPhone > On Dec 28, 2013, at 11:10 AM, Pierre Joye wrote: >=20 >> On Dec 28, 2013 5:47 AM, "Rasmus Lerdorf" wrote: >>=20 >>=20 >> And much of that code isn't in 5.3. ImageCrop() is new in 5.5, for > example. >=20 > Yes, but the commit changed other functions (news has to be updated > accordingly). I won't be able to test or valid the patch before the 6th, s= o > if anyone likes or has time to do it, go ahead. No behavior changed, previously , these function will modify the parameter i= f the item in it is not expected type, it should be fixed. Thanks >=20 > Cheers, > Pierre