rrichards Thu, 25 Mar 2010 15:10:49 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296788
Log:
fix build - there are now 34 algos
Changed paths:
U php/php-src/trunk/ext/hash/hash.c
Modified: php/php-src/trunk/ext/hash/hash.c
===================================================================
--- php/php-src/trunk/ext/hash/hash.c 2010-03-25 14:43:15 UTC (rev 296787)
+++ php/php-src/trunk/ext/hash/hash.c 2010-03-25 15:10:49 UTC (rev 296788)
@@ -43,7 +43,7 @@
int value;
};
-#define MHASH_NUM_ALGOS 29
+#define MHASH_NUM_ALGOS 34
static struct mhash_bc_entry mhash_to_hash[MHASH_NUM_ALGOS] = {
{"CRC32", "crc32", 0},
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php