|
Posted by Emre on 05/15/05 12:43
/*
Why aren't you? Apache 2.0 is your best bet. It really is the best
one available!
*/
Ive bad, real bad memories with apache 2.0 :)
/*
It sure sounds like you are out of luck. Your only option is to get
Apache 2.0 and use that directive. Can I ask why in the world you are
doing this? Are you aware you can change almost any option in php.ini
in your script with the ini_set function?
http://www.php.net/ini_set
*/
yes i aware of php ini set, but there is no logic using that command for
global changes that you use each time. if you want to change global php.ini
settings for a spesific
script than its useful, but to change global settings for each script, thats
smt like overkill :)
eg. you can use phpiniset to increase a script max execution time,
espesiaclly for upload or image manipulation process purposes. but for
global execution time setting
must be set via php.ini. thats what that file is for.
anyway after my research, I couldnt find a way to change php.ini location on
this system: windows XP, apache 1.3, php5.
it sounds a little bit weird. why cant we use phpinidir at apache 1.3?
since its supported by apache 2.0, it must also be supported by 1.3.
how hard can it be anyway? most people (like me) still use
and trust old good apache 1.3.XX
its time to mail bomb apache dev team I think. All php users with apache
1.3, unite !
:)
[Back to original message]
|