Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32278 invoked by uid 1010); 17 Jun 2004 09:20:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32253 invoked from network); 17 Jun 2004 09:20:22 -0000 Received: from unknown (HELO conan.ard.nu) (217.148.166.184) by pb1.pair.com with SMTP; 17 Jun 2004 09:20:22 -0000 Received: from [10.0.2.3] (helo=[10.0.2.3]) by conan.ard.nu with esmtp (Exim 4.32) id 1Bat4H-0006su-GM for internals@lists.php.net; Thu, 17 Jun 2004 11:20:21 +0200 Message-ID: <40D16253.4000003@php.net> Date: Thu, 17 Jun 2004 11:20:19 +0200 User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 64-bit bugsquash From: abies@php.net (Ard Biesheuvel) 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;