Update icon after 20 years

php.internals

Nurudin Imsirovic

3 years ago
I have worked on updating the icon of PHP on Windows, so I need some feedback regarding the change and the overall look. Main reason for this change is to make the icon more legible by means of changing the contrast and the outline around the 'php' text, as well as having the icon downsampled from a bigger base image which results in anti-aliased edges, thus making this icon adhere to modern design standards. This change also affects how Windows platforms display the icon in File Explorer, where previously the icon has always defaulted to 16x16 now it can display up to 256x256. Such change is also reflected on file assocations that point to 'php.exe', therefore the icon for those assocations match their "Default app". More information on this pr: https://github.com/php/php-src/pull/12016 Thanks.

Kamil Tekiela

3 years ago
Can we align it to be the same as https://www.php.net/favicon.ico?v=2 ?

Nurudin Imsirovic

3 years ago
Yes. Take a look at the latest interation in my comment. https://github.com/php/php-src/pull/12016#issuecomment-1689731691 On Wed, Aug 23, 2023 at 10:41 AM Kamil Tekiela <tekiela246@gmail.com> wrote: