php-windows Digest 1 Jan 2002 19:51:22 -0000 Issue 931
Topics (messages 11249 through 11254):
Re: Settings per virtual site on IIS ?
11249 by: Olivier Mascia
11250 by: Christoph Grottolo
Re: CGI mode still requires php4isapi.dll?
11251 by: Steve Yates
Re: problems with domxml and xslt extensions
11252 by: Luca
11253 by: Olivier Mascia
Re: Filemanager Problems...
11254 by: G Schneider
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hello,
Shane Caraveo wrote:
SC> Yes, you can use the registry to do per-directory settings.
SC>
SC> HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values
SC>
SC> Create keys for each directory, then add the entries. So if you're
SC> website is at c:\inetpub\wwwroot, under the above key, add:
SC>
SC> HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values\c\inetpub\wwwroot\
SC>
SC> Then add the ini entries.
Great ! But where is this document ?
I could not find any info before your post.
Thank you very much !
--
Olivier Mascia <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
How about mentioning this in the manual? Would be helpful.
Happy new year to all
Christoph
"Shane Caraveo" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
| Yes, you can use the registry to do per-directory settings.
|
| HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values
|
| Create keys for each directory, then add the entries. So if you're
| website is at c:\inetpub\wwwroot, under the above key, add:
|
| HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values\c\inetpub\wwwroot\
|
| Then add the ini entries.
|
|
| Olivier Mascia wrote:
| >
| > Hello,
| >
| > Is there some mechanism with PHP 4.1 on Win32/IIS (ISAPI module)
| > allowing to define some initialisation settings per website ?
| >
| > Something along the line of Apache php_value/php_flag instructions that
| > can be set in its httpd.conf file within virtual-sites settings :
| >
| > php_value include_path ".:/usr/local/lib/php"
| > php_flag safe_mode on
| >
| > Or possibility to have the ISAPI module load an additional php.ini local
| > to the site in addition to the global one in %SYSTEM% ?
| >
| > phpinfo() lists "local" settings and "global" settings.
| > Are those necessarily the same with PHP ISAPI on IIS ?
| >
| > Thanks for any answer or suggestions,
| > --
| > Olivier Mascia <[EMAIL PROTECTED]>
| >
| > --
| > PHP Windows Mailing List (http://www.php.net/)
| > To unsubscribe, e-mail: [EMAIL PROTECTED]
| > For additional commands, e-mail: [EMAIL PROTECTED]
| > To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
"Steve Yates" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Suggestions, besides the obvious of
> completely deleting and reinstalling PWS or Apache?
To follow up with the group, I uninstalled PWS and installed Apache
1.3.22 and the problem has disappeared as expected. I never was able to
find a way to get PWS to not use the ISAPI DLL.
- Steve Yates
- SRT Enterprises
- New oxymoron: final beta.
/ Taglines by Taglinator - www.srtware.com /
--- End Message ---
--- Begin Message ---
Olivier Mascia <[EMAIL PROTECTED]> wrote:
> When I does :
> $dom = xmldoc(searchitems("03000")); // searchitems returns a XML string
> $root = $dom->root();
> /* or $root = domxml_root($dom); */
> print_r($root);
> it gives me no problems (php4.1.0 win32 as ISAPI on IIS5.1).
Must be php4apache.dll, then. I was hoping 4.1.0 would fix this
problem, but it seems it didn't. Anyway, just to be sure it's not
some dumb error of mine, I'd like to hear from someone who runs
php as an apache module on windows98 and has the same problem getting
domxml to work...
Happy new year,
Luca
--- End Message ---
--- Begin Message ---
Hello,
Luca wrote:
L> Must be php4apache.dll, then. I was hoping 4.1.0 would fix this
L> problem, but it seems it didn't. Anyway, just to be sure it's not
L> some dumb error of mine, I'd like to hear from someone who runs
L> php as an apache module on windows98 and has the same problem getting
L> domxml to work...
Maybe retry with latest Apache 1.3.22.
Or with OpenSA (which is an Apache build dedicated to Win32/SSL/PHP4 -
www.opensa.org - get the 1.0.0b3), may exhibit more stability. A new
beta version is said to be soon available based on Apache 2.0 beta and latest
PHP4/SSL. I expect to leave IIS as soon as possible.
--
Olivier Mascia <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
Hi,
well without knowing anything about your script, filemanager.php, I would
guess that your script is wanting to access another directory (other than
the directory it currently sits in). But scripts cannot do that if PHP's
Safe Mode is switched on.
Your webhost decides wether Safe Mode should be switched on or not. You
can't change this yourself, unfortunately.
- Jefferrs
* e-mail: [EMAIL PROTECTED]
* homepage: http://webmastersdog.com
______________________________________
worlds' best webhosting:
http://www.openhosting.co.uk/default.asp?r=GB1500175
read the reviews:
http://www.findsp.com/Hosting/ShowReviews.asp?CompanyID=286
"Vivoant" <[EMAIL PROTECTED]> wrote in message
001201c1926e$3c76a1b0$5bc3e60c@VivoAnt">news:001201c1926e$3c76a1b0$5bc3e60c@VivoAnt...
I've tried searching on google/yahoo to solve this problem but for some
reason I found nothing... Wierd...
Anyways ... I'm trying to goto the filemanager page to do stuff but these
errors pop up:
Warning: SAFE MODE Restriction in effect. The script whose uid is 11219 is
not allowed to access /users/ionichost.com/vivoant owned by uid 0 in
/users/ionichost.com/vivoant/admin/modules/filemanager.php on line 63
Warning: OpenDir: Permission denied (errno 13) in
/users/ionichost.com/vivoant/admin/modules/filemanager.php on line 64
Warning: Supplied argument is not a valid Directory resource in
/users/ionichost.com/vivoant/admin/modules/filemanager.php on line 65
Warning: Supplied argument is not a valid Directory resource in
/users/ionichost.com/vivoant/admin/modules/filemanager.php on line 69
Warning: SAFE MODE Restriction in effect. The script whose uid is 11219 is
not allowed to access /users/ionichost.com/vivoant owned by uid 0 in
/users/ionichost.com/vivoant/admin/case/case.filemanager.php on line 28
???
--- End Message ---