Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10953 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71545 invoked by uid 1010); 7 Jul 2004 19:00:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71393 invoked from network); 7 Jul 2004 19:00:04 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.22) by pb1.pair.com with SMTP; 7 Jul 2004 19:00:04 -0000 Received: (qmail 3998 invoked from network); 7 Jul 2004 18:59:58 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.151) by relay2 with SMTP; 7 Jul 2004 18:59:58 -0000 Received: (qmail 21144 invoked from network); 7 Jul 2004 18:58:14 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.155.224]) (envelope-sender ) by mta1 (qmail-ldap-1.03) with SMTP for ; 7 Jul 2004 18:58:14 -0000 Message-ID: <002701c46454$a11a1c90$0100a8c0@pc07653> To: "PHPdev" Date: Wed, 7 Jul 2004 20:00:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: ini_get() changes in PHP 5 From: nlopess@php.net ("Nuno Lopes") Hello, A user have reported a bug in the documentation about ini_get(). Check this: outputs: string(1) "0" in PHP 4 -and- string(0) "" in PHP 5 I think the issue must be clarified, as if it is a a feature it is a backward incompatible change and must be documented. Nuno