Skip to content

Commit 7fa64f0

Browse files
authored
Merge branch 'master' into add-php-tek-2027-cfp
2 parents a6afa11 + 9ffddc4 commit 7fa64f0

9 files changed

Lines changed: 87 additions & 27 deletions

File tree

.github/workflows/preview-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
types:
66
- completed
77

8+
# workflow_run needs explicit perms for PR comments.
9+
permissions:
10+
contents: read
11+
issues: write
12+
pull-requests: write
13+
814
jobs:
915
deploy:
1016
runs-on: "ubuntu-22.04"

ChangeLog-8.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
</ul></li>
231231
<li>Streams:
232232
<ul>
233-
<li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in file_get_contents w/ a https URL and a proxy set).</li>
233+
<li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in file_get_contents w/ a https URL and a proxy set). (CVE-2026-12184)</li>
234234
</ul></li>
235235
<li>URI:
236236
<ul>
@@ -1155,7 +1155,7 @@
11551155
</ul></li>
11561156
<li>OpenSSL:
11571157
<ul>
1158-
<li>Fixed bug <?php githubissuel('php/php-src', 22187); ?> (Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD).</li>
1158+
<li>Fixed bug <?php githubissuel('php/php-src', 22187); ?> (Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD). (CVE-2026-14355)</li>
11591159
</ul></li>
11601160
<li>Phar:
11611161
<ul>
@@ -1313,7 +1313,7 @@
13131313
</ul></li>
13141314
<li>Streams:
13151315
<ul>
1316-
<li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in file_get_contents w/ a https URL and a proxy set).</li>
1316+
<li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in file_get_contents w/ a https URL and a proxy set). (CVE-2026-12184)</li>
13171317
</ul></li>
13181318
<li>XSL:
13191319
<ul>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2026-07-13-1.xml"/>
1213
<xi:include href="entries/2026-07-07-1.xml"/>
1314
<xi:include href="entries/2026-07-02-5.xml"/>
1415
<xi:include href="entries/2026-07-02-4.xml"/>

archive/entries/2026-07-13-1.xml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news">
3+
<title>International PHP Conference Munich 2026</title>
4+
<id>https://www.php.net/archive/2026.php#2026-07-13-1</id>
5+
<published>2026-07-13T17:01:37+00:00</published>
6+
<updated>2026-07-13T17:01:37+00:00</updated>
7+
<link href="https://www.php.net/conferences/index.php#2026-07-13-1" rel="alternate" type="text/html"/>
8+
<link href="https://phpconference.com/munich/" rel="via" type="text/html"/>
9+
<default:finalTeaserDate xmlns="http://php.net/ns/news">2026-10-26</default:finalTeaserDate>
10+
<category term="conferences" label="Conference announcement"/>
11+
<default:newsImage xmlns="http://php.net/ns/news" link="https://phpconference.com/munich/" title="International PHP Conference Munich 2026">IPC.png</default:newsImage>
12+
<content type="xhtml">
13+
<div xmlns="http://www.w3.org/1999/xhtml">
14+
<p>
15+
<a href="https://phpconference.com/munich/">The International PHP Conference</a>
16+
is the world's first PHP conference and has stood for more than two decades for top-notch
17+
pragmatic expertise in PHP and web technologies. At the IPC, internationally renowned
18+
experts from the PHP industry meet up with PHP users and developers from large and small
19+
companies. Here is the place where concepts emerge and ideas are born – the IPC signifies
20+
knowledge transfer at the highest level.
21+
</p>
22+
23+
<p>Basic facts:</p>
24+
25+
<p>
26+
<strong>Date: October 26 – 30, 2026</strong>
27+
</p>
28+
29+
<p>
30+
<strong>Location: Holiday Inn Munich City Centre, Munich or Online</strong>
31+
</p>
32+
33+
<p>Highlights:</p>
34+
<ul>
35+
<li>60+ best practice sessions</li>
36+
<li>50+ international top speakers</li>
37+
<li>PHPower: Hands-on Power Workshops</li>
38+
<li>2-Day Bootcamp on Thursday and Friday</li>
39+
<li>Expo with exciting exhibitors on October 27 &amp; 28</li>
40+
<li>All inclusive: Changing buffets, snacks &amp; refreshing drinks</li>
41+
<li>Official certificate for attendees</li>
42+
<li>Free Goodies: Developer bag, T-Shirt, magazines etc.</li>
43+
<li>Exclusive networking events</li>
44+
</ul>
45+
46+
<p>
47+
For further information on the International PHP Conference Munich visit:
48+
<a href="https://phpconference.com/munich/">https://phpconference.com/munich/</a>
49+
</p>
50+
</div>
51+
</content>
52+
</entry>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"require-dev": {
1414
"ext-curl": "*",
15-
"friendsofphp/php-cs-fixer": "^3.95.11",
15+
"friendsofphp/php-cs-fixer": "^3.95.13",
1616
"phpstan/extension-installer": "^1.4",
1717
"phpstan/phpstan": "^2.2",
1818
"phpstan/phpstan-phpunit": "^2.0",

composer.lock

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"Documentation",
1010
[
1111
"current" => "docs",
12-
'intro' => $intro,
1312
'cache_control' => 5 * 60, // 5 minutes
1413
]
1514
);

include/header.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if ($config["cache"]) {
5151
}
5252

5353
if ($config["cache_control"] && is_numeric($config["cache_control"])) {
54-
header("Cache-Control: public, max-age=" . (int) $config["cache_control"]);
54+
header("Cache-Control: public, max-age=" . (int) $config["cache_control"]);
5555
}
5656

5757
if (!isset($config["languages"])) {

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ parameters:
435435
-
436436
message: '#^Variable \$config might not be defined\.$#'
437437
identifier: variable.undefined
438-
count: 3
438+
count: 6
439439
path: include/header.inc
440440

441441
-

0 commit comments

Comments
 (0)