Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3587 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65590 invoked from network); 24 Jul 2003 08:04:58 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 24 Jul 2003 08:04:58 -0000 Received: (qmail 32547 invoked from network); 24 Jul 2003 08:04:56 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 24 Jul 2003 08:04:56 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20030724110500.0aac65a0@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 24 Jul 2003 11:07:01 +0300 To: "Steph" Cc: In-Reply-To: <006d01c3516c$8e5d41a0$461b0150@p2q4w7> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Fw: [PHP-DEV] small patch (fixes #19613) From: zeev@zend.com (Zeev Suraski) References: <006d01c3516c$8e5d41a0$461b0150@p2q4w7> Doesn't look quite right - the source of the problem was that the unsetenv routine wasn't working right under Windows. This patch made the unsetenv routine not run properly, because the .key element effectively stopped being the key, but also contained the value. A side effect of that was that it made this particular example work :) The unsetenv routine should now be fixed for Windows. Zeev At 01:48 24/07/2003, Steph wrote: > > >and yeah I do take advice. (Wrongly? Rightly?) > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php