[Quickly and comprehensively master WAMPServer] 11. Pitfalls encountered when installing PHP extensions

Network Management Xiaojia/sysadm.cc

Network Management Xiaojia/sysadm.cc

When we debug program code, we will always encounter some PHPprojects that require certain extension components.

WAMPServerAnd the usual PHPinstallation of extensions is not too troublesome.

For details about PHPthe distinction between extensions (such as safe threads or non-safe threads) and how to install them, you can refer to the previous tutorials.

But things are fickle, and there are always some special situations that happen, including when we install extensions.

Next, I will share with you imagickthe strange experience I encountered when installing extensions.


Environmental background: WAMP (PHP7.1.9 + Apache2.4.27)


origin

Recently, I needed to use operations such as adding watermarks to graphics, so I found Intervention Imagethis component.

It’s really convenient to use the master’s wheel! Tsk tsk!

Out of curiosity, I found that in the configuration file image.php, in addition to gdthe library, it can also be used imagick.

Hey, I usually don’t pay much attention to this stuff! I heard that the efficiency gdis much higher than . Well, plate it!

From then on, the road to the pit began...


Follow Xiaojia, the network administrator, to view all collection contents!


"[Necessary series for beginners to get started with PHP] Quickly and comprehensively master WAMPServer" tutorial list:

[Quickly and comprehensively master WAMPServer] 01. First time meeting, please take care of me

[Quickly and comprehensively master WAMPServer] 02. Things you must know before intimate contact

[Quickly and comprehensively master WAMPServer] 03. Play with installation and upgrades

[Quickly and comprehensively master WAMPServer] 04. First experience in life

[Quickly and comprehensively master WAMPServer] 05. Understand Apache

[Quickly and comprehensively master WAMPServer] 06. Understand PHP

[Quickly and comprehensively master WAMPServer] 07. Understand MySQL and MariaDB

[Quickly and comprehensively master WAMPServer] 08. If you want to play multiple sites, you must understand the creation and use of virtual hosts

[Quickly and comprehensively master WAMPServer] 09. How to install Composer in WAMPServer

[Quickly and comprehensively master WAMPServer] 10. In the HTTP2.0 era, let WampServer enable SSL!

[Quickly and comprehensively master WAMPServer] 11. Pitfalls encountered when installing PHP extensions

[Quickly and comprehensively master WAMPServer] 12. Summary of WAMPServer troubleshooting experience

[Quickly and comprehensively master WAMPServer] 13. Are you having trouble debugging PHP? Ask xDebug to help!

[Quickly and comprehensively master WAMPServer] 14. Upgrading methods of various components

Insert image description here

Guess you like

Origin blog.csdn.net/kydd2008/article/details/135332143