Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53029 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76615 invoked from network); 6 Jun 2011 14:37:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2011 14:37:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=pencap@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pencap@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pencap@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:49091] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/B0-06642-816ECED4 for ; Mon, 06 Jun 2011 10:37:12 -0400 Received: by vwl1 with SMTP id 1so3167750vwl.29 for ; Mon, 06 Jun 2011 07:37:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=W13700z5tjA1gUMiUJmgg3Z64MuGYtw4wkQC3w9RPck=; b=DKxFx1Y3yPX8bZyL3kyMwpROxb1caKYBgK/fAG6ls9H0sQFauc6N/DF36VEAFWaQXd ukX8gzC8Acm2t0gIoo6F0RDz1LQS5/Q8lzlFnJYjtgG81CVvy14ZR+QYUl/L0gH85wd2 sM/2HfsNLY2dVn3R0+h2iTiv2TLE8bo/GZi54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=t6KUFkhs1Qm7bvokzyKXYMo6b8mX0S4RUsfvLSYqckkfMwktIxntoZP8NV/212sBIT vE6rPTqyUuiTxpE7b4HiLe5pHYq6iFg8GlU5FUyC91CAmwzEGMQIPaCSkzzgqeVxJ9EU l9N/u5EWPQo7wt05JlVkw3EVuM/K+6dyiRelM= MIME-Version: 1.0 Received: by 10.52.177.234 with SMTP id ct10mr3851486vdc.2.1307371029840; Mon, 06 Jun 2011 07:37:09 -0700 (PDT) Received: by 10.52.186.68 with HTTP; Mon, 6 Jun 2011 07:37:09 -0700 (PDT) Date: Mon, 6 Jun 2011 09:37:09 -0500 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=bcaec5016663d2c19604a50c09c6 Subject: [Patch] GeoIP Tests From: pencap@gmail.com (Mike Willbanks) --bcaec5016663d2c19604a50c09c6 Content-Type: text/plain; charset=UTF-8 I've gone through the GeoIP extension and ensured all of the tests now pass. Bug Report: http://pecl.php.net/bugs/bug.php?id=22749 Patch File: http://blog.digitalstruct.com/patches/geoip-svn-tests.patch.txt Also, it looks like the GeoIP extension is based on an extremely old version, I am going to start looking to update this to get all of the new constants that should exist into the extension. A slight amount of behavior changed and should have been noted previously for the test as "CA" is no longer a valid country code w/o a region in the timeZone.c area of the GeoIP C API. Someone with karma want to review and apply the patch for the tests? Regards, Mike --bcaec5016663d2c19604a50c09c6--