Skip to content

Commit 662f7cb

Browse files
committed
site update
1 parent 8eff1e9 commit 662f7cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+894
-225
lines changed

atom.xml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,21 @@
33
<title><![CDATA[PHP-ES]]></title>
44
<link href="https://www.phpes.org/atom.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:09:09+00:00</updated>
6+
<updated>2024-11-14T18:20:31+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
9+
<entry>
10+
<title type="html"><![CDATA[FrankenPHP 1.3]]></title>
11+
<link href="https://www.phpes.org/blog/2024/11/14/frankenphp-130/"/>
12+
<updated>2024-11-14T00:00:00+00:00</updated>
13+
<id>https://www.phpes.org/blog/2024/11/14/frankenphp-130/</id>
14+
<content type="html"><![CDATA[<p>Uma nova versão <a href="https://frankenphp.dev/">FrankenPHP</a> foi lançada e de acordo com benchmark realizados pelo time de desenvolvimento, essa nova versão 1.3 é 54% mais eficiente que a versão anterior.</p>
15+
16+
<p>Para quem ainda não conhece, FrankenPHP é um servidor de aplicação PHP constrituído em cima do servidor web Caddy. Além servir arquivos PHP nativamente, ainda possui suporte a Server-Sent Events através do protocolo <a href="https://mercure.rocks/">Mercure</a>.</p>
17+
18+
<p><a href="https://dunglas.dev/2024/11/frankenphp-1-3-massive-performance-improvements-watcher-mode-dedicated-prometheus-metrics-and-more/">https://dunglas.dev/2024/11/frankenphp-1-3-massive-performance-improvements-watcher-mode-dedicated-prometheus-metrics-and-more/</a></p>
19+
]]></content>
20+
</entry>
921
<entry>
1022
<title type="html"><![CDATA[10 coisas para não fazer no PHP 7]]></title>
1123
<link href="https://www.phpes.org/blog/2018/08/19/10-coisas-para-nao-fazer-php-7/"/>
@@ -164,24 +176,6 @@ $ chmod +x psysh
164176
<content type="html"><![CDATA[<p><a href="https://github.com/sidkshatriya/dontbug">Dontbug debugger</a> permite gravar a execução de scripts PHP e depois visualizar a execução na IDE através do modo debug (tanto a execução normal quanto reversa).</p>
165177
166178
<iframe width="560" height="315" src="https://www.youtube.com/embed/DA76z77KtY0" frameborder="0" allowfullscreen></iframe>
167-
]]></content>
168-
</entry>
169-
<entry>
170-
<title type="html"><![CDATA[Design Patterns PHP]]></title>
171-
<link href="https://www.phpes.org/blog/2016/09/19/design-patterns-php/"/>
172-
<updated>2016-09-19T00:00:00+00:00</updated>
173-
<id>https://www.phpes.org/blog/2016/09/19/design-patterns-php/</id>
174-
<content type="html"><![CDATA[<blockquote>
175-
<p>Esta é uma coleção de padrões de projetos conhecidos e alguns códigos de exemplo de como implementá-los em PHP. Todo padrão tem uma pequena lista de exemplos (muitos deles vindos do Zend Framework, Symfony2 ou Doctrine2 já que tenho mais familiaridade com eles</p>
176-
177-
<p>Eu acredito que o problema com os padrões é que muitas pessoas os conhecem mas não sabem quando aplicá-los</p>
178-
</blockquote>
179-
180-
<ul>
181-
<li>Original (en): <a href="http://designpatternsphp.readthedocs.io/">DesignPatternsPHP</a></li>
182-
<li>Português (pt_BR): <a href="http://designpatternsphp.readthedocs.io/pt_BR/latest/README.html">DesignPatternsPHP</a></li>
183-
<li>Código-fonte: <a href="https://github.com/domnikl/DesignPatternsPHP">Github</a></li>
184-
</ul>
185179
]]></content>
186180
</entry>
187181
</feed>

blog/2016/03/28/blog/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ <h2>Blog <small>post</small></h2>
7676
</article>
7777
<nav class="article">
7878
<ul class="pager">
79+
<li>
80+
<a href="https://www.phpes.org/blog/2024/11/14/whats-new-in-php-84-video/" title="">
81+
&laquo;
82+
Anterior
83+
</a>
84+
</li>
7985
<li>
8086
<a href="https://www.phpes.org/blog/2016/03/29/awesome-php/" title="Awesome PHP">
8187
Próximo

blog/2018/08/19/10-coisas-para-nao-fazer-php-7/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@ <h2>10 coisas para não fazer no PHP 7 <small>post</small></h2>
9393
Anterior
9494
</a>
9595
</li>
96-
</ul>
96+
<li>
97+
<a href="https://www.phpes.org/blog/2024/11/14/frankenphp-130/" title="FrankenPHP 1.3">
98+
Próximo
99+
&raquo;
100+
</a>
101+
</li>
102+
</ul>
97103
</nav>
98104

99105

Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,201 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>FrankenPHP 1.3 &mdash; PHP-ES &mdash; PHP Espírito Santo</title>
5+
<meta charset="utf-8">
6+
<meta name="theme-color" content="#ffffff">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<meta name="description" content="PHP-ES - Grupo de PHP do Espírito Santo">
9+
<meta name="keywords" content="php, phpes, grupo, espirito santo, php7, dicas, tutoriais, notícias, blog">
10+
11+
<meta name="robots" content="index, follow">
12+
13+
<meta property="og:type" content="article" />
14+
<meta property="og:url" content="https://www.phpes.org/blog/2024/11/14/frankenphp-130/" />
15+
<meta property="og:title" content="FrankenPHP 1.3" />
16+
<meta property="og:description" content="PHP Espírito Santo" />
17+
<meta property="og:image" content="https://www.phpes.org/images/og-image.png" />
18+
19+
<link rel="stylesheet" href="https://www.phpes.org/css/bootstrap.css">
20+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/styles/default.min.css">
21+
<link rel="stylesheet" href="https://highlightjs.org/static/demo/styles/agate.css">
22+
<link href="https://www.phpes.org/css/style.css" rel="stylesheet" type="text/css" />
23+
24+
<meta name="mobile-web-app-capable" content="yes">
25+
<meta name="apple-mobile-web-app-capable" content="yes">
26+
<link rel="shortcut icon" href="https://www.phpes.org/images/elephant-mini.png">
27+
28+
<link rel="stylesheet" href="https://www.phpes.org/components/highlightjs/styles/github.css" />
29+
<link rel="alternate" type="application/atom+xml" href="https://www.phpes.org/atom.xml" title="PHP-ES activity feed" />
30+
31+
</head>
32+
<body>
33+
<header>
34+
<div class="navbar navbar-default navbar-fixed-top">
35+
<div class="container">
36+
<div class="navbar-header">
37+
<a class="brand" href="https://www.phpes.org/">PHP-ES</a>
38+
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
39+
<span class="icon-bar"></span>
40+
<span class="icon-bar"></span>
41+
<span class="icon-bar"></span>
42+
</button>
43+
</div>
44+
<div id="navbar-main" class="navbar-collapse collapse">
45+
<ul class="nav navbar-nav">
46+
<li><a href="https://www.phpes.org/blog">Arquivo</a></li>
47+
<li><a href="https://www.phpes.org/blog/tags">Tags</a></li>
48+
<li><a href="https://www.phpes.org/about">Sobre</a></li>
49+
</ul>
50+
</div>
51+
</div>
52+
</div>
53+
</header>
54+
<div class="container">
55+
<div class="col-md-8">
56+
<article class="post">
57+
<header>
58+
<h2>FrankenPHP 1.3 <small>post</small></h2>
59+
<p class="author">
60+
Por <a href="https://github.com/rogeriolino">Rogério Lino</a>
61+
</p>
62+
</header>
63+
<div>
64+
<p>Uma nova versão <a href="https://frankenphp.dev/">FrankenPHP</a> foi lançada e de acordo com benchmark realizados pelo time de desenvolvimento, essa nova versão 1.3 é 54% mais eficiente que a versão anterior.</p>
65+
66+
<p>Para quem ainda não conhece, FrankenPHP é um servidor de aplicação PHP constrituído em cima do servidor web Caddy. Além servir arquivos PHP nativamente, ainda possui suporte a Server-Sent Events através do protocolo <a href="https://mercure.rocks/">Mercure</a>.</p>
67+
68+
<p><a href="https://dunglas.dev/2024/11/frankenphp-1-3-massive-performance-improvements-watcher-mode-dedicated-prometheus-metrics-and-more/">https://dunglas.dev/2024/11/frankenphp-1-3-massive-performance-improvements-watcher-mode-dedicated-prometheus-metrics-and-more/</a></p>
69+
70+
</div>
71+
<footer>
72+
<p class="tags">
73+
Tags:
74+
<a href="https://www.phpes.org/blog/tags/server">server</a> <a href="https://www.phpes.org/blog/tags/frankenphp">frankenphp</a> <a href="https://www.phpes.org/blog/tags/php">php</a> </p>
75+
</footer>
76+
</article>
77+
<nav class="article">
78+
<ul class="pager">
79+
<li>
80+
<a href="https://www.phpes.org/blog/2018/08/19/10-coisas-para-nao-fazer-php-7/" title="10 coisas para não fazer no PHP 7">
81+
&laquo;
82+
Anterior
83+
</a>
84+
</li>
85+
</ul>
86+
</nav>
87+
88+
89+
<div id="disqus_thread"></div>
90+
<script>
91+
var disqus_shortname = 'phpes';
92+
var disqus_config = function () {
93+
this.page.url = "https://www.phpes.org/blog/2024/11/14/frankenphp-130/";
94+
};
95+
(function() { // DON'T EDIT BELOW THIS LINE
96+
var d = document, s = d.createElement('script');
97+
98+
s.src = '//' + disqus_shortname + '.disqus.com/embed.js';
99+
100+
s.setAttribute('data-timestamp', +new Date());
101+
(d.head || d.body).appendChild(s);
102+
})();
103+
</script>
104+
105+
</div>
106+
<div class="col-md-4">
107+
<div class="feature">
108+
<article>
109+
<header>
110+
<h3>Comunidades</h3>
111+
</header>
112+
<div>
113+
<ul>
114+
<li>
115+
<a href="https://phpcomrapadura.org/">
116+
PHP CE
117+
</a>
118+
</li>
119+
<li>
120+
<a href="https://phpdf.org.br/">
121+
PHP DF
122+
</a>
123+
</li>
124+
<li>
125+
<a href="https://phpeste.net">
126+
PHP MA
127+
</a>
128+
</li>
129+
<li>
130+
<a href="https://phpmg.com/">
131+
PHP MG
132+
</a>
133+
</li>
134+
<li>
135+
<a href="https://twitter.com/phpms">
136+
PHP MS
137+
</a>
138+
</li>
139+
<li>
140+
<a href="http://php-pb.net/">
141+
PHP PB
142+
</a>
143+
</li>
144+
<li>
145+
<a href="https://www.phppe.net/">
146+
PHP PE
147+
</a>
148+
</li>
149+
<li>
150+
<a href="https://phppr.org/">
151+
PHP PR
152+
</a>
153+
</li>
154+
<li>
155+
<a href="https://php.rio/">
156+
PHP Rio
157+
</a>
158+
</li>
159+
<li>
160+
<a href="https://www.phprs.com.br/">
161+
PHP RS
162+
</a>
163+
</li>
164+
<li>
165+
<a href="https://phpsp.org.br/">
166+
PHP SP
167+
</a>
168+
</li>
169+
<li>
170+
<a href="https://www.phpsc.com.br/">
171+
PHP SC
172+
</a>
173+
</li>
174+
</ul>
175+
</div>
176+
</article>
177+
</div>
178+
</div>
179+
</div>
180+
<footer class="container">
181+
&copy; 2024 PHP-ES - Grupo de PHP do Espírito Santo
182+
</footer>
183+
184+
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
185+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
186+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/highlight.min.js"></script>
187+
<script>hljs.initHighlightingOnLoad();</script>
188+
189+
<script>
190+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
191+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
192+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
193+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
194+
195+
ga('create', 'UA-75721006-1', 'auto');
196+
ga('send', 'pageview');
197+
198+
</script>
199+
200+
</body>
201+
</html>

0 commit comments

Comments
 (0)