Edit report at https://bugs.php.net/bug.php?id=61413&edit=1
ID: 61413 Comment by: mattfic...@php.net Reported by: a...@php.net Summary: ext\openssl\tests\openssl_encrypt_crash.phpt fails Status: Assigned Type: Bug Package: OpenSSL related Operating System: windows PHP Version: 5.3.10 Assigned To: mattficken Block user comment: N Private report: N New Comment: This patch passes on PHP5.3.11rc1 on Windows 7 sp1x64. It does not break for me on Linux x64 (Gentoo and Fedora 16) with PHP5.3.11rc1. Previous Comments: ------------------------------------------------------------------------ [2012-03-16 11:07:56] a...@php.net fixed initializing i to zero ------------------------------------------------------------------------ [2012-03-16 11:07:27] a...@php.net The following patch has been added/updated: Patch Name: 61413.diff Revision: 1331896047 URL: https://bugs.php.net/patch-display.php?bug=61413&patch=61413.diff&revision=1331896047 ------------------------------------------------------------------------ [2012-03-16 10:41:58] a...@php.net Description: ------------ The test fails with the message "variable 'i' used without being initialized" Expected result: ---------------- test pass Actual result: -------------- test fail, the diff is: 002- string(4) "done" ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61413&edit=1