Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88496 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24120 invoked from network); 25 Sep 2015 12:18:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Sep 2015 12:18:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:32880] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/83-31991-A8B35065 for ; Fri, 25 Sep 2015 08:18:19 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 38BC74E54C; Fri, 25 Sep 2015 14:18:19 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=4.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-7-64.dynamic.mnet-online.de [93.104.7.64]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 436D24E54C; Fri, 25 Sep 2015 14:18:17 +0200 (CEST) Message-ID: <1443183492.15520.17.camel@kuechenschabe> To: Sean DuBois Cc: internals@lists.php.net Date: Fri, 25 Sep 2015 14:18:12 +0200 In-Reply-To: <20150923203939.GA40539@3006.local> References: <20150923203939.GA40539@3006.local> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-8AWFU5CYRehHDPQuP3hs" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Subject: Re: [PHP-DEV] zend_parse_parameters changes not fully documented in phpng-upgrading, PR to fix existing tools From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) --=-8AWFU5CYRehHDPQuP3hs Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 2015-09-23 at 15:39 -0500, Sean DuBois wrote: > C.) Has there ever been a conversation about improving extension building= so that authors > don't have to go out of their way to catch these things? I would really l= ike to see phpize > kick out a Makefile that in the process of building/testing would raise a= lerts about this. If you're using clang as compiler you can load this static analyzer plugin: https://github.com/johannes/clang-php-checker This will report such errors. The mistakes you've mentioned are handled correctly in ther, but better double check the type list in https://github.com/johannes/clang-php-checker/blob/master/PHPZPPChecker.cpp= #L72 in case there have been other recent changes. I haven't followed the development. johannes --=-8AWFU5CYRehHDPQuP3hs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAABAgAGBQJWBTuEAAoJEH3sTmn8nIPXRpUIANELurOY+16KnaHKsc+OTWm2 3DTFVIL916Fdd6hh/dhvi55IoAxbkCq1QsUs2ex8nTIkivEiKJCOHPM8w4D1eSng wskc487QzKdiE54SJIrxXbRxVDqYWgtRc+9zb6yOayNluBsU6b9YxjaPolO82iHk 0rlhtlHp8Mj1aqsDeOIx3f9gqhCDTRVTIbr2hEBCTW8lMFOqxRVJ+Pkt05yPXyHe g63pnzy6up7O1GywaTEQF2U/ZpLf8JCR46LCC1SdLc6bQu99/4dn59yKnSnImAXJ jHgaoxt8sQZzgU8hSliv3SPigL99iUuBYHIWQz+bERKAL/W2mz1swW4Ly/PufhQ= =iGOa -----END PGP SIGNATURE----- --=-8AWFU5CYRehHDPQuP3hs--