This file contains 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
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | |
# $Id: Portfile 89615 2012-02-04 05:28:00Z [email protected] $ | |
PortSystem 1.0 | |
name php5 | |
conflicts php5-devel php52 | |
# Keep version of php5 in sync with bundled php5 extension ports. | |
# Increment revision of php5-eaccelerator when updating version of php5. | |
epoch 1 |
This file contains 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
(function() { | |
var ld = document.createElement('script'); ld.type = 'text/javascript'; ld.async = true; | |
ld.src = '//static.leaddyno.com/js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ld, s); | |
})(); |
This file contains 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
(function() { | |
var os = document.createElement('script'); os.type = 'text/javascript'; os.async = true; | |
os.id = '<KEY>'; | |
os.src = '//<DOMAIN>.myomnistar.com/track.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(os, s); | |
})(); |