php-windows Digest 1 Oct 2005 08:42:14 -0000 Issue 2788

Topics (messages 26385 through 26386):

Re: php_zip PHP 5.05 extension issue
        26385 by: Frank M. Kromann

Which DLL takes care of mail function?
        26386 by: Ville Mattila

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 ---
Put a copy of php.ini in c:\windows. I think that's the only place it can
be found when you use the ISAPI module.

- Frank

> 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\" in the ini file.
> 
> When I set php to work as CGI with  php-cgi.exe my test script works
fine.
> When I switched from CGI to SAPI, I got this error
> 
> Fatal error: Call to undefined function zip_open() in 
> c:\Inetpub\wwwroot\autoupdate\default.php on line 3
> 
> Thanks in advance
> Regards,
> Vladimir 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--- End Message ---
--- Begin Message ---
Hello readers,

I have set up an Apache 2.0.50 with PHP 4.3.8 in Windows 2000 for a test environment for some scripts that send e-mail with the PHP's mail function. The network administration of our organization needs to set up certain firewall restrictions to allow sending e-mail to Internet and therefore I would need to know the name of DLL or EXE that takes care of mail function. Is it Apache2.exe or php4ts.dll or some other?

Thanks for help!

Ville

--- End Message ---

Reply via email to