https://bugs.winehq.org/show_bug.cgi?id=6940
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Component|kernel32 |ntdll Hardware|Other |x86 CC| |focht@gmx.net Summary|php.exe crashes when |Custom PHP build fails to |compiled with visual studio |load 'MSVCR80.dll' when |2005 |compiled with Visual Studio | |2005 (needs support for | |manifest lookup in global | |winsxs directory) URL| |https://web.archive.org/web | |/20210418174321/https://php | |dev.toolsforresearch.com/ph | |p-5.2.5-Win32-VC8-x64.zip OS|other |Linux
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download links via Internet Archive.
Using comment #0 URL and date as starting point:
https://web.archive.org/web/20070303101947/http://www.edin.dk/archives/24-Se...
--- quote --- You can download this build from:
php-5.2.1RC2-dev-Win32.zip pecl-5.2.1RC2-dev-Win32.zip --- quote ---
Query for any snapshots of those:
--- snip --- $ wget http://web.archive.org/cdx/search/cdx?url=%22downloads.php.net/edink/php-5.2..." -q -O - | grep application/
net,php,downloads)/edink/php-5.2.1rc1-win32.zip 20070205084036 http://downloads.php.net:80/edink/php-5.2.1RC1-Win32.zip application/zip 200 DD5VHD454KK3MRIV76JNOJEA4QTEZGNS 9679078 net,php,downloads)/edink/php-5.2.1rc1-win32.zip 20120805025923 http://downloads.php.net/edink/php-5.2.1RC1-Win32.zip application/zip 200 DD5VHD454KK3MRIV76JNOJEA4QTEZGNS 9679252 net,php,downloads)/edink/php-5.2.1rc4-win32.zip 20070315123240 http://downloads.php.net:80/edink/php-5.2.1RC4-Win32.zip application/zip 200 BBTYOUQLDIWIMCRTLKKT26WLBCI5WGX3 9672874 --- snip ---
https://web.archive.org/web/20070315123240/http://downloads.php.net/edink/ph...
Unfortunately none of these link against VC++ 2005 runtime.
Searching further ...
https://windows.php.net/downloads/releases/archives/
https://windows.php.net/downloads/releases/releases.json
Lists various PHP Windows builds using different VC++ runtimes but never 'VC8'. It seemed to be rather short lived in development cycle, only used for internal testing.
Finally I managed to dig out another custom PHP build which links against VC++ 2005 runtime from here:
https://www.apachelounge.com/viewtopic.php?t=7349
https://phpdev.toolsforresearch.com/php-5.2.5-Win32-VC8-x64.zip
$ sha1sum php-5.2.5-Win32-VC8-x64.zip cca6135c57d8cf1d95d48e2479dbfc56232f098c php-5.2.5-Win32-VC8-x64.zip
$ du -sh php-5.2.5-Win32-VC8-x64.zip 48M php-5.2.5-Win32-VC8-x64.zip
Regards