Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35083 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5594 invoked by uid 1010); 1 Feb 2008 22:36:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5579 invoked from network); 1 Feb 2008 22:36:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2008 22:36:54 -0000 Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.180 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.166.180 py-out-1112.google.com Received: from [64.233.166.180] ([64.233.166.180:19162] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/65-04011-50F93A74 for ; Fri, 01 Feb 2008 17:36:54 -0500 Received: by py-out-1112.google.com with SMTP id u77so1349018pyb.16 for ; Fri, 01 Feb 2008 14:36:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=nEb6XhRJ4zu8I1j/87d4kwjQX7RArt5kq8f4hhYaLfM=; b=ftdtkrB1G6/V4u4DhbU7dQReE2RPw8Y/onw4AynLX5AmgUIh3cg86VJd4qsFZtEbkx3lA0UzVtT7frJhI4hZJBiDzMk4pVPzkvL9pVU5O2Czq+zHS4KjLw80xTjISFvU67fAIRizfoYxrDy3n0H0Ys3LKzYAeQCitbL4xduWPgU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ofUUeHPel4zgqphL0kt1oFgWKABOHZKh9ctIUQ1yEZ0u19iXRxW+6rkTWhzzWSVmCLuuxjVrQ7UUUuyOpY9qg8hrSXmbbCw8ka8mHKx6jphDqXATcHMsB38mw3t5BpeTdvUonf6K4rnXwEwjysYh5bSCFg1tCWmXTVpajwYDKYA= Received: by 10.65.211.16 with SMTP id n16mr6577503qbq.86.1201905411077; Fri, 01 Feb 2008 14:36:51 -0800 (PST) Received: by 10.64.96.3 with HTTP; Fri, 1 Feb 2008 14:36:51 -0800 (PST) Message-ID: <7d5a202f0802011436ga4cf3duc02f2354e88a0d5@mail.gmail.com> Date: Fri, 1 Feb 2008 19:36:51 -0300 To: "Marcus Boerger" Cc: internals@lists.php.net In-Reply-To: <574269741.20080201224537@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <574269741.20080201224537@marcus-boerger.de> Subject: Re: [PHP-DEV] [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_API.c zend_API.h php-src/ext/standard type.c From: judas.iscariote@gmail.com ("Cristian Rodriguez") 2008/2/1, Marcus Boerger : > - Fix callable/static mess, the following will now all result in a E_STRICT > . binding a dynamic function as a static callback > . static call of a dynamic function > . is_callable() on a static binding to a dynamic function Does not compile.. php5.3/ext/spl/php_spl.c: In function 'zif_spl_autoload_register': php5.3/ext/spl/php_spl.c:423: error: too few arguments to function 'zend_is_callable_ex' php5.3/ext/spl/php_spl.c: In function 'zif_spl_autoload_unregister': php5.3/ext/spl/php_spl.c:515: error: too few arguments to function 'zend_is_callable_ex' make: *** [ext/spl/php_spl.lo] Error 1 -- http://www.cristianrodriguez.net