|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-02-03 03:16 UTC] tony at daylessday dot org
[2009-02-04 11:39 UTC] eugene at synergy dot co dot ke
[2009-02-05 03:33 UTC] tony at daylessday dot org
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 18:00:01 2025 UTC |
Description: ------------ rar_open() causes php.exe (5.2.8) on Windows (2K/XP/2k3) to crush whether run as an Apache (2.2.6) module or in standalone mode Reproduce code: --------------- <?php $rar = rar_open("C:/test.rar"); if ($rar==false) throw new Exception("Open error"); rar_close($rar); ?> Expected result: ---------------- code should run to end without incident Actual result: -------------- when code gets to rar_open() a windows error window comes up Title: "php.exe - Application Error" Text: "The instruction at 0x0215b357 referenced memory at 0x0218fffc. the memory could not be written..."