Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10572 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39337 invoked by uid 1010); 17 Jun 2004 18:28:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39246 invoked by uid 1007); 17 Jun 2004 18:28:24 -0000 Message-ID: <20040617182824.39234.qmail@pb1.pair.com> To: internals@lists.php.net References: <40D16253.4000003@php.net> Date: Thu, 17 Jun 2004 11:28:23 -0700 Lines: 32 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 169.229.135.175 Subject: Re: 64-bit bugsquash From: pollita@php.net ("Sara Golemon") committed in ZE2. MFH not needed since this method in ZE1 uses zend_get_parameters. "Ard Biesheuvel" wrote in message news:40D16253.4000003@php.net... > > Would anyone with Zend karma care to commit this ? > > -- > Ard > > > > > Index: zend_builtin_functions.c > =================================================================== > RCS file: /repository/ZendEngine2/zend_builtin_functions.c,v > retrieving revision 1.237 > diff -u -r1.237 zend_builtin_functions.c > --- zend_builtin_functions.c 28 May 2004 08:08:56 -0000 1.237 > +++ zend_builtin_functions.c 17 Jun 2004 09:18:03 -0000 > @@ -805,7 +805,7 @@ > { > char *class_name, *lc_name; > zend_class_entry **ce; > - long class_name_len; > + int class_name_len; > zend_bool autoload = 1; > int found;