[PHP-WIN] How to check if a mutex locked

2005-12-15 Thread Vladimir Iahnenco
Hi All, I have another application which possibly has locked a mutex. How can check if this mutex locked? I need to know if that application is running. Thanks, Vladimir -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php_zip - how to get zipped file date/time

2005-12-02 Thread Vladimir Iahnenco
Hi All, Is it possible to read archived file date and time? I need to determine if files on www are newer than local ones. To compare only sizes looks not enough. Thanks, Vladimir -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php_zip PHP 5.05 extension issue

2005-09-29 Thread Vladimir Iahnenco
Hi, I installed php in c:\inetpub\php folder and gave access to IIS user. My web server is IIS5. I added HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath = ini path directory I uncommented extension=php_zip.dll in the php ini file and put php_zip.dll in php folder. I added extension_dir = "c:\inetpub\

[PHP-WIN] File upload maximum execution time error

2005-02-07 Thread Vladimir Iahnenco
Hi All, We have web IIS5 (web+ftp)+php4 installed on the same server. It takes about 5-6 min to upload 20MB file to our ftp server. But we cannot upload it through http php upload. I set parameters == upload_max_filesize =40M post_max_size=40M max_execution_time=920 and then set it to zero == but a

[PHP-WIN] Error parse regular expression for Multi-Edit 9

2003-11-21 Thread Vladimir Iahnenco
Hi All, Attached php.exe to the list of multi-edit 9 compilers. Does anybody has the php error parse regular expression string? -- Best regards, Vladimir --- mailto: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] WIN-IIS File Upload error

2003-11-13 Thread Vladimir Iahnenco
Hi, All, I tried to implement the file upload on a WEB server and run into the issue. 1.Test case 1. WinXp, IIS, localhost - no problems. 2. Test case 2, Win2000, IIS, remote PC. The error log, print_r $_FILES, and source follow below. I saw some notes about the sharing. I tried to set tmp and Doc