Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
all php modules follow a common structure:
all php modules follow a common structure:
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
there are basically two ways to compile modules:
use the provided "make" mechanism in the ext directory, which also allows building of dynamic loadable modules.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent
make dep;make clean;make bzimage;make modules
these can be combined into a single command:
Dernière mise à jour : 1970-01-01
Fréquence d'utilisation : 1
Qualité :
by the way, i will be watching live now so i need to study my modules
fuck you samuel
Dernière mise à jour : 2020-11-10
Fréquence d'utilisation : 1
Qualité :
Référence:
after you run buildconf, configure --help shows the following additional modules:
enables userland module --enable-cross_conversion book:
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence:
using this option, php prints out the built in (and loaded) php and zend modules:
parse error - parse error, unexpected '='
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence:
이 목록은 선택한 종류의 시스템 정보를 표시합니다.% 1 is one of the modules of the kinfocenter, cpu info, os info, etc
this list displays system information on the selected category.
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
Référence:
use the provided "make" mechanism in the ext directory, which also allows building of dynamic loadable modules.
the second method is good for those who (for some reason) don't have the full php source tree available, don't have access to all files, or just like to juggle with their keyboard.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence:
Avertissement : un formatage HTML invisible est présent
the following directory and file functions should be used in zend modules. they behave exactly like their c counterparts, but provide virtual working directory support on the thread level.
they behave exactly like their c counterparts, but provide virtual working directory support on the thread level.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence:
this function is special to all dynamic loadable modules. take a look at the creation via the zend_get_module macro first:
the function implementation is surrounded by a conditional compilation statement.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence:
for security reasons, you should not put your dynamic modules into publicly accessible directories. even though it can be done and it simplifies testing, you should put them into a separate directory in production environments.
if you compiled it into the php binary, omit the call to dl(), as the module's functionality is instantly available to your scripts.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence:
for example, resources are used to store database links and file descriptors. the de facto standard implementation can be found in the mysql module, but other modules such as the oracle module also make use of resources.
to create a new resource you need to register a resource destruction handler for it.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence:
11. it says to use: --activate-module=src/modules/php4/libphp4.a, but that file doesn't exist, so i changed it to --activate-module=src/modules/php4/libmodphp4.a and it doesn't work!? what's going on?
this is a misleading error message from apache that has been fixed in more recent versions.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence: