From: [EMAIL PROTECTED]
Operating system: Linux Red hat 7.1 fr
PHP version: 4.0.6
PHP Bug Type: Arrays related
Bug description: array_diff don't work with array of array (it did with 4.0.4)
Example of script
\r\n";
echo "Simple array : it works\r\n\r\n";
$array1 = array('
ID: 12367
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Arrays related
Operating System: Linux Red hat 7.1 fr
PHP Version: 4.0.6
New Comment:
I don't understand why array_diff have to care about ordering. Php have enough sort
function for array. But any