Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71047 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8672 invoked from network); 10 Jan 2014 20:31:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2014 20:31:22 -0000 X-Host-Fingerprint: 92.254.50.218 unknown Received: from [92.254.50.218] ([92.254.50.218:10430] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/01-02085-79850D25 for ; Fri, 10 Jan 2014 15:31:20 -0500 To: internals@lists.php.net Date: Fri, 10 Jan 2014 21:31:14 +0100 Message-ID: <0il0d9t71pb06j4t66ag6cppgd7i8hnukt@4ax.com> References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 92.254.50.218 Subject: Re: [RFC] 64 bit platform improvements for string length and integer From: phpdev@ehrhardt.nl (Jan Ehrhardt) "Anatol Belski" in php.internals (Fri, 10 Jan 2014 15:58:23 +0100): >https://wiki.php.net/rfc/size_t_and_int64 > >The discussion time has come. The work on the feature branch continues. >The current patch is stable enough to be discussed. I do not have voting karma, but I can confirm that the current experimental branch is quite stable. I have been testing the experimental builds for Windows (and compiling them myself). In Drupal6, Drupal7, Wordpress and own own code I am getting very few different results compared to the 5.5 releases. I ran into a segfault with one Drupal7 site (but not with other Drupal7 sites) with opcache enabled. But upon investigating that glitch, I discovered that PHP 5.5 NTS stumbled over the same Drupal7 site with opcache enabled. See the php-windows list for details. Keep on the good work, Anatol! Jan