Skip to content

Commit bb858a9

Browse files
committed
site update
1 parent edd9bcc commit bb858a9

Some content is hidden

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

106 files changed

+475
-247
lines changed

atom.xml

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,20 @@
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:33:58+00:00</updated>
6+
<updated>2024-11-21T18:17:55+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[PHP 8.4 released]]></title>
11+
<link href="https://www.phpes.org/blog/2024/11/21/php-84-released/"/>
12+
<updated>2024-11-21T00:00:00+00:00</updated>
13+
<id>https://www.phpes.org/blog/2024/11/21/php-84-released/</id>
14+
<content type="html"><![CDATA[<p>Lançada a versão 8.4 do PHP:</p>
15+
16+
<p>Português: <a href="https://www.php.net/releases/8.4/pt_BR.php">https://www.php.net/releases/8.4/pt_BR.php</a>
17+
Inglês: <a href="https://www.php.net/releases/8.4/en.php">https://www.php.net/releases/8.4/en.php</a></p>
18+
]]></content>
19+
</entry>
920
<entry>
1021
<title type="html"><![CDATA[What&#039;s new in PHP 8.4 [video]]]></title>
1122
<link href="https://www.phpes.org/blog/2024/11/14/whats-new-in-php-84-video/"/>
@@ -147,33 +158,6 @@
147158
<li>SwiftMailer &lt;= 5.4.5-DEV Remote Code Execution (CVE-2016-10074)</li>
148159
<li>Zend Framework / zend-mail &lt; 2.4.11 - Remote Code Execution (CVE-2016-10034)</li>
149160
</ul>
150-
]]></content>
151-
</entry>
152-
<entry>
153-
<title type="html"><![CDATA[PsySH]]></title>
154-
<link href="https://www.phpes.org/blog/2016/12/02/psysh/"/>
155-
<updated>2016-12-02T00:00:00+00:00</updated>
156-
<id>https://www.phpes.org/blog/2016/12/02/psysh/</id>
157-
<content type="html"><![CDATA[<p><a href="https://psysh.org/">PsySH</a> é um console interativo para desenvolvimento PHP muito semelhante ao console do Python.</p>
158-
159-
<blockquote>
160-
<p>psysh</p>
161-
162-
<p>A runtime developer console, interactive debugger and REPL for PHP.</p>
163-
</blockquote>
164-
165-
<p>Instalação</p>
166-
167-
<pre><code class="sh">$ wget https://git.io/psysh
168-
$ chmod +x psysh
169-
</code></pre>
170-
171-
<p>Uso</p>
172-
173-
<pre><code class="sh">$ ./psysh
174-
</code></pre>
175-
176-
<p>Após executar o comando <code>psysh</code> iniciará o console interativo. Para saber mais sobre as funcionalidades acesse o site do projeto: <a href="https://psysh.org/#features">https://psysh.org/#features</a></p>
177161
]]></content>
178162
</entry>
179163
</feed>

blog/2024/11/14/whats-new-in-php-84-video/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@ <h2>What&#039;s new in PHP 8.4 [video] <small>post</small></h2>
7878
Anterior
7979
</a>
8080
</li>
81-
</ul>
81+
<li>
82+
<a href="https://www.phpes.org/blog/2024/11/21/php-84-released/" title="PHP 8.4 released">
83+
Próximo
84+
&raquo;
85+
</a>
86+
</li>
87+
</ul>
8288
</nav>
8389

8490

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>PHP 8.4 released &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/21/php-84-released/" />
15+
<meta property="og:title" content="PHP 8.4 released" />
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>PHP 8.4 released <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>Lançada a versão 8.4 do PHP:</p>
65+
66+
<p>Português: <a href="https://www.php.net/releases/8.4/pt_BR.php">https://www.php.net/releases/8.4/pt_BR.php</a>
67+
Inglês: <a href="https://www.php.net/releases/8.4/en.php">https://www.php.net/releases/8.4/en.php</a></p>
68+
69+
</div>
70+
<footer>
71+
<p class="tags">
72+
Tags:
73+
<a href="https://www.phpes.org/blog/tags/php">php</a> <a href="https://www.phpes.org/blog/tags/php8">php8</a> </p>
74+
</footer>
75+
</article>
76+
<nav class="article">
77+
<ul class="pager">
78+
<li>
79+
<a href="https://www.phpes.org/blog/2024/11/14/whats-new-in-php-84-video/" title="What&#039;s new in PHP 8.4 [video]">
80+
&laquo;
81+
Anterior
82+
</a>
83+
</li>
84+
</ul>
85+
</nav>
86+
87+
88+
<div id="disqus_thread"></div>
89+
<script>
90+
var disqus_shortname = 'phpes';
91+
var disqus_config = function () {
92+
this.page.url = "https://www.phpes.org/blog/2024/11/21/php-84-released/";
93+
};
94+
(function() { // DON'T EDIT BELOW THIS LINE
95+
var d = document, s = d.createElement('script');
96+
97+
s.src = '//' + disqus_shortname + '.disqus.com/embed.js';
98+
99+
s.setAttribute('data-timestamp', +new Date());
100+
(d.head || d.body).appendChild(s);
101+
})();
102+
</script>
103+
104+
</div>
105+
<div class="col-md-4">
106+
<div class="feature">
107+
<article>
108+
<header>
109+
<h3>Comunidades</h3>
110+
</header>
111+
<div>
112+
<ul>
113+
<li>
114+
<a href="https://phpcomrapadura.org/">
115+
PHP CE
116+
</a>
117+
</li>
118+
<li>
119+
<a href="https://phpdf.org.br/">
120+
PHP DF
121+
</a>
122+
</li>
123+
<li>
124+
<a href="https://phpeste.net">
125+
PHP MA
126+
</a>
127+
</li>
128+
<li>
129+
<a href="https://phpmg.com/">
130+
PHP MG
131+
</a>
132+
</li>
133+
<li>
134+
<a href="https://twitter.com/phpms">
135+
PHP MS
136+
</a>
137+
</li>
138+
<li>
139+
<a href="http://php-pb.net/">
140+
PHP PB
141+
</a>
142+
</li>
143+
<li>
144+
<a href="https://www.phppe.net/">
145+
PHP PE
146+
</a>
147+
</li>
148+
<li>
149+
<a href="https://phppr.org/">
150+
PHP PR
151+
</a>
152+
</li>
153+
<li>
154+
<a href="https://php.rio/">
155+
PHP Rio
156+
</a>
157+
</li>
158+
<li>
159+
<a href="https://www.phprs.com.br/">
160+
PHP RS
161+
</a>
162+
</li>
163+
<li>
164+
<a href="https://phpsp.org.br/">
165+
PHP SP
166+
</a>
167+
</li>
168+
<li>
169+
<a href="https://www.phpsc.com.br/">
170+
PHP SC
171+
</a>
172+
</li>
173+
</ul>
174+
</div>
175+
</article>
176+
</div>
177+
</div>
178+
</div>
179+
<footer class="container">
180+
&copy; 2024 PHP-ES - Grupo de PHP do Espírito Santo
181+
</footer>
182+
183+
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
184+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
185+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/highlight.min.js"></script>
186+
<script>hljs.initHighlightingOnLoad();</script>
187+
188+
<script>
189+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
190+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
191+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
192+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
193+
194+
ga('create', 'UA-75721006-1', 'auto');
195+
ga('send', 'pageview');
196+
197+
</script>
198+
199+
</body>
200+
</html>

blog/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ <h2>Arquivo</h2>
6060
<h3>Novembro 2024</h3>
6161
<ul>
6262
<li>
63+
<a href="https://www.phpes.org/blog/2024/11/21/php-84-released/">PHP 8.4 released</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2024/11/14/whats-new-in-php-84-video/">What&#039;s new in PHP 8.4 [video]</a>
6467
</li>
6568
<li>
@@ -91,12 +94,6 @@ <h3>Novembro 2017</h3>
9194
</li>
9295
<li>
9396
<a href="https://www.phpes.org/blog/2017/01/10/mailer-rce-flaw-vulnerability/">Mailer RCE Flaw Vulnerability</a>
94-
</li>
95-
</ul>
96-
<h3>Novembro 2016</h3>
97-
<ul>
98-
<li>
99-
<a href="https://www.phpes.org/blog/2016/12/02/psysh/">PsySH</a>
10097
</li>
10198
</div>
10299
</article>

blog/page/2/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ <h2>Arquivo</h2>
6060
<h3>Novembro 2016</h3>
6161
<ul>
6262
<li>
63+
<a href="https://www.phpes.org/blog/2016/12/02/psysh/">PsySH</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2016/10/14/dontbug-debugger/">Dontbug debugger</a>
6467
</li>
6568
<li>
@@ -85,9 +88,6 @@ <h3>Novembro 2016</h3>
8588
</li>
8689
<li>
8790
<a href="https://www.phpes.org/blog/2016/05/11/bolt-cms/">Bolt CMS</a>
88-
</li>
89-
<li>
90-
<a href="https://www.phpes.org/blog/2016/05/09/deptrac/">Deptrac</a>
9191
</li>
9292
</div>
9393
</article>

blog/page/3/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ <h2>Arquivo</h2>
6060
<h3>Novembro 2016</h3>
6161
<ul>
6262
<li>
63+
<a href="https://www.phpes.org/blog/2016/05/09/deptrac/">Deptrac</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2016/05/03/nfephp/">NFePHP</a>
6467
</li>
6568
<li>
@@ -85,9 +88,6 @@ <h3>Novembro 2016</h3>
8588
</li>
8689
<li>
8790
<a href="https://www.phpes.org/blog/2016/04/18/aplicacao-symfony-como-http-server/">Aplicação Symfony como HTTP Server</a>
88-
</li>
89-
<li>
90-
<a href="https://www.phpes.org/blog/2016/04/14/php-must-watch/">PHP must watch</a>
9191
</li>
9292
</div>
9393
</article>

blog/page/4/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ <h2>Arquivo</h2>
6060
<h3>Novembro 2016</h3>
6161
<ul>
6262
<li>
63+
<a href="https://www.phpes.org/blog/2016/04/14/php-must-watch/">PHP must watch</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2016/04/13/conferencia-php-em-porto-alegre/">Conferência PHP em Porto Alegre</a>
6467
</li>
6568
<li>
@@ -85,9 +88,6 @@ <h3>Novembro 2016</h3>
8588
</li>
8689
<li>
8790
<a href="https://www.phpes.org/blog/2016/04/01/adobe-anuncia-compra-php/">Adobe anuncia compra do PHP</a>
88-
</li>
89-
<li>
90-
<a href="https://www.phpes.org/blog/2016/03/31/3v4l/">3v4l</a>
9191
</li>
9292
</div>
9393
</article>

blog/page/5/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ <h2>Arquivo</h2>
6060
<h3>Novembro 2016</h3>
6161
<ul>
6262
<li>
63+
<a href="https://www.phpes.org/blog/2016/03/31/3v4l/">3v4l</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2016/03/30/php-the-right-way/">PHP: The Right Way</a>
6467
</li>
6568
<li>

blog/tags/500million.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title><![CDATA[PHP-ES]]></title>
44
<link href="https://www.phpes.org/blog/tags/500million.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:33:58+00:00</updated>
6+
<updated>2024-11-21T18:17:55+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/analytics.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title><![CDATA[PHP-ES]]></title>
44
<link href="https://www.phpes.org/blog/tags/analytics.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:33:58+00:00</updated>
6+
<updated>2024-11-21T18:17:55+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/aprilfools.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title><![CDATA[PHP-ES]]></title>
44
<link href="https://www.phpes.org/blog/tags/aprilfools.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:33:58+00:00</updated>
6+
<updated>2024-11-21T18:17:55+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

0 commit comments

Comments
 (0)