Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16161 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56564 invoked by uid 1010); 4 May 2005 11:15:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56348 invoked from network); 4 May 2005 11:15:54 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 4 May 2005 11:15:54 -0000 X-Host-Fingerprint: 64.233.184.207 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.207:45526] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 62/A3-24496-9BEA8724 for ; Wed, 04 May 2005 07:15:05 -0400 Received: by wproxy.gmail.com with SMTP id 37so159242wra for ; Wed, 04 May 2005 04:15:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JsMhIU+8qoIMe0/lTt3ceNpG2hRZs3sFLt0TvAsvDTEuvFWH6ygbT0IzVgPHLk59mks6O3cXprd+IGFClR0Umv6LXB2U7nkqtFx27UnTeOSTIk/MWoxi5k7bZEm0OwsMhhEFtRNHYxRnyb7PdO2Qz5DtbcERUza1bSaNU/z5eXk= Received: by 10.54.54.73 with SMTP id c73mr107051wra; Wed, 04 May 2005 03:15:01 -0700 (PDT) Received: by 10.54.109.15 with HTTP; Wed, 4 May 2005 03:15:01 -0700 (PDT) Message-ID: <9f0a78fc05050403155bae7ace@mail.gmail.com> Date: Wed, 4 May 2005 15:45:01 +0530 Reply-To: Herbert Grunwald To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: php.ini From: hgrunw@gmail.com (Herbert Grunwald) I'm running both PHP4 and PHP5 in two different virtual directories in IIS. (That means that different virtual dirs use different ISAPI .dll-s for .php files.) Everything works fine, except php.ini -- it is obvious that I can't use a shared php.ini. But there seems to be no way of specifying different .ini-s for the separate ISAPI dll-s. The .ini that lies in the same dir as the .dll **won't be used**. Currently I'm running with the defaults, with no .ini specified :( Please consider adding the .dll load path to the .ini search path (I doubt if it's possible) or propose something to overcome the problem (PHP4RC and PHP5RC instead of PHPRC would do the trick, but a generic solution should be preferred as people may want to run PHP4 with different configurations in a single IIS also).