De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
@ title: window do import the structure definitions
*. osd_bar_okteta structure definition files (*. osd)
Última actualización: 2011-10-23
Frecuencia de uso: 1
Calidad:
header file inclusions (to include all required macros, api definitions, etc.)
c declaration of exported functions (required to declare the zend function block)
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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 actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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 actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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 actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: