Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    Reference: Some Configuration Macros

    Capítulo 41_ Reference: Some Configuration Macros

    Tabla de contenidos
    config_m4

    config_m4

    The file config_m4 is processed by buildconf and must contain all the instructions to be executed during configuration_ For example, these can include tests for required external files, such as header files, libraries, and so on_ PHP defines a set of macros that can be used in this process, the most useful of which are described in Tabla 41_1_

    Tabla 41_1_ M4 Macros for config_m4

    MacroDescription
    AC_MSG_CHECKING(message)Prints a "checking <message>" text during configure_
    AC_MSG_RESULT(value)Gives the result to AC_MSG_CHECKING; should specify either yes or no as value_
    AC_MSG_ERROR(message)Prints message as error message during configure and aborts the script_
    AC_DEFINE(name,value,description)Adds #define to php_config_h with the value of value and a comment that says description (this is useful for conditional compilation of your module)_
    AC_ADD_INCLUDE(path)Adds a compiler include path; for example, used if the module needs to add search paths for header files_
    AC_ADD_LIBRARY_WITH_PATH(libraryname,librarypath)Specifies an additional library to link_
    AC_ARG_WITH(modulename,description,unconditionaltest,conditionaltest)Quite a powerful macro, adding the module with description to the configure __help output_ PHP checks whether the option __with_<modulename> is given to the configure script_ If so, it runs the script unconditionaltest (for example, __with_myext=yes), in which case the value of the option is contained in the variable $withval_ Otherwise, it executes conditionaltest_
    PHP_EXTENSION(modulename, [shared])This macro is a must to call for PHP to configure your extension_ You can supply a second argument in addition to your module name, indicating whether you intend compilation as a shared module_ This will result in a definition at compile time for your source as COMPILE_DL_<modulename>_
     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html