I have been using PHP 5.3.3
for awhile and have customized many things in php.ini
and added some extra extensions. how i can upgrade to 5.3.8+
without leaving installed extensions and php.ini
configuration?

在Windows上将PHP从5.3.3升级到5.3.8+ [关闭]
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
- dpsfay2510 2013-05-11 05:08关注
Just make a backup of your php.ini and copy it over when you're done upgrading. As to extensions, if they're built-in extensions (or if you're using something like WAMP, XAMPP, or Zend Server that bundles the extensions you need) then you shouldn't need to do anything else, but if not then those extensions will need to be recompiled for the new version of PHP (make sure you download the latest release of the extension for PHP 5.3.x first). Many extensions can be installed using PECL, which makes things a bit easier.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报