附录
在线手册:中文  英文

Migrating from PHP 5.4.x to PHP 5.5.x

Table of Contents

参见 PHP 版本迁移指南 5.0.x, 5.1.x, 5.2.x, 5.3.x and 5.4.x.


附录
在线手册:中文  英文

用户评论:

Anonymous (2013-06-21 15:48:17)

If you are getting "The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem", it means you need to follow the installation instructions in the left column on "http://windows.php.net/download/":
"The VC11 builds require to have the Visual C++ Redistributable for Visual Studio 2012 x86 or x64 installed."
As the note there says, you can get it from: http://www.microsoft.com/en-us/download/details.aspx?id=30679

易百教程