From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <40B7272A.7040004@13.net.ru> Date: Fri, 28 May 2004 15:48:58 +0400 From: =?KOI8-R?Q?=ED=C1=D2=CB=C5=CC=CF=D7_=E1=CC=C5=CB=D3=C1=CE=C4=D2?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.6) Gecko/20040407 X-Accept-Language: ru, en-us, ru-ru MIME-Version: 1.0 To: sisyphus@altlinux.ru Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at telephone.ru Subject: [sisyphus] PHP =?koi8-r?b?ySBQSFBSQw==?= X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 11:49:49 -0000 Archived-At: List-Archive: Доброго времени суток. Уже не знаю что делать не хочет PHP(cli или cgi) искать php.ini в PHPRC. Хотя сама переменная прописывается. [deep@13 deep]$ pwd /home/deep [deep@13 deep]$ cp /etc/php/4.3.7/cli/php.ini . [deep@13 deep]$ export PHPRC=/home/deep [deep@13 deep]$ echo "" | php phpinfo() PHP Version => 4.3.7-dev/ALT System => Linux 13.net.ru 2.4.26-std-smp-alt2 #1 SMP Mon May 17 23:45:22 MSD 2004 i686 Build Date => May 24 2004 12:47:49 Configure Command => './configure' '--build=i586-alt-linux' '--host=i586-alt-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--without-included-gettext' '--enable-cli' '--disable-cgi' '--enable-shared=yes' '--enable-static=no' '--disable-rpath' '--enable-inline-optimization' '--enable-memory-limit' '--disable-debug' '--enable-pic' '--prefix=/usr' '--with-zlib=/usr' '--disable-magic-quotes' '--enable-safe-mode' '--with-exec-dir=/usr/bin' '--with-regex=system' '--enable-sysvsem' '--enable-sysvshm' '--with-mm' '--with-dbase' '--with-filepro' '--enable-ftp' '--with-gettext' '--enable-yp' '--enable-session' '--enable-shmop' '--enable-calendar' '--enable-bcmath' '--enable-ctype' '--with-iconv' '--without-mysql' '--with-layout=gnu' '--enable-xml' '--with-expat-dir=/usr' '--enable-wddx' '--without-pear' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /etc/php/4.3.7/cli/php.ini ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - старый путь [...skip...] Environment Variable => Value LESSKEY => /etc/.less HOSTNAME => 13.net.ru SHELL => /bin/bash TERM => xterm HISTSIZE => 999 SSH_CLIENT => 192.168.1.27 2661 22 TMPDIR => /home/deep/tmp OLDPWD => / PHPRC => /home/deep ^^^^^^^^^^^^^^^^^^^ - переменная есть. SSH_TTY => /dev/pts/3 USER => deep [...skip...] PHP Variables Variable => Value PHP_SELF => - _SERVER["LESSKEY"] => /etc/.less _SERVER["HOSTNAME"] => 13.net.ru _SERVER["SHELL"] => /bin/bash _SERVER["TERM"] => xterm _SERVER["HISTSIZE"] => 999 _SERVER["SSH_CLIENT"] => 192.168.1.27 2661 22 _SERVER["TMPDIR"] => /home/deep/tmp _SERVER["OLDPWD"] => / _SERVER["PHPRC"] => /home/deep ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - переменная есть. Хоть ты тресни, не меняет путь к файлу настроек и все. Да, можно использовать php -c /home/deep но мне надо это для cgi в Apache. Что бы делать SetEnv PHPRC /home/deep. Есть идеи ?