Edit report at http://bugs.php.net/bug.php?id=49192&edit=1
ID: 49192 Updated by: s...@php.net Reported by: circus2 at freenet dot de Summary: PHP crashes when GC invoked on COM object -Status: Re-Opened +Status: Closed Type: Bug Package: Reproducible crash Operating System: Win XP SP3 (german) PHP Version: 5.3SVN-2009-08-07 (snap) -Assigned To: +Assigned To: stas New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-04-02 00:54:04] s...@php.net Automatic comment from SVN on behalf of stas Revision: http://svn.php.net/viewvc/?view=revision&revision=297307 Log: fix #49192 - crash in GC when get_properties handler returns null ------------------------------------------------------------------------ [2009-08-28 15:44:43] FelixStrauss at gmx dot de In addition: My system is Windows 7 PR Build 7100 ------------------------------------------------------------------------ [2009-08-28 15:38:19] FelixStrauss at gmx dot de I can reproduce the problem with the following two lines: <?php $dbConnection = new Com('ADODB.Connection'); var_dump(gc_collect_cycles()); ?> My system: Zend Extension Build API220090626,TS,VC9 PHP Extension Build API20090626,TS,VC9 ------------------------------------------------------------------------ [2009-08-15 01:00:01] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2009-08-07 17:08:17] paj...@php.net 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. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=49192 -- Edit this bug report at http://bugs.php.net/bug.php?id=49192&edit=1