Skip to content

Commit 086c405

Browse files
committed
Merge branch 'master' of github.com:PHPSC/phpsc.github.io
2 parents e6ea5d4 + f3e7c18 commit 086c405

10 files changed

+50
-757
lines changed

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@
8989
{% endif %}
9090

9191
<!-- start Jquery -->
92-
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
92+
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
9393
<!-- end Jquery -->
9494

9595
<!-- start jsSocial -->
96-
<script src="{{ site.baseurl }}/vendor/jssocials/jssocials.min.js"></script>
96+
<script src="//cdn.rawgit.com/tabalinas/jssocials/v0.2.0/dist/jssocials.min.js"></script>
9797
<!-- end jsSocial -->
9898

9999
<!-- start Main -->

_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
7373

7474
<!-- start jssocials -->
75-
<link rel="stylesheet" href="{{ site.baseurl }}/vendor/jssocials/jssocials.css">
76-
<link rel="stylesheet" href="{{ site.baseurl }}/vendor/jssocials/jssocials-theme-flat.css">
75+
<link rel="stylesheet" href="//cdn.rawgit.com/tabalinas/jssocials/v0.2.0/dist/jssocials.css">
76+
<link rel="stylesheet" href="//cdn.rawgit.com/tabalinas/jssocials/v0.2.0/dist/jssocials-theme-flat.css">
7777
<!-- end jssocials -->
7878

7979
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">

_posts/2015-12-03-chegou-o-php7.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Chegou o PHP7
3+
author: whera
4+
layout: post
5+
comments: true
6+
slug: chegou-o-php7
7+
categories:
8+
- Novidades
9+
tags:
10+
- PHPSC
11+
- PHP7
12+
- Chegou
13+
---
14+
15+
Hoje (03/12/2015) é o grande dia, o tão esperado PHP 7 chegou.
16+
A versão mais aguardada da última década finalmente chegou em sua versão estável, e vem trazendo muitas novidades e melhorias.
17+
18+
E pra você não ficar por fora das novidades, vou deixar alguns links falando sobre essa nova geração.
19+
20+
* ***[Upgrading to PHP 7]*** - Ebook gratuito criado pela editora [O'Reilly] com 80 paginas falando sobre as novidades e melhorias da linguagem.
21+
22+
* ***[PHP 7 & Beyond: The Future of PHP - Anthony Ferrara]*** - Video da apresentação feita pelo [Anthony Ferrara] no evento [PHPWorld 2015] sobre as novidades do PHP 7.
23+
24+
* ***[PHP 7 – Algumas incompatibilidades com versões anteriores]*** - Algumas incompatibilidades que a versão 7 do PHP estará trazendo em relação a versões anteriores.
25+
26+
* ***[Conheça as Principais Novidades do PHP 7]*** - Fique por dentro das mudanças e das funcionalidades da próxima geração do PHP.
27+
28+
* ***[Guia de migração oficial - Migrando do PHP 5.6.X para PHP 7.0.X]*** - Este guia oficial irá ajudá-lo a migrar facilmente de PHP 5.6 para o PHP 7.
29+
30+
* ***[PHPToday - os melhores recursos do PHP 7]*** - Vídeos, artigos, benchmarks e comentários sobre o PHP 7
31+
32+
33+
34+
35+
36+
37+
38+
[Upgrading to PHP 7]: <http://www.oreilly.com/web-platform/free/upgrading-to-php-seven.csp>
39+
[O'Reilly]: <http://www.oreilly.com>
40+
[PHP 7 & Beyond: The Future of PHP - Anthony Ferrara]: <http://devzone.zend.com/6927/php-7-and-beyond-the-future-of-php-anthony-ferrara-at-php-world>
41+
[Anthony Ferrara]: <https://twitter.com/ircmaxell>
42+
[PHPWorld 2015]: <https://world.phparch.com/>
43+
[PHP 7 – Algumas incompatibilidades com versões anteriores]: <http://www.schoolofnet.com/2015/09/php-7-algumas-incompatibilidades-com-versoes-anteriores/>
44+
[Conheça as Principais Novidades do PHP 7]: <https://medium.com/tenha-perspectiva/principais-novidades-do-php-7-6821683fc9a#.nyuk5b65e>
45+
[Guia de migração oficial - Migrando do PHP 5.6.X para PHP 7.0.X]: http://php.net/manual/en/migration70.php
46+
[PHPToday - os melhores recursos do PHP 7]: <https://www.phptoday.org/php7>

vendor/jssocials/jssocials-theme-classic.css

-84
This file was deleted.

vendor/jssocials/jssocials-theme-flat.css

-69
This file was deleted.

vendor/jssocials/jssocials-theme-minima.css

-73
This file was deleted.

vendor/jssocials/jssocials-theme-plain.css

-44
This file was deleted.

0 commit comments

Comments
 (0)