RE: [PHP-WIN] perl & php

2004-02-11 Thread Svensson, B.A.T. (HKG)
Is this what you are lokking for(?): www.php.net/popen www.php.net/passthru www.php.net/exec www.php.bet/shell_exec -Original Message- From: Mark Anderson To: [EMAIL PROTECTED] Sent: 2004-02-09 00:03 Subject: [PHP-WIN] perl & php hi list. does anyone have a clue on managing access to a

php-windows Digest 11 Feb 2004 09:22:02 -0000 Issue 2116

2004-02-11 Thread php-windows-digest-help
php-windows Digest 11 Feb 2004 09:22:02 - Issue 2116 Topics (messages 22781 through 22784): Re: Does anyone have experience with php_ntuser/php_iisfuncs.dll? 22781 by: Frank M. Kromann perl & php 22782 by: Mark Anderson 22783 by: Andrew Séguin 22784 by: Svens

[PHP-WIN] Emailing via mail(), secondary servers

2004-02-11 Thread Paul J. Smith
Hi, At the moment you only seem able to send mail via a specific host specified in the ini file.I want some resilience so I can send emails even if the first mail server cannot accept email. Problem 1 As far as I know mail() returns no result so you cannot tell if your first attempt to mail s

[PHP-WIN] win + php + ssl + mysql

2004-02-11 Thread Chris Kwan
I have php pages working along witha Mysql in a Windows 2000 server. What I want it's adding ssl to the pages. At the moment I'm using Apache, but this can be change to another webserver if neccesary. I've tried to set the system up, but the result is the server turns out to be unstable. My pages

RE: [PHP-WIN] Emailing via mail(), secondary servers

2004-02-11 Thread Svensson, B.A.T. (HKG)
PHP can do port connects, do a raw connect to port 25 (SMTP) at , that would solve all your listed problems below. There might be a smarter way, but a port connect will give you full controll of your mail delivery. -Original Message- From: Paul J. Smith To: [EMAIL PROTECTED] Sent: 2004-02

[PHP-WIN] Re: Emailing via mail(), secondary servers

2004-02-11 Thread hubo
"Paul J. Smith" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi, At the moment you only seem able to send mail via a specific host specified in the ini file.I want some resilience so I can send emails even if the first mail server cannot accept email. Problem 1 As far as

RE: [PHP-WIN] perl & php

2004-02-11 Thread Vail, Warren
I've also done one implementation where a process written in Perl (multi-threaded) was started independent of the apache environment and a PHP web-app connected via a socket to request information. It was treated as two separate developments, with no real mix of code. Sounds like that may have be

[PHP-WIN] Re: Emailing via mail(), secondary servers

2004-02-11 Thread Manuel Lemos
Hello, On 02/11/2004 09:13 AM, Paul J. Smith wrote: At the moment you only seem able to send mail via a specific host specified in the ini file.I want some resilience so I can send emails even if the first mail server cannot accept email. Problem 1 As far as I know mail() returns no result so

php-windows Digest 11 Feb 2004 21:45:11 -0000 Issue 2117

2004-02-11 Thread php-windows-digest-help
php-windows Digest 11 Feb 2004 21:45:11 - Issue 2117 Topics (messages 22785 through 22790): Emailing via mail(), secondary servers 22785 by: Paul J. Smith 22787 by: Svensson, B.A.T. (HKG) 22788 by: hubo 22790 by: Manuel Lemos win + php + ssl + mysql 2

[PHP-WIN] Re: Emailing via mail(), secondary servers

2004-02-11 Thread Justin Patrin
Manuel Lemos wrote: Hello, On 02/11/2004 09:13 AM, Paul J. Smith wrote: At the moment you only seem able to send mail via a specific host specified in the ini file.I want some resilience so I can send emails even if the first mail server cannot accept email. Problem 1 As far as I know mail()

[PHP-WIN] Re: Emailing via mail(), secondary servers

2004-02-11 Thread Manuel Lemos
Hello, On 02/11/2004 08:57 PM, Justin Patrin wrote: Has anyone dealt with this? Any suggestions before I try and botch my own solution? I would suggest dumping Windows and use a Unix/Linux solution with sendmail or compatible program like qmail, postfix, etc... If you are stuck with Windows,

[PHP-WIN] Re: Emailing via mail(), secondary servers

2004-02-11 Thread Justin Patrin
Manuel Lemos wrote: Hello, On 02/11/2004 08:57 PM, Justin Patrin wrote: Has anyone dealt with this? Any suggestions before I try and botch my own solution? I would suggest dumping Windows and use a Unix/Linux solution with sendmail or compatible program like qmail, postfix, etc... If you

[PHP-WIN] Re: Emailing via mail(), secondary servers

2004-02-11 Thread Manuel Lemos
Hello, On 02/11/2004 09:35 PM, Justin Patrin wrote: Has anyone dealt with this? Any suggestions before I try and botch my own solution? I would suggest dumping Windows and use a Unix/Linux solution with sendmail or compatible program like qmail, postfix, etc... If you are stuck with Windows

[PHP-WIN] New directory structure in PHP5?

2004-02-11 Thread Dee Kay \(Dmitry Koteroff\)
Hello. I see that distributibns at http://snaps.php.net uses completely new directory structure: extensions/ became ext/, subdir dlls/ completely removed (at least, thanks!). Would it stay in first PHP5 releases or not? Beta3 still uses old directory structure. I am writing the book abou