The last version of PHP that came with compiled PECL extensions for Windows was 5.2.6. Some time after that, the usual place to get those was taken offline, and php.net downloads page only says that for newer versions of PHP, 5.2.6 versions of PECL extensions still work. No link...
I felt I was lucky to keep a copy of those extensions around, until I moved to FastCGI and needed non-thread-safe versions. After some searching, I finally discovered that you can download both thread-safe and non-thread-safe versions of PECL dlls from http://museum.php.net/
UPDATE: Windows binaries are available again at: http://snaps.php.net/win32/












hi,
Thanks for sharing this I badly needed this. Do you have the one for linux?
One for Linux is not really needed, since it is easy to compile your own or whatever - just follow the official documentation.
thank you.
very useful information.