1. Why does the Apache 1.x SAPI doesn't provide the PHPINIDir directive?
Is it due to some kind of limitation in Apache 1.x?
2. Can we load extension with php_admin_value, e.g.:
php_admin_value extension /usr/lib/php4/imap.so
php_admin_value zend_extension /usr/lib/php4/php_accelerator_1.3.3r2
David Garamond wrote:
1. Why does the Apache 1.x SAPI doesn't provide the PHPINIDir directive?
Is it due to some kind of limitation in Apache 1.x?
2. Can we load extension with php_admin_value, e.g.:
php_admin_value extension /usr/lib/php4/imap.so
php_admin_value zend_extension /usr/lib
I wonder why the CLI version of PHP doesn't consult environment
variables to override some default settings. This mechanism is used by
all the other interpreters that I use (e.g.: perl with PERLLIB/etc,
python with PYTHONHOME/PYTHONPATH/etc, ruby with
RUBYOPT/RUBYLIB/RUBYPATH/etc).
PS: I am aw
Greg Donald wrote:
On Sun, 14 Nov 2004 21:53:52 +0700, David Garamond
<[EMAIL PROTECTED]> wrote:
I wonder why the CLI version of PHP doesn't consult environment
variables to override some default settings. This mechanism is used by
all the other interpreters that I use (e.g.: perl with
Jordi Canals wrote:
On Sun, 14 Nov 2004 23:42:58 +0700, David Garamond
<[EMAIL PROTECTED]> wrote:
Greg Donald wrote:
print_r($_ENV);
What should I see in it?
RTFM
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.environment
Um, am I missing something here? ITTRFMTR (i
5 matches
Mail list logo