Page 1 of 1

problem with connection/smtp.php in version 3

Posted: Thu Feb 26, 2009 4:56 am
by wodka
If you get the following error when using version 3:

stderr: PHP Warning: fclose(): 47 is not a valid stream resource in /data/domains/ossejtterapia.hu/web/webroot/lib/Swift/Connection/SMTP.php on line 384


You should try turning off zend.ze1_compatibility_mode either runtime
ini_set('zend.ze1_compatibility_mode', false);
or directly in php.ini

Re: problem with connection/smtp.php in version 3

Posted: Thu Feb 26, 2009 5:42 am
by Chris Corbyn
Another zend.ze1_compatibility_mode issue? Ugh :(

Re: problem with connection/smtp.php in version 3

Posted: Wed Mar 04, 2009 10:24 pm
by echoDreamz
I wanna know what hosting providers these are so I can stay far far far away. What is the point of having PHP5 if you are going to run it in PHP4 compatability mode, why not just run PHP4?