Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11046 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16137 invoked by uid 1010); 9 Jul 2004 22:41:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16085 invoked from network); 9 Jul 2004 22:41:15 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.26) by pb1.pair.com with SMTP; 9 Jul 2004 22:41:15 -0000 Received: (qmail 661 invoked by uid 0); 9 Jul 2004 22:41:14 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.155) by relay6 with SMTP; 9 Jul 2004 22:41:14 -0000 Received: (qmail 17352 invoked from network); 9 Jul 2004 22:39:50 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.143.204]) (envelope-sender ) by mta5 (qmail-ldap-1.03) with SMTP for ; 9 Jul 2004 22:39:50 -0000 Message-ID: <00ec01c46605$e2a2b480$0100a8c0@pc07653> To: "PHPdev" Date: Fri, 9 Jul 2004 23:41:33 +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: missing INI options From: nlopess@php.net ("Nuno Lopes") Hello, Because of my script to find INI options (to update the ini_set() manual page), I've found that some ini options aren't declared using the PHP_INI_XX. I don't don't know if it is the right behaviour, but I think not. That config options are missing from ini_get_all() and reflection API. Examples: from cgi.rfc2616_headers fastcgi.impersonate This isn't a critical issue, althought that missing options aren't parsed by my regex :-) Nuno