#45349 [Opn->Fbk]: ArrayObject::ksort() terminates script

2008-07-18 Thread colder
 ID:   45349
 Updated by:   [EMAIL PROTECTED]
 Reported By:  david at grudl dot com
-Status:   Open
+Status:   Feedback
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5.3CVS-2008-06-24 (snap)
 Assigned To:  colder
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




Previous Comments:


[2008-07-16 12:57:21] david at grudl dot com

This bug still exists in snapshot from Tue, 15 Jul 2008 20:25:38.



[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



#45349 [Opn->Fbk]: ArrayObject::ksort() terminates script

2008-07-06 Thread colder
 ID:   45349
 Updated by:   [EMAIL PROTECTED]
 Reported By:  david at grudl dot com
-Status:   Open
+Status:   Feedback
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5.3CVS-2008-06-24 (snap)
 Assigned To:  colder
 New Comment:

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.


Previous Comments:


[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