Re: [PHP-WIN] setLocale() function

2002-01-04 Thread Olivier Mascia
tlocale ("LC_TIME", "fi_FI"); R> print (strftime ("%A, in French ")); R> setlocale ("LC_TIME", "fr_FR"); R> print (strftime ("%A and in German ")); R> setlocale ("LC_TIME", "de_DE"); R> print (strftime (

Re: [PHP-WIN] XSL encoding not recognized in PHP 4.1.0 XSLT support ?

2002-01-03 Thread Olivier Mascia
Hello, Olivier Mascia wrote: OM> RS> I've got php 4.1.1 running on a win98 box with Apache 1.3.22 installed. OM> OM> Where did you get the 4.1.1 binaries for Windows ? I thought only 4.1.0 OM> where available for now from www.php.net. Did you compile it yourself or

Re: [PHP-WIN] XSL encoding not recognized in PHP 4.1.0 XSLT support ?

2002-01-03 Thread Olivier Mascia
ere else ? Thanks ! -- 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]

[PHP-WIN] PHP settings blues

2002-01-02 Thread Olivier Mascia
irective makes most sense if used in a per-directory ; or per-virtualhost web server configuration file. Yep, but at least with the way the per-directory settings are implemented on Win32, that intent is defeated. Do you think this should be logged in as bug ? -- Olivier Mascia <[EMAIL PRO

Re: [PHP-WIN] Settings per virtual site on IIS ?

2002-01-02 Thread Olivier Mascia
Hello, Olivier Mascia wrote: OM> SC> Yes, you can use the registry to do per-directory settings. OM> SC> HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values OM> SC> Create keys for each directory, then add the entries. So if you're OM> SC> website is at c:\inetpub

Re: [PHP-WIN] Settings per virtual site on IIS ?

2002-01-02 Thread Olivier Mascia
th is taken into account. I do not know if it is only the first setting which is taken into account or if there is something un-understood by me regarding the other two, but it looks buggy. Thanks in advance for any hint or suggestion ! -- Olivier Mascia <[EMAIL PROTECTED]> -- PHP Wi

Re: [PHP-WIN] Re: 500 Internal Server Error

2002-01-02 Thread Olivier Mascia
;]; The real session variable is "visitcountupdated", but the variable I use and update in the script is $vcu which is a shorthand for the other one. I do not know if that is the best way to do it, but it undoubtly works great for me on the above configuration. -- Olivier Mascia <[EMA

Re: [PHP-WIN] problems with domxml and xslt extensions

2002-01-01 Thread Olivier Mascia
d latest PHP4/SSL. I expect to leave IIS as soon as possible. -- 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]

Re: [PHP-WIN] Settings per virtual site on IIS ?

2002-01-01 Thread Olivier Mascia
nder 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]

Re: [PHP-WIN] problems with domxml and xslt extensions

2001-12-31 Thread Olivier Mascia
d:\...\class.xmltemplate.php on line 27" 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

Re: [PHP-WIN] error when using IIS 5 and PHP

2001-12-31 Thread Olivier Mascia
? Have you carefully followed the setup instructions regarding the settings to be made in IIS "Home Directory" tab settings and in "ISAPI Filters" tab too ? -- Olivier Mascia <[EMAIL PROTECTED]> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-m

[PHP-WIN] PHP-based authentication on IIS/ISAPI : how to ?

2001-12-31 Thread Olivier Mascia
Hello, It looks like things as described in : <http://www.zend.org/zend/tut/authentication.php> do not work at all as described when using PHP 4.1 as ISAPI on IIS. Are there known steps on how to deal correcty with PHP-based authentication on IIS ? -- Olivier Mascia <[EMAIL

[PHP-WIN] Is there a FAQ for this list ?

2001-12-31 Thread Olivier Mascia
Is there a FAQ for list ? When subscribed to this list, can I post to it through the related news group at news.php.net and set the list itself in no-mail mode ? -- Olivier Mascia <[EMAIL PROTECTED]> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

[PHP-WIN] Settings per virtual site on IIS ?

2001-12-31 Thread Olivier Mascia
ith 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]