Skip to content

Commit 6efc2c7

Browse files
committed
site update
1 parent 662f7cb commit 6efc2c7

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

+434
-271
lines changed

atom.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
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:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+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[What&#039;s new in PHP 8.4 [video]]]></title>
11+
<link href="https://www.phpes.org/blog/2024/11/14/whats-new-in-php-84-video/"/>
12+
<updated>2024-11-14T00:00:00+00:00</updated>
13+
<id>https://www.phpes.org/blog/2024/11/14/whats-new-in-php-84-video/</id>
14+
<content type="html"><![CDATA[<iframe width="1705" height="968" src="https://www.youtube.com/embed/mokBtjyT8fo" title="What&#39;s new in PHP 8.4?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
15+
]]></content>
16+
</entry>
917
<entry>
1018
<title type="html"><![CDATA[FrankenPHP 1.3]]></title>
1119
<link href="https://www.phpes.org/blog/2024/11/14/frankenphp-130/"/>
@@ -166,16 +174,6 @@ $ chmod +x psysh
166174
</code></pre>
167175
168176
<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>
169-
]]></content>
170-
</entry>
171-
<entry>
172-
<title type="html"><![CDATA[Dontbug debugger]]></title>
173-
<link href="https://www.phpes.org/blog/2016/10/14/dontbug-debugger/"/>
174-
<updated>2016-10-14T00:00:00+00:00</updated>
175-
<id>https://www.phpes.org/blog/2016/10/14/dontbug-debugger/</id>
176-
<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>
177-
178-
<iframe width="560" height="315" src="https://www.youtube.com/embed/DA76z77KtY0" frameborder="0" allowfullscreen></iframe>
179177
]]></content>
180178
</entry>
181179
</feed>

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ <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>
8579
<li>
8680
<a href="https://www.phpes.org/blog/2016/03/29/awesome-php/" title="Awesome PHP">
8781
Próximo

blog/2024/11/14/frankenphp-130/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,13 @@ <h2>FrankenPHP 1.3 <small>post</small></h2>
8282
Anterior
8383
</a>
8484
</li>
85-
</ul>
85+
<li>
86+
<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]">
87+
Próximo
88+
&raquo;
89+
</a>
90+
</li>
91+
</ul>
8692
</nav>
8793

8894

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

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title> &mdash; PHP-ES &mdash; PHP Espírito Santo</title>
4+
<title>What&#039;s new in PHP 8.4 [video] &mdash; PHP-ES &mdash; PHP Espírito Santo</title>
55
<meta charset="utf-8">
66
<meta name="theme-color" content="#ffffff">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -12,7 +12,7 @@
1212

1313
<meta property="og:type" content="article" />
1414
<meta property="og:url" content="https://www.phpes.org/blog/2024/11/14/whats-new-in-php-84-video/" />
15-
<meta property="og:title" content="" />
15+
<meta property="og:title" content="What&#039;s new in PHP 8.4 [video]" />
1616
<meta property="og:description" content="PHP Espírito Santo" />
1717
<meta property="og:image" content="https://www.phpes.org/images/og-image.png" />
1818

@@ -55,36 +55,30 @@
5555
<div class="col-md-8">
5656
<article class="post">
5757
<header>
58-
<h2> <small>post</small></h2>
58+
<h2>What&#039;s new in PHP 8.4 [video] <small>post</small></h2>
59+
<p class="author">
60+
Por <a href="https://github.com/rogeriolino">Rogério Lino</a>
61+
</p>
5962
</header>
6063
<div>
61-
<hr />
62-
63-
<p>title: 'What's new in PHP 8.4 [video]'
64-
author:
65-
name: Rogério Lino
66-
link: https://github.com/rogeriolino
67-
tags:
68-
- video
69-
- php</p>
70-
71-
<h2 id="------php8"> - php8</h2>
72-
73-
<iframe width="1705" height="968" src="https://www.youtube.com/embed/mokBtjyT8fo" title="What&#39;s new in PHP 8.4?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
64+
<iframe width="1705" height="968" src="https://www.youtube.com/embed/mokBtjyT8fo" title="What&#39;s new in PHP 8.4?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
7465

7566
</div>
7667
<footer>
68+
<p class="tags">
69+
Tags:
70+
<a href="https://www.phpes.org/blog/tags/video">video</a> <a href="https://www.phpes.org/blog/tags/php">php</a> <a href="https://www.phpes.org/blog/tags/php8">php8</a> </p>
7771
</footer>
7872
</article>
7973
<nav class="article">
8074
<ul class="pager">
81-
<li>
82-
<a href="https://www.phpes.org/blog/2016/03/28/blog/" title="Blog">
83-
Próximo
84-
&raquo;
75+
<li>
76+
<a href="https://www.phpes.org/blog/2024/11/14/frankenphp-130/" title="FrankenPHP 1.3">
77+
&laquo;
78+
Anterior
8579
</a>
8680
</li>
87-
</ul>
81+
</ul>
8882
</nav>
8983

9084

blog/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 2024</h3>
6161
<ul>
6262
<li>
63+
<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>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2024/11/14/frankenphp-130/">FrankenPHP 1.3</a>
6467
</li>
6568
</ul>
@@ -94,9 +97,6 @@ <h3>Novembro 2016</h3>
9497
<ul>
9598
<li>
9699
<a href="https://www.phpes.org/blog/2016/12/02/psysh/">PsySH</a>
97-
</li>
98-
<li>
99-
<a href="https://www.phpes.org/blog/2016/10/14/dontbug-debugger/">Dontbug debugger</a>
100100
</li>
101101
</div>
102102
</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/10/14/dontbug-debugger/">Dontbug debugger</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2016/09/19/design-patterns-php/">Design Patterns PHP</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/09/deptrac/">Deptrac</a>
88-
</li>
89-
<li>
90-
<a href="https://www.phpes.org/blog/2016/05/03/nfephp/">NFePHP</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/03/nfephp/">NFePHP</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2016/05/02/piwik/">Piwik</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/14/php-must-watch/">PHP must watch</a>
88-
</li>
89-
<li>
90-
<a href="https://www.phpes.org/blog/2016/04/13/conferencia-php-em-porto-alegre/">Conferência PHP em Porto Alegre</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/13/conferencia-php-em-porto-alegre/">Conferência PHP em Porto Alegre</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2016/04/12/12-forum-espirito-livre/">12º Fórum Espírito Livre</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/03/31/3v4l/">3v4l</a>
88-
</li>
89-
<li>
90-
<a href="https://www.phpes.org/blog/2016/03/30/php-the-right-way/">PHP: The Right Way</a>
9191
</li>
9292
</div>
9393
</article>

blog/page/5/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,13 @@ <h2>Arquivo</h2>
6060
<h3>Novembro 2016</h3>
6161
<ul>
6262
<li>
63+
<a href="https://www.phpes.org/blog/2016/03/30/php-the-right-way/">PHP: The Right Way</a>
64+
</li>
65+
<li>
6366
<a href="https://www.phpes.org/blog/2016/03/29/awesome-php/">Awesome PHP</a>
6467
</li>
6568
<li>
6669
<a href="https://www.phpes.org/blog/2016/03/28/blog/">Blog</a>
67-
</li>
68-
</ul>
69-
<h3>Novembro 2024</h3>
70-
<ul>
71-
<li>
72-
<a href="https://www.phpes.org/blog/2024/11/14/whats-new-in-php-84-video/"></a>
7370
</li>
7471
</div>
7572
</article>

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:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+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:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+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:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/avconv.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/avconv.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/awesome.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/awesome.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/benckmark.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/benckmark.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/blog.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/blog.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/bolt.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/bolt.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/cms.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/cms.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/components.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/components.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/conferencia.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/conferencia.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/console.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/console.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/cron.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/cron.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/crunz.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/crunz.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/curso.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/curso.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/database.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/database.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/debugger.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/debugger.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+00:00</updated>
77
<id>https://www.phpes.org/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
99
<entry>

blog/tags/deptrac.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/deptrac.xml" rel="self"/>
55
<link href="https://www.phpes.org/"/>
6-
<updated>2024-11-14T18:20:31+00:00</updated>
6+
<updated>2024-11-14T18:22:04+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)