<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/constants.php, branch 1.27.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.27.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-09-27T12:51:48+00:00</updated>
<entry>
<title>Release 1.27.1</title>
<updated>2025-09-27T12:51:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-09-27T12:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3f9b7b333102fed5803d06b2366250860a9314c5'/>
<id>urn:sha1:3f9b7b333102fed5803d06b2366250860a9314c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change how files are included (#7916)</title>
<updated>2025-09-05T13:56:46+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2025-09-05T13:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=23ba48c71f0d41bbe012d668349f6516dad527b4'/>
<id>urn:sha1:23ba48c71f0d41bbe012d668349f6516dad527b4</id>
<content type='text'>
1. `include`, `include_once`, `require` and `require_once` are expressions not functions, parentheses are not necessary.
2. to move up the directory tree, it's better to use the `dirname` function instead of relying on `/..`.</content>
</entry>
<entry>
<title>Start 1.27.1-dev</title>
<updated>2025-08-18T16:06:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-08-18T16:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=339dcb1ea324e19aacfd7be02f75133a70a43d7c'/>
<id>urn:sha1:339dcb1ea324e19aacfd7be02f75133a70a43d7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.27.0</title>
<updated>2025-08-18T15:46:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-08-18T15:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=66e2f00223b915c337291c0f34876d6390fb1c80'/>
<id>urn:sha1:66e2f00223b915c337291c0f34876d6390fb1c80</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues?q=is%3Aopen%20milestone%3A1.27.0
</content>
</entry>
<entry>
<title>Start 1.26.4-dev</title>
<updated>2025-06-02T22:12:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-06-02T22:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=58a264db4007971b36c6b058287c9d43e9c8443a'/>
<id>urn:sha1:58a264db4007971b36c6b058287c9d43e9c8443a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release FreshRSS 1.26.3</title>
<updated>2025-06-02T21:43:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-06-02T21:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=697f8f58119cf544be3b46d2209993fbd3d67979'/>
<id>urn:sha1:697f8f58119cf544be3b46d2209993fbd3d67979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move PHP minimum version check (#7560)</title>
<updated>2025-05-07T08:47:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-07T08:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3f187395eaed8d6e455adb454a65f9e2503f390a'/>
<id>urn:sha1:3f187395eaed8d6e455adb454a65f9e2503f390a</id>
<content type='text'>
It is too late to check for minimum version check in `lib_rss.php` because that file already contains some relatively new PHP language constructs, which will lead to a syntax error - when running with an old PHP version - instead of the expected error message.
Moved to `constants.php` for now.

Example of syntax error with PHP 7.4:
```
PHP Parse error:  syntax error, unexpected '|', expecting '{' in /var/www/FreshRSS/lib/lib_rss.php on line 166
```

Should help users like in:
* https://github.com/FreshRSS/FreshRSS/discussions/7539
* https://github.com/FreshRSS/FreshRSS/issues/7557</content>
</entry>
<entry>
<title>Start FreshRSS 1.26.3-dev</title>
<updated>2025-05-03T20:33:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-03T20:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b09fa7a4e23012e63342e25555df3324a6c21a9d'/>
<id>urn:sha1:b09fa7a4e23012e63342e25555df3324a6c21a9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release FreshRSS 1.26.2</title>
<updated>2025-05-03T20:11:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-03T20:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4c5e8e77b3bbf5d72f801902198bcb967e5a0358'/>
<id>urn:sha1:4c5e8e77b3bbf5d72f801902198bcb967e5a0358</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start FreshRSS 1.26.2</title>
<updated>2025-03-13T21:39:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-03-13T21:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e61f00cb64f6bc23c427b2bc5160050e07178e79'/>
<id>urn:sha1:e61f00cb64f6bc23c427b2bc5160050e07178e79</id>
<content type='text'>
</content>
</entry>
</feed>
