Edit report at http://bugs.php.net/bug.php?id=51877&edit=1
ID: 51877 Updated by: paj...@php.net Reported by: diegoturriaga at yahoo dot com dot ar Summary: php5ts.dll crash and reset Apache -Status: Open +Status: Feedback Type: Bug Package: Reproducible crash Operating System: Windows XP / 2003 PHP Version: 5.3.2 New Comment: Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2010-05-21 01:43:31] diegoturriaga at yahoo dot com dot ar Description: ------------ I thought it might be a matter of server version so initially I started a report here (http://www.apachelounge.com/viewtopic.php?p=15696) which will be of help to avoid writing both. Test script: --------------- In the previous url I have posted some php code... You can use a connection string like this for testing: $cnStr = 'Provider=VFPOLEDB.1;Data Source="\\server\data";Mode=ReadWrite|Share Deny None;Password="";Collating Sequence=SPANISH;DELETED=False'; Other variables needed: $charPage = CP_UTF8; $consulta = "SELECT * FROM hugedbf1 x INNER JOIN hugedbf2 y ON x.Id=y.xId" And it's all... works fine for a few records but crash for many. As I said in the other post, works fine with PHP 5.2 Expected result: ---------------- array results Actual result: -------------- php5ts.dll crash ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51877&edit=1