English 中文(简体)
在PHP中是否有一系列延伸/模块?
原标题:Is there a sequence of loading of extensions/modules in PHP?

We installed the PHP extension for memcached server http://pecl.php.net/package/memcached using pecl install memcached which ended with an instruction to add "extension=memcached.so" in the php.ini, while we did that, we kept getting the error http://pecl.php.net/bugs/bug.php?id=17574&edit=1.

因此,我们从php.ini删除了这条线“Exension=memcastal.so”,并将这条线添加到档案/etc/php.d/memcadated.ini,而且每件工作都是罚款的。

让我提出一个问题,是否有一个具体的顺序,即PHP装载扩展/模块,以及顺序如何决定?

问题回答

当延期与外部交接时。 斜体字显示,它们往往按字母顺序装载。 因此,如果json在外装, j在 m之前,做预期的工作。 如果你直接在php.ini重新说明这些命令,他们按 par令重新装载——档案中指明的命令。

公共卫生和社会福利部有一站。 在那里,它曾要求寻找外部单元。 如果你在这条线之后把午线 st倒下来,那么所有可能都是罚款的。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签