Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77505 invoked from network); 6 Jun 2012 07:42:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2012 07:42:40 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Wed, 06 Jun 2012 03:42:39 -0400 Received: from [217.114.211.68] ([217.114.211.68:27250] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/60-08677-EE90FCF4 for ; Wed, 06 Jun 2012 03:42:39 -0400 To: internals@lists.php.net User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: boolval() again From: dsp@php.net (David Soria Parra) Going through the 26 open pull requests (please let us work on getting that number down), I stumbled over https://github.com/php/php-src/pull/60. This was already proposed on the mailinglits, but the thread died fast without a satisfying answer on whether to add a function boolval() or not. Personally I would like to see the function in. Having a complete set of XYZval() functions is a good reason for me to add that function. The implementation is simple and straight forward and easy to maintain. Do we need an RFC for that simple pull request or can we just go ahead and pull it? David