Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
all php modules follow a common structure:
all php modules follow a common structure:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
make dep;make clean;make bzimage;make modules
these can be combined into a single command:
Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:
by the way, i will be watching live now so i need to study my modules
fuck you samuel
Ultimo aggiornamento 2020-11-10
Frequenza di utilizzo: 1
Qualità:
Riferimento:
after you run buildconf, configure --help shows the following additional modules:
enables userland module --enable-cross_conversion book:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
using this option, php prints out the built in (and loaded) php and zend modules:
parse error - parse error, unexpected '='
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
이 목록은 선택한 종류의 시스템 정보를 표시합니다.% 1 is one of the modules of the kinfocenter, cpu info, os info, etc
this list displays system information on the selected category.
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
Riferimento:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
Attenzione: contiene formattazione HTML nascosta
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento: