[PHP-WIN] Re: PHP mkdir with IIS and network share

2003-11-20 Thread David Strencsev
I'm not sure if you need the mode octal in the mkdir funcion in windows. Anyway I hope you read a comment in the php's online mkdir function manual: mkdir will create directories with undesired/unexpected owner/group settings in certain circumstandes when SAFE_MODE is on. See the bug report: http

[PHP-WIN] Re: PHP 5 and MySQL..Anyone have a Clue???

2004-04-27 Thread David Strencsev
I've downloaded the PHP5 RC2 an there are the libraries, you only have to enable this extension in php.ini, copy libmysql.dll to your %windir%\system32 and set the read & execute prermissions for the "Internet Guest Account" to both libmysql.dll and php_mysql.dll (in your extensions directory) "Pn

[PHP-WIN] PHP5 ISAPI DLL not working with IIS5????

2004-04-27 Thread David Strencsev
Why!!?? I've PHP5-RC2 installed and IIS5 (Win XP Pro SP1). I had PHP4.3.1 ISAPI installed before and worked fine with IIS. But now, PHP5's ISAPI module is NOT working. I've configured IIS the same way as with PHP4, but using the php5isapi.dll instead of php4isapi.dll. I've got an error when tryin