A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
all php modules follow a common structure:
all php modules follow a common structure:
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível
make dep;make clean;make bzimage;make modules
these can be combined into a single command:
Última atualização: 1970-01-01
Frequência de uso: 1
Qualidade:
by the way, i will be watching live now so i need to study my modules
fuck you samuel
Última atualização: 2020-11-10
Frequência de uso: 1
Qualidade:
Referência:
after you run buildconf, configure --help shows the following additional modules:
enables userland module --enable-cross_conversion book:
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência:
using this option, php prints out the built in (and loaded) php and zend modules:
parse error - parse error, unexpected '='
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência:
이 목록은 선택한 종류의 시스템 정보를 표시합니다.% 1 is one of the modules of the kinfocenter, cpu info, os info, etc
this list displays system information on the selected category.
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
Referência:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência:
Aviso: contém formatação HTML invisível
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência: