This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enchilada:~ sebastian$ brew install php --with-apache --with-mysql | |
==> Downloading http://www.php.net/get/php-5.3.6.tar.gz/from/this/mirror | |
File already downloaded and cached to /Users/sebastian/Library/Caches/Homebrew | |
==> Downloading patches | |
==> Patching | |
patching file ext/tidy/tidy.c | |
==> ./configure --prefix=/usr/local/Cellar/php/5.3.6 --disable-debug --disable-d | |
==> make | |
==> make install | |
Installing PHP CLI binary: /usr/local/Cellar/php/5.3.6/bin/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$expectedHeaderMessage = Swift_Message::newInstance() | |
->setSubject('Información') | |
->setCharset('utf-8') | |
; | |
$msgString = $expectedHeaderMessage->toString(); | |
/* | |
echo $msgString: |
NewerOlder