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
| /usr/local/rvm/gems/ruby-1.9.2-p290@acd/gems/em-resolv-replace-1.1.2/lib/em-resolv-replace.rb:61:in `yield': can't yield from root fiber (FiberError) | |
| from /usr/local/rvm/gems/ruby-1.9.2-p290@acd/gems/em-resolv-replace-1.1.2/lib/em-resolv-replace.rb:61:in `em_request' | |
| from /usr/local/rvm/gems/ruby-1.9.2-p290@acd/gems/em-resolv-replace-1.1.2/lib/em-resolv-replace.rb:38:in `em_getaddresses' | |
| from /usr/local/rvm/gems/ruby-1.9.2-p290@acd/gems/em-resolv-replace-1.1.2/lib/em-resolv-replace.rb:14:in `getaddress' | |
| from /usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/resolv.rb:43:in `getaddress' | |
| from /usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/resolv-replace.rb:10:in `getaddress' | |
| from /usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/resolv-replace.rb:23:in `initialize' |
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
| # BEGIN SUGARCRM RESTRICTIONS | |
| RedirectMatch /sugarcrm.log.* http://crm.goodwill.org/log_file_restricted.html | |
| RedirectMatch /emailman.log http://crm.goodwill.org/log_file_restricted.html | |
| RedirectMatch /not_imported_(.*).txt http://crm.goodwill.org/log_file_restricted.html | |
| RedirectMatch /XTemplate/(.*)/(.*).php http://crm.goodwill.org/index.php | |
| RedirectMatch /data/(.*).php http://crm.goodwill.org/index.php | |
| RedirectMatch /examples/(.*).php http://crm.goodwill.org/index.php | |
| #RedirectMatch /include/(.*).php http://crm.goodwill.org/index.php | |
| #RedirectMatch /include/(.*)/(.*).php http://crm.goodwill.org/index.php | |
| RedirectMatch /log4php/(.*).php http://crm.goodwill.org/index.php |
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
| require 'formula' | |
| class PhpMssql <Formula | |
| url 'http://www.php.net/get/php-5.3.3.tar.gz/from/this/mirror' | |
| homepage '' | |
| md5 '5adf1a537895c2ec933fddd48e78d8a2' | |
| version '5.3.3' | |
| depends_on 'freetds' | |
| # depends_on 'cmake' |