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
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.o

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

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

Re: [PHP-DEV] PHP's vision

2002-06-02 Thread Scott Carr
mention time frame to get it implemented. -- Scott Carr OpenOffice.org Whiteboard-Doc Maintainer http://whiteboard.openoffice.org/doc/ Quoting John Lim <[EMAIL PROTECTED]>: > > "Jani Taskinen" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAI

[PHP-DEV] Problem with 4.0.6 through 4.2RC2

2002-04-11 Thread Scott Carr
length of the SQL string. (The SQL string works fine if I run it in Access.) 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.o