Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-03 Thread Scott Carr
It appears to be some kind of timeout that it is waiting for. 60 seconds tends to be a timeout. Mabye it is trying to fill the full 2048, and waiting till the timeout is past. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Matt Haught

Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-01 Thread Scott Carr
I have seen in the past that the SMTP code loses \r\n as it's end lines. These need to be present or you see this hang. SMTP end line is \r\n not \n. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Matt Haught [EMAIL PROTECTED]: I am

Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-01 Thread Scott Carr
The file that is suspect is pear/Net/SMTP.php mailFrom() rcptTo() data() These are the functions that could have the error. The lines that show socket-write are where you should see '\r\n'. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting

Re: [PHP-DEV] Call perl from PHP

2002-06-26 Thread Scott Carr
What wrong with: exec('perl {script name}', $array); ? -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Roman Neuhauser [EMAIL PROTECTED]: To: [EMAIL PROTECTED] From: Chhai Thach [EMAIL PROTECTED] Date: Tue, 25 Jun 2002 11:03:09 +0930

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Scott Carr
factor. Nor should putting the stuff in PHP because the different platforms have different means of making the stuff happen. In essance PHP would become it's own Web Server, which would bring about a whole new level of potential issues. Not to mention time frame to get it implemented. -- Scott Carr

[PHP-DEV] Problem with 4.0.6 through 4.2RC2

2002-04-11 Thread Scott Carr
.) Are there any ideas on this?? -- Scott Carr OpenOffice.org Whiteboard-Doc Maintainer http://whiteboard.openoffice.org/doc/ - This mail sent through IMP: http://horde.org/imp/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe