Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
@ title: window do import the structure definitions
*. osd_bar_okteta structure definition files (*. osd)
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
header file inclusions (to include all required macros, api definitions, etc.)
c declaration of exported functions (required to declare the zend function block)
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
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.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
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.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
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.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :