Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20165 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71934 invoked by uid 1010); 18 Nov 2005 16:25:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71919 invoked from network); 18 Nov 2005 16:25:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2005 16:25:37 -0000 X-Host-Fingerprint: 64.233.184.192 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.192:25126] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 58/FE-07637-1800E734 for ; Fri, 18 Nov 2005 11:25:37 -0500 Received: by wproxy.gmail.com with SMTP id i31so1904324wra for ; Fri, 18 Nov 2005 08:25:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JLtzPQRfltFgZiJn7/QUyIA6nry7wn0wwiGMFjqtvCrSdUyCTEluczMKdJTsLCw1+hAPTYvE1M6f+PcFgbTLEjvX1twErJhlsiEry5s/ChWQkp79Pt+zi6Bjz9mCL3fvEmKw0OsIWjrxyFTN+SUMAjde9+n1f8Gm/fKiK/jEF8k= Received: by 10.54.92.6 with SMTP id p6mr3704095wrb; Fri, 18 Nov 2005 08:25:34 -0800 (PST) Received: by 10.54.77.19 with HTTP; Fri, 18 Nov 2005 08:25:34 -0800 (PST) Message-ID: <4e89b4260511180825w36edab5aoec853290a46d1565@mail.gmail.com> Date: Fri, 18 Nov 2005 11:25:34 -0500 To: david_oren@excite.com Cc: internals@lists.php.net In-Reply-To: <20051118160204.4E29ABB4A3@xprdmailfe25.nwk.excite.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051118160204.4E29ABB4A3@xprdmailfe25.nwk.excite.com> Subject: Re: [PHP-DEV] Patch for bug report #35243 From: kingwez@gmail.com (Wez Furlong) Please send patches as plain text MIME attachments, and ideally include a URL where it can be downloaded as well. --Wez. On 11/18/05, David wrote: > > I've recently opened a bug report #35243, and was requested to send the p= atch in unified diff format to this list. Here it is, as requested, both i= n plaintext, and uuencoded (in case the mailer really messes things up). > > > > I'd appreciate any feedback, as this is my first time posting a patch. > > > > Thanks, > > > > David Oren > > > > uuencoded: > > > > begin 666 patch-35243.diff > > M+2TM("XO97AT+W-T86YD87)D+V)A > M,3$M,38@,3$Z,S0Z,C0N,#`P,#`P,#`P("LP,C`P#0HK*RL@+BXO<&AP-2TR > > M,#`U,3$Q-S`S,S`M<&%T8VAE9"]E>'0O > M;VYS+F,@,C`P-2TQ,2TQ-R`P.#HP-3HR,2XP,#`P,#`P,#`@*S`R,#`-"D!` > > M("TY-30L-B`K.34T+#$P($!`#0H@("`@("`@(&UE;7-E=3D"@F0D > M87!T7W-T871E*2P@,"P@ > M"B`@("`@("`@;65M > M:7IE;V8H0D > M:6YE9"A?4D5%3E1204Y4*2`F)B!D969I;F5D*$A!5D5?34)23$5.*2`F)B!D > > M969I;F5D*$A!5D5?34)35$%415]4*0T**R`@("`@("!M96US970H)D)'*&UB > > M;&5N7W-T871E*2P@,"P@ > M;F1I9@T**PT*("`@("`@("!"1RAI;F-O;7!L971E7V-L87-S*2`]('!H<%]C > > G > ` > > end > > > > > > plaintext: > > > > --- ./ext/standard/basic_functions.c 2005-11-16 11:34:24.000000000 +02= 00 > > +++ ../php5-200511170330-patched/ext/standard/basic_functions.c 2005-11-1= 7 08:05:21.000000000 +0200 > > @@ -954,6 +954,10 @@ > > memset(&BG(url_adapt_state), 0, sizeof(BG(url_adapt_state))); > > memset(&BG(url_adapt_state_ex), 0, sizeof(BG(url_adapt_state_ex))= ); > > > > +#if defined(_REENTRANT) && defined(HAVE_MBRLEN) && defined(HAVE_MBSTATE_= T) > > + memset(&BG(mblen_state), 0, sizeof(BG(mblen_state))); > > +#endif > > + > > BG(incomplete_class) =3D php_create_incomplete_class(TSRMLS_C); > > } > > > > > > > > _______________________________________________ > Join Excite! - http://www.excite.com > The most personalized portal on the Web! > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >