Convert some files from a specific charset to another :
recode -v ISO-8859-1..UTF8 *.php
Convert some files from a specific charset to another :
recode -v ISO-8859-1..UTF8 *.php
A good overview about these 2 ORM is available here :
http://redotheweb.com/2008/07/08/comparing-propel-doctrine-and-sfpropelfinder/
If you want to test a SSL connexion (like “telnet <host> 80”), you can use this command :
openssl s_client -connect <host_ssl>:443
Thanx to skanx !