Month: June 2015
-
Post Views: 14 1. Composer self-update appears[ErrorException] zlib_decode(): data error prompt 2. Edit zlib.output_compression in php.ini = on, zlib.output_compression_level = 5 3. Check the relevant information of zlib in phpinfo as follows: 4. Composer self-update execution is successful
-
Post Views: 16 1. You need to implement this URL first:https://www.shuijingwanwq.com/2014/12/26/439/ 2. The current php version is php 5.3.3 3. Edit /etc/yum.repos.d/remi.repo, set[remi]Enabled=1 below,[remi]Indicates php 5.4 version, there are 5.5 and 5.6 below, here use 5.4 4. Execute the yum repolist command to see if the remi source is added successfully 5. Uninstall PHP 5.3.3 related programs 6. Install the…
-
Post Views: 15 1. The system and application list of the Windows log of the event viewer in the control panel; 2. Error application name: wdpkcsutil.exe 3. Search wdpkcsutil.exe in the c drive, and find that it is caused by the ccbcomponents program, uninstall ccbcomponents 4. There is still a blue screen problem: 5. Use the BlueScreenView tool to analyze…
-
Post Views: 15 1. Create a token on github; 2. The prompt creation is successful (all check boxes are selected), you need to save it to the local, and use it during installation; 3. During the installation command, you need to enter the token just generated; 4, :
-
Post Views: 15 The first solution: PHP C:\ProgramData\ComposeSetup\bin\Composer self-update, it will not report an error, but it is too troublesome; The second solution, reinstall composer-setup.exe and run as an administrator, it will automatically set the system’s environment variables during the installation process, so you can use the composer command directly in any directory. Restart the operating system, it can run…
-
Post Views: 16 1. Since it is ready to use the Yii 2.0 framework, which requires PHP 5.4 or later, it is decided to upgrade the PHP version; 2. The current environment is: Windows 8.1 64, Apache 2.2.25 (http://www.apache.org/)、MySQL-5.5.28、PHP-5.3.5、phpMyAdmin-4.2.9.1; 3. Prepare to upgrade to: Windows 8.1 64, Apache 2.4.12 (http://www.apachelounge.com/)、MySQL-5.5.28、PHP-5.4.42、phpMyAdmin-4.2.9.1,主要是将PHP升级为5.4.42,Apache从VC6编辑的转换为VC9编译的,且升级为2.4.12; 4. Open the URL:http://windows.php.net/download/#php-5.4-ts-VC9-x86, download php-5.4.42-win32-vc9-x86.zip; 5. Read the prompt…
