Or as Jason noted at compile time.

Monte Ohrt wrote:
ok, so there are plenty of ways to work around it ;-) I guess my
original question should be answered as such? "No, you cannot specify a
different configuration file name other than php.ini, you must either
hack the C code or supply a workaround at runtime."

Monte

On Thu, 2003-06-05 at 15:07, Mark wrote:

Wrap it in a shell script or batch file.

Something like:

REM ---Start cli.bat---
./cli/php.exe -c <<cli-php.ini location>> %1 %2 %3 %4 %5 %6 %7 %8 %9
@exit
REM ---End cli.bat---


--- Monte Ohrt <[EMAIL PROTECTED]> wrote:


Hi Adam,

I know it can be altered with a command-line switch, but it is the
default that I want to change. I don't want to have to remember to
set
the -c flag everytime, or go back and change all my existing
scripts.

Monte

On Thu, 2003-06-05 at 09:53, Adam Voigt wrote:

From a ./php -h:

-c <path>|<file> Look for php.ini file in this directory


The "|" means "OR", so logic would dictate you can point
directly to the file with the -c option.


On Thu, 2003-06-05 at 10:35, Monte Ohrt wrote:


Hi Cal,

I may be missing something, but I don't see how this page

answers either


of my questions. ini_set() is for setting configuration

options.


Monte

On Thu, 2003-06-05 at 09:23, Cal Evans wrote:

http://www.php.net/manual/en/function.ini-set.php

* Cal Evans
* http://www.christianperformer.com
* Stay plugged into your audience
* The measure of a programmer is not the number of lines of

code he writes


but the number of lines he does not have to write.
*

----- Original Message -----
From: "Monte Ohrt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 05, 2003 9:22 AM
Subject: [PHP] PHP CLI question



Hi,

A couple of questions:

1) Is there a way to make the CLI version of PHP ignore

certain settings


in the php.ini file? For instance, I don't want the ioncube

accelerator


invoked when using PHP from the command line. My current

work around is


to use two separate init files, php.ini and php-cli.ini ...

and this


brings me to my second question:

2) Is there a way to specify a different name for the

php.ini file,


apart from hacking php_ini.c ? It seems I can only change

the _path_ to


the file, but not the filename itself.

TIA
Monte



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- Monte Ohrt <[EMAIL PROTECTED]>


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



=====
Mark Weinstock
[EMAIL PROTECTED]
***************************************
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***************************************

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to