erence large sets of data?
Regards,
Rodolfo Andrade
- Original Message -
From: Jesse Guardiani
To: php-general@lists.php.net
Sent: Tuesday, January 10, 2006 5:07 PM
Subject: [PHP] problem with large arrays in php 4.3.2
Hello,
I have an old version of php (4.3.2) that is acting r
Hello,
I have an old version of php (4.3.2) that is acting rather strangely. I'm
searching two large arrays (approx 22,000 records in each) using
array_diff_key() from the PEAR PHP_Compat library:
$result = $args[0];
foreach ($args[0] as $key1 => $value1) {
for ($i = 1
2 matches
Mail list logo