ID: 45349 User updated by: david at grudl dot com Reported By: david at grudl dot com -Status: No Feedback +Status: Open Bug Type: SPL related Operating System: Windows XP PHP Version: 5.3CVS-2008-06-24 (snap) Assigned To: colder New Comment:
This bug still exists in snapshot from Tue, 15 Jul 2008 20:25:38. Previous Comments: ------------------------------------------------------------------------ [2008-07-14 01:00:02] 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". ------------------------------------------------------------------------ [2008-07-07 00:04:31] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.3-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.3-win32-installer-latest.msi Can't reproduce: [EMAIL PROTECTED] /var/cvs/php.net/php5.3-dev $ sapi/cli/php -r '$a = new ArrayObject(); $a->ksort(); echo "end\n";' end But I also fixed something related to methods like ksort(), so please try again. ------------------------------------------------------------------------ [2008-06-24 18:09:15] david at grudl dot com Description: ------------ Method ksort() terminates script. Reproduce code: --------------- $obj = new ArrayObject(); $obj->ksort(); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45349&edit=1