Christoph M. Becker
4adda49776
Actually show PHP 8.5 (pre-releases)
2025-07-02 18:51:37 +02:00
Christoph M. Becker
a89f6d60f7
Show PHP 8.5 (pre-)releases on the Website
2025-07-02 17:26:48 +02:00
Tim Bond
1ee8a99e54
Update note about downloads from Apache Lounge ( #29 )
...
* Add "HTTP Server" to the note to clarify that "Apache builds" is not a type
of PHP build but a type of build of the Apache HTTP Server (httpd). This
was ambiguous since the note is clearly visible on the downloads page
immediately adjacent to the information on whether TS or NTS builds were
appropriate
* Remove reference to VC15 builds since they are no longer available; add VC17
* Link directly to the downloads page instead of the Apache Lounge homepage
2025-05-25 11:41:03 +02:00
Christoph M. Becker
7ad8c3b4af
Update Team page (GH-28)
...
Dale is no longer an active member of the PHP on Windows team.
2024-08-13 15:56:36 +02:00
Christoph M. Becker
401961ee0b
Show PHP 8.4 (pre-)releases on the Website ( #27 )
...
* Show PHP 8.4 (pre-)releases on the Website
According to a quick discussion[1], these will be build with VS17 (aka.
Visual Studio 2022), so we also update the respective info in the
sidebar.
We also add an announcement regarding the update to Visual Studio 2022.
[1] <https://github.com/php/php-sdk-binary-tools/pull/5#issuecomment-2206216181 >
2024-07-05 17:46:20 +02:00
Christoph M. Becker
e9bbfd1c81
Actually hide PHP 8.0 from the download pages
2024-07-03 20:21:45 +02:00
Christoph M. Becker
3483390ea7
PHP 8.0 is EOL
...
So these versions should no longer be shown on the download pages.
2024-07-03 20:02:43 +02:00
Derick Rethans
50b21d751d
Announce that PECL extensions are back again
2024-06-07 11:57:36 +01:00
Christoph M. Becker
3c2b46c153
Show PHP 8.3 releases
2023-06-07 10:22:07 +02:00
Christoph M. Becker
bc9b2f4537
PHP 7.4 is EOL
2023-06-07 10:21:00 +02:00
Christoph M. Becker
f974845b18
Fix the news
...
The previous commit overwrote the latest news entry instead of adding a
new one.
2022-10-17 15:43:18 +02:00
Christoph M. Becker
bbbd7914f8
Fix GH-26: Mention lack of PECL DLLs
...
Better late than never.
2022-10-17 15:40:21 +02:00
Christoph M. Becker
188af75a94
Show PHP 8.2 releases
2022-06-07 19:47:29 +02:00
Christoph M. Becker
12b073da71
PHP 7.3 is EOL
2022-02-18 16:33:08 +01:00
Christoph M. Becker
c29e0e8bc2
[NEWS] PECL DLLs for PHP 8.1
2021-12-03 00:52:43 +01:00
Christoph M. Becker
c9c80dbed0
Windows DLLs are available again
2021-10-14 14:10:56 +02:00
Christoph M. Becker
738839c78d
Fix news IDs
2021-10-11 14:49:32 +02:00
Christoph M. Becker
87c10be3ba
Post about missing PECL DLLs
...
We also change the download link in the left column for the time being.
2021-10-11 14:49:00 +02:00
Christoph M. Becker
2c0c4d3a34
Announce switch to libjpeg-turbo
2021-07-15 00:08:00 +02:00
Christoph M. Becker
9274a684da
Fix typo
2021-07-14 23:49:03 +02:00
Christoph M. Becker
a86e09e830
Show PHP 8.1 releases
2021-06-08 23:24:23 +02:00
Christoph M. Becker
44c0052dc2
Post about PHP 8 snapshot builds
2021-06-06 22:40:13 +02:00
Christoph M. Becker
24bb6ed975
Remove Windows Defender note
...
This issue appears to have been resolved; there where no reports for
many months.
2021-06-06 22:40:12 +02:00
Christoph M. Becker
97d9007b41
There are no PHP 8 snapshots anymore
2021-06-06 22:40:11 +02:00
Christoph M. Becker
2af38e65cb
Document how to set up development environment
...
We also add a `generate_fake_downloads.php` script, so the Website is
usable for development without having to download all the required
files.
2021-01-25 15:12:15 +01:00
Christoph M. Becker
895ee072f1
SHA1 hashes are gone
...
The latest version that used SHA1 hashes was PHP 7.2, and that was
already EOL'd. We remove respective code to avoid spurious notices.
2021-01-21 00:44:45 +01:00
Christoph M. Becker
014cb87267
Conditionally display debug and devel packages of snaps
...
Even if a snapshot build has a binary package, it does not necessarily
have debug and devel packages. Otherwise it wouldn't be sensible to
check that in generate_snap_page.php in the first place.
2021-01-20 23:31:32 +01:00
Christoph M. Becker
99de6b6c56
Fix HTML
2021-01-20 19:26:56 +01:00
Christoph M. Becker
c6b0ec5ef4
Prepare for 8.0 snaps
...
Just in case.
2021-01-20 18:47:30 +01:00
Christoph M. Becker
a54c0acc49
Don't hard-code the base URL of the Website
...
Instead we make it configurable, to ease local development (and
potentially moving the Website).
2021-01-20 14:50:07 +01:00
Tyson Andre
58b512b436
Proposal: Use bold headers only for 64-bit downloads
...
See https://externals.io/message/112808
I'd also considered something like `opacity: 0.6` for the entire section
but it seemed either hard to notice it was faded or illegible.
E.g. https://golang.org/dl/ uses bold for the most common x86-64
architecture.
Make the recommended download choice clearer for users unfamiliar
with the terms x86/x64.
- 64-bit PHP and libraries are generally more thoroughly tested
- 32-bit builds currently have the year 2038 problem
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
Closes GH-25.
2021-01-19 19:31:03 +01:00
Christoph M. Becker
8f17e3b4c8
PHP 7.2 is EOL
2021-01-19 12:04:08 +01:00
Christoph M. Becker
e7c62d718b
Post about missing OCI DLLs
2020-08-09 14:44:20 +02:00
Christoph M. Becker
be84e15b3e
Fix ID
2020-08-09 14:36:26 +02:00
Christoph M. Becker
ded50fd8b2
Add further contact information
...
Cf. <https://github.com/php/web-pecl/pull/83#pullrequestreview-463864680 >.
2020-08-09 14:00:04 +02:00
Christoph M. Becker
16826ccd44
Inform about Windows Defender warnings
2020-08-07 11:12:31 +02:00
Christoph M. Becker
d50c2990f6
Update team page
...
"Slightly" overdue.
2020-08-07 00:54:37 +02:00
Christoph M. Becker
9a89f09a76
Show PHP 8.0.0 pre-releases
2020-06-25 13:00:18 +02:00
Christoph M. Becker
d847fce1fd
Remove unused parameter and local variable
2020-04-01 11:43:36 +02:00
Christoph M. Becker
f2eb0d95d6
Generate releases.json for QA releases as well
2020-04-01 10:52:12 +02:00
Christoph M. Becker
f1d3eeb6a5
Clarify that ZTS builds are only required for apache2handler SAPI
2020-03-24 15:11:05 +01:00
Christoph M. Becker
673147cfd3
No more Visual Studio 2015 builds
2020-02-16 16:15:38 +01:00
Christoph M. Becker
7bd81f4a65
PHP 7.1 is EOL
...
So we can also remove the VC14 stuff.
2019-12-11 12:41:21 +01:00
Christoph M. Becker
6a0ffc1863
News: OpenSSL default config path changed
2019-10-08 13:33:38 +02:00
Christoph M. Becker
867495e132
"OpenSSL default config path changed" news entry
2019-10-08 13:31:59 +02:00
Anatol Belski
66ed95145f
Add christoph to the team listing and reorder some to former members
2019-10-05 17:15:06 +02:00
Andi Rückauer
6c8e22537b
Add functionality to generate releases.json
2019-10-04 16:38:00 +02:00
Christoph M. Becker
9e24d21c09
Fix expected $mode
...
/download/ is actually redirected to /listing.php?mode=release, so we
use this for now – should clean that up sometime...
2019-10-02 23:51:33 +02:00
Christoph M. Becker
610654abb1
Add prominent link to archives on download page
2019-10-02 10:20:38 +02:00
Christoph M. Becker
35516acbbb
7.4 snapshots are built with VC15 now
2019-08-22 10:22:21 +02:00