Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13293 invoked from network); 18 Oct 2009 20:00:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2009 20:00:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.222.172 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 209.85.222.172 mail-pz0-f172.google.com Received: from [209.85.222.172] ([209.85.222.172:43851] helo=mail-pz0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/04-28550-CC37BDA4 for ; Sun, 18 Oct 2009 16:00:13 -0400 Received: by pzk2 with SMTP id 2so365713pzk.26 for ; Sun, 18 Oct 2009 13:00:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=4/GRGQYqhKh8kqie5VjsZmcKa7UczfS3Vgzt04DdcvY=; b=GMCqS2CK3Kmn7S19/IT0gnWsJkAwWEwbwK89GNsifo4SYdeb26eCj73STCl8sYbT+z l45PRG1oysHxemTJlHil71KE9YW3OSPHq7h34pmoSr3Ns92o7F/Qoo9pLFN6RmmBN/j+ 7Mj+SLzwx/xts0Ao4lNbqxL9wKeAfbcUiBM44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SdQ8I3U3WGP7g7lC9OfCeq3zzK+chGM0/MtN4bhTcnUROQND7PYNm2t5xhODnwtYSy lWSAkZ3XqkboSLYifCw+ToR/xYXk8+ZdPOOWQSAKubUmE76yvUoXQvrdk0kawtxBcJxM 9DMWlSUilxisnLEg92FeFcdxanweFOjmMjEdQ= MIME-Version: 1.0 Received: by 10.143.21.42 with SMTP id y42mr246674wfi.207.1255896008094; Sun, 18 Oct 2009 13:00:08 -0700 (PDT) Date: Sun, 18 Oct 2009 13:00:08 -0700 Message-ID: To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: A few bug fixes and question on apache related tests From: chrisstocktonaz@gmail.com (Chris Stockton) Hello, I have created a few small patches for a few unassigned bugs I saw in the bug report summary. These may not be 100% correct, or best practice and if someone has the time I would not mind feedback on anything incorrect, I would like to start fixing bugs on occasion in my free time. I was able to create tests in what I believe to be the appropriate places, however #48597 and some grep'n/poking around I was unable to see anything in the test system that supported apache testing. I may have just overlooked something, if so please let me know how to make a test case for it. I think it is possible to maybe test it without using apache (maybe something with the cli?) but off the top of my head can not think of anything. -Chris -- Bug #47409 (extract() problem with array containing word "this") http://cstockton.org/php/patches/bug47409-5.3.patch Bug #48418 (NaN > NaN, NaN > 0, NaN < 0 return true) http://cstockton.org/php/patches/bug48418-5.3.patch Bug #48484 (array_product(array()) returns 0 instead of 1) http://cstockton.org/php/patches/bug48484-5.3.patch Bug #48597 (Unclosed array keys break space escaping in $_GET/POST/REQUEST) http://cstockton.org/php/patches/bug48597-5.3.patch