ID:               16212
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Mandrake Linux 8.2
 PHP Version:      4.1.2
 New Comment:

Me neither, can you try RC1 from www.php.net/~derick ?

Derick


Previous Comments:
------------------------------------------------------------------------

[2002-03-21 18:08:35] [EMAIL PROTECTED]

Weird, can't reproduce this at all:

$ php -r 'error_reporting(E_ALL); $x = array("a",array("x","y"),"b");
natsort($x);'
Command line code(1) : Notice - Array to string conversion
Command line code(1) : Notice - Array to string conversion

Even with 4.1.2 on another machine no esegfault, just the warnings.

------------------------------------------------------------------------

[2002-03-21 16:44:54] [EMAIL PROTECTED]

The problem arises when you attempt to natsort() a multi-dimensional
array, which in turn causes the engine 
to segault.

[[EMAIL PROTECTED]]-[~]$ echo '<? $x =
array("a",array("x","y"),"b"); natsort($x); ?>' | php -q
Segmentation fault

This bug exists in both PHP-4.1.2 and the current PHP CVS as of
03/21/02.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16212&edit=1

Reply via email to