Eğer PHP sürümünü güncellemek zaman (especially when going from version X.Y to version X.Z), you must update the PHP extensions de.
This is because PHP extensions are developped in C, and are "close" to the internals of PHP -- which means that, if the APIs of those internals change, the extension must be re-compiled, to use the new versions.
Ve, PHP 5.2 ve PHP 5.3 arasında, ben hatırlıyorum ne için, PHP motoru tarafından kullanılan iç veri yapılarında bazı değişiklikler olmuştur - uzantıları olan bu yeni sürümünü maç için, yeniden derlenmiş gerekir demektir veri yapıları.
How to update your PHP extensions will depend on which system you are using.
If you are on windows, you can find the .ddl
for some extensions here : http://downloads.php.net/pierre/
For more informations about the different versions, you can take a look at what's said on the left-sidebar of windows.php.net.
Linux üzerinde iseniz, ya gerekir:
- Dağıtım sağlayan Check ne
- Ya da,
pecl
komutunu kullanmak söz uzantıları kaynaklarını yeniden indirmek ve bunları yeniden derlemek.