Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969369446 php.internals:17482 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81644 invoked by uid 1010); 1 Aug 2005 23:21:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81629 invoked from network); 1 Aug 2005 23:21:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2005 23:21:57 -0000 X-Host-Fingerprint: 212.55.154.23 relay3.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.23:55394] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 31/F0-04646-49EAEE24 for ; Mon, 01 Aug 2005 19:21:56 -0400 Received: (qmail 15987 invoked from network); 1 Aug 2005 23:21:53 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.205) by relay3 with SMTP; 1 Aug 2005 23:21:53 -0000 Received: (qmail 2700 invoked from network); 1 Aug 2005 23:21:53 -0000 X-AntiVirus: PTMail-AV 0.3-0.86.2 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.136.58]) (envelope-sender ) by mta10 (qmail-ldap-1.03) with SMTP for ; 1 Aug 2005 23:21:53 -0000 Message-ID: <000901c596ef$ce9f3e60$0100a8c0@pc07653> To: "Sean Coates" , "internals" Cc: "PHPdoc" References: <42EE5807.50106@caedmon.net> Date: Tue, 2 Aug 2005 00:21:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: [PHP-DEV] PHP_INI_SYSTEM and httpd.conf From: nlopess@php.net ("Nuno Lopes") I can clearly set the PHP_INI_SYSTEM option in the httpd.conf. As stated in http://php.net/configuration.changes you should use the 'php_admin_xx' directive instead of 'php_xx'. AFAIK, those options marked with 'php.ini only' were considered too expensive to be set at run-time (they are hard-coded in the ini updater script - phpdoc/scripts/iniupdate). Nuno ----- Original Message ----- > Hello core folks. > > Please see this table: > http://php.net/manual/en/ini.php#AEN189095 > > As long as I can remember, the manual has said that PHP_INI_SYSTEM is > settable in httpd.conf. > > I just ran some tests, and it seems that this is not the case. Seems these > are only settable in php.ini. > > The manual even goes far as to distinguish between "php.ini only" > (disable_classes, for example), and PHP_INI_SYSTEM. > > So, am I just missing something, or is the manual wrong? > Could someone clarify in unambiguous terms the credentials for changing a > setting that is PHP_INI_SYSTEM? > > (sorry for the crosspost) > > Thanks, > S