A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
@ title: window do import the structure definitions
*. osd_bar_okteta structure definition files (*. osd)
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
header file inclusions (to include all required macros, api definitions, etc.)
c declaration of exported functions (required to declare the zend function block)
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
php4/zend/zend.h, located in the main zend directory. this file contains most of zend's macros and definitions.
php4 / main / php.h, located in the main php directory.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
php4/main/php.h, located in the main php directory. this file contains most of php's macro and api definitions.
discussing all the files included in the php package is beyond the scope of this chapter.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
actually, not much troubleshooting can be done when compiling static or dynamic modules. the only problem that could arise is that the compiler will complain about missing definitions or something similar. in this case, make sure that all header files are available and that you specified their path correctly in the compilation command. to be sure that everything is located correctly, extract a clean php source tree and use the automatic build in the ext directory with the fresh files; this will guarantee a safe compilation environment. if this fails, try manual compilation.
to be sure that everything is located correctly, extract a clean php source tree and use the automatic build in the ext directory with the fresh files; this will guarantee a safe compilation environment.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade: