SW-LNX-00000006 - Proceso de Compilación de PHP 5-2-12 en OpenSUSE 11_2 REV 5

download SW-LNX-00000006 - Proceso de Compilación de PHP 5-2-12 en OpenSUSE 11_2 REV 5

of 40

Transcript of SW-LNX-00000006 - Proceso de Compilación de PHP 5-2-12 en OpenSUSE 11_2 REV 5

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    1/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    Proceso de Compilacin de PHP 5.2.12 en openSUSE 11.2Proceso de Compilacin de PHP 5.2.12 en openSUSE 11.2

    1. Propsito:Propsito:

    Describir los pasos necesarios para compilar el cdigo fuente de PHP, versin

    5.2.12 en el Sistema Operativo openSUSE 11.2 (i586) Emerald, que posee una

    versin, en formato de paquetes binarios muy superior: 5.3.1, e incompatible con

    aplicaciones web como, por ejemplo, VtigerCRM 5.1.0.

    2. Proceso:Proceso:

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    11 ehv80@yorerocray:~> php -version

    Verificacin de la versin que hay instalada en openSUSE 11.2 (i586) EmeraldSalida en pantalla:"PHP 5.3.1 (cli) (built: Dec 20 2009 20:06:27)Copyright (c) 1997-2009 The PHP GroupZend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies

    "

    22 ehv80@yorerocray:~> su

    Acceso a los privilegios del usuario administrador (root).

    33 yorerocray:/data/opensuse11-2/ehv80 # yast

    Ejecucin de la herramienta de configuracin de openSUSE: YaST.Acceso al Gestor de Paquetes de Software: Software Instalar / Desinstalar software.Paquetes marcados para su eliminacin:

    apache2-mod_php5

    phpPgAdmin-4.2-57.1.noarch php5-ctype

    php5-dom php5-xmlreader-5.3.1-29.3.i586

    php5-gd php5-iconv

    php5-mbstring php5-mysql

    php5-zip php5-zlib

    php5 php5-xmlwriter-5.3.1-29.3.i586

    php5-tokenizer-5.3.1-29.3.i586 php5-sqlite-5.3.1-29.3.i586

    php5-pgsql-5.3.1-29.5.i586 php5-pdo-5.3.1-29.3.i586

    php5-openssl-5.3.1-29.3.i586 php5-json-5.3.1-29.3.i586

    php5-imap-5.3.1-29.3.i586 php5-hash-5.3.1-29.3.i586

    php5-curl-5.3.1-29.3.i586

    Pgina:Pgina: 11 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    2/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    44 yorerocray:/data/opensuse11-2/ehv80 # mkdir /usr/local/src/php5

    Creacin de directorio/usr/local/src/php5

    55 yorerocray:/data/opensuse11-2/ehv80 # cd /usr/local/src/php5

    Acceso al directorio/usr/local/src/php5

    66 yorerocray:/usr/local/src/php5 # /usr/bin/wget ar.php.net/get/php-5.2.12.tar.bz2/from/this/mirror

    Descarga del archivo comprimido con el cdigo fuente de PHP 5.2.12

    77 yorerocray:/usr/local/src/php5 # tar jxvf php-5.2.12.tar.bz2

    Descompresin del cdigo fuente de PHP 5.2.12

    88 ehv80@NBehv80:~> php-config5 --configure-options

    Obtencin de las opciones necesarias para el script "./configure"extrado de comando ejecutado en la Notebook con openSUSE 11.1 x86_64 y PHP 5.2.12Salida en pantalla:"--prefix=/usr --datadir=/usr/share/php5 --mandir=/usr/share/man --bindir=/usr/bin --with-libdir=lib64--includedir=/usr/include --sysconfdir=/etc/php5/cli --with-config-file-path=/etc/php5/cli --with-config-file-scan-dir=/etc/php5/conf.d --enable-libxml --enable-session --with-mm --with-pcre-regex=/usr --enable-xml --enable-simplexml --enable-spl --enable-filter --disable-debug --enable-inline-optimization --disable-rpath --disable-static --enable-shared --program-suffix=5 --with-pic --with-gnu-ld --with-system-tzdata=/usr/share/zoneinfo--enable-cli --with-pear=/usr/share/php5/PEAR --enable-bcmath=shared --enable-calendar=shared --enable-ctype=shared --enable-dbase=shared --enable-dom=shared --enable-exif=shared --enable-ftp=shared--enable-mbstring=shared --enable-mbregex --enable-pcntl=shared --enable-posix=shared --enable-

    shmop=shared --enable-soap=shared --enable-sockets=shared --enable-sysvmsg=shared --enable-sysvsem=shared --enable-sysvshm=shared --enable-tokenizer=shared --enable-wddx=shared --with-zlib=shared --with-bz2=shared --with-curl=shared --with-gd=shared --enable-gd-native-ttf --with-xpm-dir=/usr--with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-zlib-dir=/usr --with-t1lib=/usr --with-gettext=shared --with-gmp=shared --enable-hash=shared --with-iconv=shared --with-imap=shared --with-kerberos --with-imap-ssl --enable-json=shared --with-ldap=shared --with-ldap-sa sl=/usr --with-libedit=shared,/usr --with-mcrypt=shared --with-mysql=shared,/usr--with-mysql-sock=/var/lib/mysql/mysql.sock--with-mysqli=shared --with-ncurses=shared --with-unixODBC=shared,/usr --with-openssl=shared --with-pgsql=shared,/usr --with-pspell=shared --with-snmp=shared --with-xmlrpc=shared --enable-xmlreader=shared--enable-xmlwriter=shared --with-xsl=shared --with-tidy=shared,/usr --enable-dba=shared --with-db4=/usr--without-gdbm --with-cdb --with-inifile --with-flatfile --enable-pdo=shared --with-pdo_sqlite=shared,/usr --with-pdo-mysql=shared,/usr --with-pdo-pgsql=shared,/usr --with-pdo-odbc=shared,unixODBC,/usr --with-sqlite=shared,/usr --enable-sqlite-utf8 --enable-zip=shared --enable-suhosin=shared --disable-cgi"

    Estas opciones hay que adapatarlas para openSUSE 11.2 (i586) "Emerald": --with-libdir=lib

    --with-mysql-sock=/var/run/mysql/mysql.sock

    Pgina:Pgina: 22 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    3/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    99 yorerocray:/usr/local/src/php5/php-5.2.12 # vi ejecutar_configure_con_opciones.sh

    Creacin de script que ejecuta "./configure" con las opciones adaptadas. Contenido del script:"#!/bin/bash################################################################################# Scritp ./configure con opciones obtenidas mediante comando: php-config5 --configure-options ## Para compilar PHP 5.2.12 en openSUSE 11.2 i586 ## tal cul como estaba compilado en openSUSE 11.1 x86_64 (con las adaptaciones necesarias) ##################################################################################

    ./configure --prefix=/usr --datadir=/usr/share/php5 --mandir=/usr/share/man --bindir=/usr/bin --with-libdir=lib--includedir=/usr/include --sysconfdir=/etc/ph p5/cli --with-config-file-path=/etc/php5/cli --with-config-file-scan-dir=/etc/php5/conf.d --enable-libxml --enable-session --with-mm --with-pcre-regex=/usr --enable-xml --enable-simplexml --enable-spl --enable-filter --disable-debug --enable-inline-optimization --disable-rpath --disable-static --enable-shared --program-suffix=5 --with-pic --with-gnu-ld --with-system-tzdata=/usr/share/zoneinfo--enable-cli --with-pear=/usr/share/php5/PEAR --enable-bcmath=shared --enable-calendar=shared --enable-ctype=shared --enable-dbase=shared --enable-dom=shared --enable-exif=shared --enable-ftp=shared--enable-mbstring=shared --enable-mbr egex --enable-pcntl=shared --enable-posix=shared --enable-shmop=shared --enable-soap=shared --enable-sockets=shared --enable-sysvmsg=shared --enable-sysvsem=shared --enable-sysvshm=shared --enable-tokenizer=shared --enable-wddx=shared --with-zlib=shared --with-bz2=shared --with-curl=shared --with-gd=shared --enable -gd-native-ttf --with-xpm-dir=/usr--with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-zlib-dir=/usr --with-t1lib=/usr --with-gettext=shared --with-gmp=shared --enable-hash=shared --with-iconv=shared --with-imap=shared --with-kerberos --with-imap-ssl --enable-json=shared --with-ldap=shared --with-ldap-sasl=/usr --with-

    libedit=shared,/usr --with-mcrypt=shared --with-mysql=shared,/usr --with-mysql-sock=/var/run/mysql/mysql.sock --with-mysqli=shared --with-ncurses=shared --with-unixODBC=shared,/usr--with-openssl=shared --with-pgsql=shared,/usr --with-pspell=shared --with-snmp=shared --with-xmlrpc=shared --enable-xmlreader=shared --enable-xmlwriter=shared --with-xsl=shared --with-tidy=shared,/usr --enable-dba=shared --with-db4=/usr --without-gdbm --with-cdb --with-inifile --with-flatfile--enable-pdo=shared --with-pdo_sqlite=shared,/usr --with-pdo-mysql=shared,/usr --with-pdo-pgsql=shared,/usr--with-pdo-odbc=shared, unixODBC,/usr --with-sqlite=shared,/usr --enable-sqlite-utf8 --enable-zip=shared--enable-suhosin=shared --disable-cgi"

    1010 yorerocray:/usr/local/src/php5/php-5.2.12 # chmod u+xejecutar_configure_con_opciones.sh

    Asignacin de permisos de ejecucin al script.

    1111 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con advertencias y errores.Advertencias:

    configure: warning: flex versions supported for regeneration of the Zend/PHP parsers: 2.5.4 (found:2.5.35)

    configure: warning: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.Errores:

    configure: error: Please reinstall the BZip2 distribution

    1212 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin los siguientes paquetes de software en YaST:

    re2c libbz2-devel

    Pgina:Pgina: 33 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    4/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    1313 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con advertencias y errores.Advertencias:

    checking for flex version... invalid

    configure: warning: flex versions supported for regeneration of the Zend/PHP parsers: 2.5.4 (found:2.5.35)

    Errores:

    configure: error: Yourt1lib distribution is not installed correctly. Please reinstall it.

    1414 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin los siguientes paquetes de software en YaST, con la correspondienteresolucin automtica de dependencias de los paquetes de software:

    t1lib-devel

    flex-old-2.5.4a-136.2.i586 est en conflicto con flex proporcionado por flex-2.5.35-47.3.i586 por lotanto se resuelve automticamente desintalarlos siguientes paquetes:

    flex-2.5.35-47.3.i586 yast2-core-devel-2.18.19-2.3.i586

    patterns-openSUSE-devel_basis-11.3-1.1.1.i586 yast2-ycp-ui-bindings-devel-2.18.5-2.1.i586

    yast2-devel-doc-2.18.25-2.5.i586 patterns-openSUSE-devel_C_C++-11.3-1.1.1.i586

    patterns-openSUSE-devel_kernel-11.3-1.1.1.i586 patterns-openSUSE-devel_ide-11.3-1.1.1.i586

    1515 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This shouldnot happen. Check config.log for additional information.

    1616 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST: sqlite2-devel

    sqlite3-devel

    1717 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should

    not happen. Check config.log for additional information.

    Pgina:Pgina: 44 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    5/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    1818 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcanpara la instalacin los siguientes paquetes de software en YaST, con la correspondiente resolucinautomtica de dependencias de los paquetes de software:

    courier-imap-4.5.0-3.3.i586 est en conflicto con cyrus-imapd proporcionado porcyrus-imapd-2.3.14-8.3.i586 por lo tanto se resuelve automticamente desintalarlos siguientes paquetes:

    cyrus-imapd-2.3.14-8.3.i586 courier-authlib

    courier-authlib-devel

    courier-authlib-ldap

    courier-authlib-mysql

    courier-authlib-pgsql

    courier-authlib-pipe courier-authlib-userdb

    fam-server

    1919 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This shouldnot happen. Check config.log for additional information.

    2020 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    imap-devel

    2121yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    configure: error: Kerberoslibraries not found. Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local

    and /usr )

    2222 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    krb5-apps-clients

    krb5-apps-servers

    krb5-auth-dialog krb5-devel

    krb5-doc

    requeridos automticamente: keyutils-devel

    krb5-auth-dialog-lang

    2323 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    configure: error: mcrypt.h not found. Please reinstall libmcrypt.

    2424 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    libmcrypt

    libmcrypt-devel

    mcrypt

    Pgina:Pgina: 55 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    6/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    2525 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    configure: error: Cannot find MySQL header files under /usr.

    Note that the MySQL client library is not bundled anymore!

    2626 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST: libmysqlclient-devel

    2727 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking forunixODBC support... configure: error: ODBC header file '/usr/include/sqlext.h' not found!

    2828 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    unixODBC-devel

    2929 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking forPSPELL support... yes, shared

    configure: error: Cannot find pspell

    3030 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    aspell-devel

    3131 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking forlibedit readline replacement... yes, shared configure: error: Please reinstall libedit - I cannot find readline.h

    3232 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    libedit-devel

    3333 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking whether pread works... yes configure: error:

    You've configured extension session to build statically, but itdepends on extension hash, which you've configured to build shared.You eitherneed to build session shared or build hash statically for thebuild to be successful.

    3434 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    mhash-devel

    Pgina:Pgina: 66 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    7/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    3535 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking whether pread works... yes

    configure: error:You've configured extension session to build statically, but itdepends on extension hash, which you've configured to build shared.You eitherneed to build session shared or build hash statically for thebuild to be successful.

    3636 yorerocray:/usr/local/src/php5/php-5.2.12 # vi ejecutar_configure_con_opciones.sh

    Edicin manual del script ./configure para aadir la opcin --enable-session=shared y una opcin quegenera el mdulo de PHP 5 para APACHE 2. Contenido modificado del script:"#!/bin/bash################################################################################# Scritp ./configure con opciones obtenidas mediante comando: php-config5 --configure-options ## Para compilar PHP 5.2.12 en openSUSE 11.2 i586 ## tal cul como estaba compilado en openSUSE 11.1 x86_64 (con las adaptaciones necesarias) ##################################################################################./configure --prefix=/usr --datadir=/usr/share/php5 --mandir=/usr/share/man --bindir=/usr/bin --with-libdir=lib--includedir=/usr/include --sysconfdir=/etc/php5/cli --with-config-file-path=/etc/php5/cli --with-config-file-scan-dir=/etc/php5/conf.d --with-apxs2=/usr/bin/apxs2 --enable-libxml --enable-session=shared --with-mm --with-

    pcre-regex=/usr --enable-xml --enable-simplexml --enable-spl --enable-filter --disable-debug --enable-inline-optimization --disable-rpath --disable-static --enable-shared --program-suffix=5 --with-pic --with-gnu-ld --with-system-tzdata=/usr/share/zoneinfo --enable-cli --with-pear=/usr/share/php5/PEAR --enable-bcmath=shared--enable-calendar=shared --enable-ctype=shared --enable-dbase=shared --enable-dom=shared --enable-exif=shared --enable-ftp=shared --enable-mbstring=shared --enable-mbregex --enable-pcntl=shared --enable-posix=shared --enable-shmop=shared --enable-soap=shared --enable-sockets=shared --enable-sysvmsg=shared --enable-sysvsem=shared --enable-sysvshm=shared --enable-tokenizer=shared --enable-wddx=shared --with-zlib=shared --with-bz2=shared --with-curl=shared --with-gd=shared --enable-gd-native-ttf--with-xpm-dir=/usr --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-zlib-dir=/usr --with-t1lib=/usr --with-gettext=shared --with-gmp=shared --enable-hash=shared --with-iconv=shared --with-imap=shared --with-kerberos --with-imap-ssl --enable-json=shared --with-ldap=shar ed --with-ldap-sasl=/usr--with-libedit=shared,/usr --with-mcrypt=shared --with-mysql=shared,/usr --with-mysql-sock=/var/run/mysql/mysql.sock --with-mysqli=sh ared --with-ncurses=shared --with-unixODBC=shared,/usr--with-openssl=shared --with-pgsql=shared,/usr --with-pspell=shared --with-snmp=shared --with-

    xmlrpc=shared --enable-xmlreader=shared --enable-xmlwriter=shared --with-xsl=shared --with-tidy=shared,/usr --enable-dba=shared --with-db4=/usr --without-gdbm --with-cdb --with-inifile --with-flatfile--enable-pdo=shared --with-pdo_sqlite=shared,/usr --with-pdo-mysql=shared,/usr --with-pdo-pgsql=shared,/usr--with-pdo-odbc=shared,unixODBC,/usr --with-sqlite=shared,/usr --enable-sqlite-utf8 --enable-zip=shared--enable-suhosin=shared --disable-cgi"

    3737 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking whether pread works... yes configure: error: cannot find mm library

    Pgina:Pgina: 77 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    8/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    3838 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    libmm-devel

    libmms-devel

    3939 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking fornet-snmp-config... no

    configure: error: snmp.h not found. Check your SNMP installation.

    4040 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST: net-snmp

    net-snmp-devel requeridos automticamente:

    libsensors3-devel perl-SNMP

    tcpd-devel

    4141 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking forTIDY support... yes, shared configure: error: Cannot find libtidy

    4242 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    libtidy-devel

    4343 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: interrupcin con errores.Errores:

    checking forXSL support... yes, shared configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution

    4444 yorerocray:/usr/local/src/php5/php-5.2.12 # yast

    Se marcan para la instalacin en YaST:

    libxslt-devel

    requeridos automticamente: libgcrypt-devel libgpg-error-devel

    Pgina:Pgina: 88 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    9/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    4545 yorerocray:/usr/local/src/php5/php-5.2.12 # ./ejecutar_configure_con_opciones.sh

    Ejecucin del script. Estado: script ./configure finalizado con xito con la siguiente salida en pantalla:"Generating filesupdating cache ./config.cachecreating ./config.statuscreating php5.speccreating main/build-defs.hcreating scripts/phpizecreating scripts/man1/phpize.1creating scripts/php-configcreating scripts/man1/php-config.1

    creating sapi/cli/php.1creating main/php_config.hcreating main/internal_functions.ccreating main/internal_functions_cli.c+----------------------------------------------------------------------------------------+| License: || This software is subject to the PHP License, available in this || distribution in the file LICENSE. By continuing this installation || process, you are bound by the terms of this license agreement. || If you do not agree with the terms of this license, you must abort || the installation process at this point. |+----------------------------------------------------------------------------------------+

    Thank you for using PHP.

    Notice: Following unknown configure options were used:

    --with-system-tzdata=/usr/share/zoneinfo--with-inifile--with-flatfile--enable-suhosin=shared

    Check './configure --help' for available options"

    4646 yorerocray:/usr/local/src/php5/php-5.2.12 # make

    Ejecucin del comando para la compilacin de PHP 5.2.12. Salida en pantalla (final):"Build complete.Don't forget to run 'make test'."

    Pgina:Pgina: 99 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    10/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    4747 yorerocray:/usr/local/src/php5/php-5.2.12 # make test

    Ejecucin del comando para testear la compilacin. Salida en pantalla (final):"===================================================================== ======EXPECTED FAILED TEST SUMMARY--------------------------------------------------------------------- ---------------------------------------------------------------output buffering - fatalism [tests/output/ob_011.phpt]ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush()[tests/output/ob_start_basic_unerasable_005.phpt]SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store.[ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]===================================================================== ======

    You may have found a problem in PHP.We would like to send this report automatically to thePHP QA team, to give us a better understanding of howthe test cases are doing. If you don't want to send itimmediately, you can choose "s" to save the report toa file that you can send us later.Do you want to send this report now? [Yns]: Y

    Please enter your email address.(Your address will be mangled so that it will not go out on anymailinglist in plain text): [email protected]

    Posting to qa.php.net /buildtest-process.php

    Thank you for helping to make PHP better."

    Pgina:Pgina: 1010 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    11/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    4848 yorerocray:/usr/local/src/php5/php-5.2.12 # make install

    Ejecucin del comando para instalar la compilacin de PHP 5.2.12 en los directorios apropiados. Salida enpantalla:"Installing PHP SAPI module: apache2handler/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/lib/apr-1/build/libtool' libphp5.la /usr/lib/apache2/usr/lib/apr-1/build/libtool --mode=install cp libphp5.la /usr/lib/apache2/cp .libs/libphp5.so /usr/lib/apache2/libphp5.socp .libs/libphp5.lai /usr/lib/apache2/libphp5.lalibtool: install: warning: remember to run `libtool --finish /usr/local/src/php5/php-5.2.12/libs'chmod 755 /usr/lib/apache2/libphp5.soactivating php5

    "php5" already presentInstalling PHP CLI binary: /usr/bin/Installing PHP CLI man page: /usr/share/man/man1/Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20060613/Installing build environment: /usr/lib/php/build/Installing header files: /usr/include/php/Installing helper programs: /usr/bin/

    program: phpize5program: php-config5

    Installing man pages: /usr/share/man/man1/page: phpize5.1page: php-config5.1

    Installing PEAR environment: /usr/share/php5/PEAR/[PEAR] Archive_Tar - installed: 1.3.3

    [PEAR] Console_Getopt - installed: 1.2.3[PEAR] Structures_Graph- installed: 1.0.2[PEAR] XML_Util - installed: 1.2.1[PEAR] PEAR - installed: 1.9.0Wrote PEAR system config file at: /etc/php5/cli/pear.confYou may want to add: /usr/share/php5/PEAR to your php.ini include_pathInstalling PDO headers: /usr/include/php/ext/pdo/"

    4949 yorerocray:/usr/local/src/php5/php-5.2.12 # php5 --version

    Ejecucin del comando para chequear la ejecucin de PHP y ver su nmero de versin.Salida en pantalla:"PHP 5.2.12 (cli) (built: Mar 16 2010 11:22:13)Copyright (c) 1997-2009 The PHP GroupZend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies"

    5050 yorerocray:/usr/bin # ln -s php5 php

    Creacin de enlace simblico "php".

    Pgina:Pgina: 1111 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    12/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    5151 yorerocray:/usr/bin # /usr/bin/libtool --finish /usr/local/src/php5/php-5.2.12/libs

    Ejecucin del comando sugerido. Salida en pantalla:"libtool: finish: PATH="/usr/lib/mpi/gcc/openmpi/bin:/data/opensuse11-2/ehv80/bin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin" ldconfig -n /usr/local/src/php5/php-5.2.12/libs----------------------------------------------------------------------Libraries have been installed in:

    /usr/local/src/php5/php-5.2.12/libs

    If you ever happen to want to link against installed libraries

    in a given directory, LIBDIR, you must either use libtool, andspecify the full pathname of the library, or use the `-LLIBDIR'flag during linking and do at least one of the following:

    - add LIBDIR to the `LD_LIBRARY_PATH' environment variableduring execution

    - add LIBDIR to the `LD_RUN_PATH' environment variableduring linking

    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag- have your system administrator add LIBDIR to `/etc/ld.so.conf'

    See any operating system documentation about shared libraries formore information, such as the ld(1) and ld.so(8) manual pages.----------------------------------------------------------------------"

    5252 yorerocray:/usr/lib/apache2 # ln -s /usr/lib/apache2/libphp5.so /usr/lib/apache2-prefork/mod_php5.so

    Creacin de enlace simblico mod_php5.so.

    5353 yorerocray:/etc/apache2/conf.d # vi php5.conf

    Edicin del archivo /etc/apache2/conf.d/php5.conf. Contenido del archivo:"

    AddHandler application/x-httpd-php .php4AddHandler application/x-httpd-php .php5AddHandler application/x-httpd-php .phpAddHandler application/x-httpd-php-source .php4sAddHandler application/x-httpd-php-source .php5sAddHandler application/x-httpd-php-source .phpsDirectoryIndex index.php4DirectoryIndex index.php5DirectoryIndex index.php

    "

    Pgina:Pgina: 1212 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    13/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    5454 yorerocray:/etc/apache2/sysconfig.d # vi loadmodule.conf

    Edicin del archivo /etc/apache2/sysconfig.d/loadmodules.conf. Contenido del archivo:"## Files in this directory are created at apache start time by /usr/sbin/rcapache2# Do not edit them!#

    # as listed in APACHE_MODULES (/etc/sysconfig/apache2)

    LoadModule authz_host_module /usr/lib/apache2-prefork/mod_authz_host.soLoadModule actions_module /usr/lib/apache2-prefork/mod_actions.so

    LoadModule alias_module /usr/lib/apache2-prefork/mod_alias.soLoadModule auth_basic_module /usr/lib/apache2-prefork/mod_auth_basic.soLoadModule authz_groupfile_module /usr/lib/apache2-prefork/mod_authz_groupfile.soLoadModule authn_file_module /usr/lib/apache2-prefork/mod_authn_file.soLoadModule authz_user_module /usr/lib/apache2-prefork/mod_authz_user.soLoadModule autoindex_module /usr/lib/apache2-prefork/mod_autoindex.soLoadModule cgi_module /usr/lib/apache2-prefork/mod_cgi.soLoadModule dir_module /usr/lib/apache2-prefork/mod_dir.soLoadModule include_module /usr/lib/apache2-prefork/mod_include.soLoadModule log_config_module /usr/lib/apache2-prefork/mod_log_config.soLoadModule mime_module /usr/lib/apache2-prefork/mod_mime.soLoadModule negotiation_module /usr/lib/apache2-prefork/mod_negotiation.soLoadModule setenvif_module /usr/lib/apache2-prefork/mod_setenvif.soLoadModule status_module /usr/lib/apache2-prefork/mod_status.so

    LoadModule userdir_module /usr/lib/apache2-prefork/mod_userdir.soLoadModule asis_module /usr/lib/apache2-prefork/mod_asis.soLoadModule imagemap_module /usr/lib/apache2-prefork/mod_imagemap.soLoadModule php5_module /usr/lib/apache2-prefork/mod_php5.soLoadModule perl_module /usr/lib/apache2/mod_perl.soLoadModule python_module /usr/lib/apache2/mod_python.soLoadModule authz_default_module /usr/lib/apache2-prefork/mod_authz_default.so#"

    5555 yorerocray:/etc/php5/apache2 # vi php.ini

    Edicin del archivo de configuracin de PHP 5.2.12 para el mdulo de APACHE2. Contenido del archivo:"[PHP]

    ;;;;;;;;;;;;;;;;;;;; About php.ini ;;;;;;;;;;;;;;;;;;;;; This file controls many aspects of PHP's behavior. In order for PHP to; read it, it must be named 'php.ini'. PHP looks for it in the current; working directory, in the path designated by the environment variable; PHPRC, and in the path that was defined in compile time (in that order).; Under Windows, the compile-time path is the Windows directory. The; path in which the php.ini file is looked for can be overridden using; the -c argument in command line mode.;; The syntax of the file is extremely simple. Whitespace and Lines; beginning with a semicolon are silently ignored (as you probably guessed).; Section headers (e.g. [Foo]) are also silently ignored, even though

    ; they might mean something in the future.

    Pgina:Pgina: 1313 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    14/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES;; Directives are specified using the following syntax:; directive = value; Directive names are *case sensitive* - foo=bar is different from FOO=bar.;; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one; of the INI constants (On, Off, True, False, Yes, No and None) or an expression; (e.g. E_ALL & ~E_NOTICE), or a quoted string ("foo").;; Expressions in the INI file are limited to bitwise operators and parentheses:; | bitwise OR; & bitwise AND

    ; ~ bitwise NOT; ! boolean NOT;; Boolean flags can be turned on using the values 1, On, True or Yes.; They can be turned off using the values 0, Off, False or No.;; An empty string can be denoted by simply not writing anything after the equal; sign, or by using the None keyword:;; foo = ; sets foo to an empty string; foo = none ; sets foo to an empty string; foo = "none" ; sets foo to the string 'none';; If you use constants in your value, and these constants belong to a; dynamically loaded extension (either a PHP extension or a Zend extension),

    ; you may only use these constants *after* the line that loads the extension.;;;;;;;;;;;;;;;;;;;;;; About this file ;;;;;;;;;;;;;;;;;;;;; This is the recommended, PHP 5-style version of the php.ini-dist file. It; sets some non standard settings, that make PHP more efficient, more secure,; and encourage cleaner coding.;; The price is that with these settings, PHP may be incompatible with some; applications, and sometimes, more difficult to develop with. Using this; file is warmly recommended for production sites. As all of the changes from; the standard settings are thoroughly documented, you can go over each one,

    ; and decide whether you want to use it or not.;; For general information about the php.ini file, please consult the php.ini-dist; file, included in your PHP distribution.;; This file is different from the php.ini-dist file in the fact that it features; different values for several directives, in order to improve performance, while; possibly breaking compatibility with the standard out-of-the-box behavior of; PHP. Please make sure you read what's different, and modify your scripts; accordingly, if you decide to use this file instead.;; - register_long_arrays = Off [Performance]; Disables registration of the older (and deprecated) long predefined array; variables ($HTTP_*_VARS). Instead, use the superglobals that were; introduced in PHP 4.1.0; - display_errors = Off [Security]

    Pgina:Pgina: 1414 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    15/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; With this directive set to off, errors that occur during the execution of; scripts will no longer be displayed as a part of the script output, and thus,; will no longer be exposed to remote users. With some errors, the error message; content may expose information about your script, web server, or database; server that may be exploitable for hacking. Production sites should have this; directive set to off.; - log_errors = On [Security]; This directive complements the above one. Any errors that occur during the; execution of your script will be logged (typically, to your server's error log,; but can be configured in several ways). Along with setting display_errors to off,; this setup gives you the ability to fully understand what may have gone wrong,; without exposing any sensitive information to remote users.

    ; - output_buffering = 4096 [Performance]; Set a 4KB output buffer. Enabling output buffering typically results in less; writes, and sometimes less packets sent on the wire, which can often lead to; better performance. The gain this directive actually yields greatly depends; on which Web server you're working with, and what kind of scripts you're using.; - register_argc_argv = Off [Performance]; Disables registration of the somewhat redundant $argv and $argc global; variables.; - magic_quotes_gpc = Off [Performance]; Input data is no longer escaped with slashes so that it can be sent into; SQL databases without further manipulation. Instead, you should use the; database vendor specific escape string function on each input element you; wish to send to a database.; - variables_order = "GPCS" [Performance]; The environment variables are not hashed into the $_ENV. To access

    ; environment variables, you can use getenv() instead.; - error_reporting = E_ALL [Code Cleanliness, Security(?)]; By default, PHP suppresses errors of type E_NOTICE. These error messages; are emitted for non-critical errors, but that could be a symptom of a bigger; problem. Most notably, this will cause error messages about the use; of uninitialized variables to be displayed.; - allow_call_time_pass_reference = Off [Code cleanliness]; It's not possible to decide to force a variable to be passed by reference; when calling a function. The PHP 4 style to do this is by making the; function require the relevant argument by reference.; - short_open_tag = Off [Portability]; Using short tags is discouraged when developing code meant for redistribution; since short tags may not be supported on the target server.

    ;;;;;;;;;;;;;;;;;;;;; Language Options ;;;;;;;;;;;;;;;;;;;;;

    ; Enable the PHP scripting language engine under Apache.engine = On

    ; Enable compatibility mode with Zend Engine 1 (PHP 4.x)zend.ze1_compatibility_mode = Off

    ; Allow the

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    16/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES;short_open_tag = Offshort_open_tag = On ;Valor Requerido por VtigerCRM

    ; Allow ASP-style tags.asp_tags = Off

    ; The number of significant digits displayed in floating point numbers.precision = 14

    ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)y2k_compliance = On

    ; Output buffering allows you to send header lines (including cookies) even; after you send body content, at the price of slowing PHP's output layer a; bit. You can enable output buffering during runtime by calling the output; buffering functions. You can also enable output buffering for all files by; setting this directive to On. If you wish to limit the size of the buffer; to a certain size - you can use a maximum number of bytes instead of 'On', as; a value for this directive (e.g., output_buffering=4096).;output_buffering = 4096output_buffering = On ;Valor Requerido por VtigerCRM

    ; You can redirect all of the output of your scripts to a function. For; example, if you set output_handler to "mb_output_handler", character; encoding will be transparently converted to the specified encoding.; Setting any output handler automatically turns on output buffering.; Note: People who wrote portable scripts should not depend on this ini

    ; directive. Instead, explicitly set the output handler using ob_start().; Using this ini directive may cause problems unless you know what script; is doing.; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"; and you cannot use both "ob_gzhandler" and "zlib.output_compression".; Note: output_handler must be empty if this is set 'On' !!!!; Instead you must use zlib.output_handler.;output_handler =

    ; Transparent output compression using the zlib library; Valid values for this option are 'off', 'on', or a specific buffer size; to be used for compression (default is 4KB); Note: Resulting chunk size may vary due to nature of compression. PHP; outputs chunks that are few hundreds bytes each as a result of

    ; compression. If you prefer a larger chunk size for better; performance, enable output_buffering in addition.; Note: You need to use zlib.output_handler instead of the standard; output_handler, or otherwise the output will be corrupted.zlib.output_compression = Off;zlib.output_compression_level = -1

    ; You cannot specify additional output handlers if zlib.output_compression; is activated here. This setting does the same as output_handler but in; a different order.;zlib.output_handler =

    ; Implicit flush tells PHP to tell the output layer to flush itself; automatically after every output block. This is equivalent to calling the; PHP function flush() after each and every call to print() or echo() and each; and every HTML block. Turning this option on has serious performance

    Pgina:Pgina: 1616 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    17/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; implications and is generally recommended for debugging purposes only.implicit_flush = Off

    ; The unserialize callback function will be called (with the undefined class'; name as parameter), if the unserializer finds an undefined class; which should be instantiated.; A warning appears if the specified function is not defined, or if the; function doesn't include/implement the missing class.; So only set this entry, if you really want to implement such a; callback-function.unserialize_callback_func=

    ; When floats & doubles are serialized store serialize_precision significant; digits after the floating point. The default value ensures that when floats; are decoded with unserialize, the data will remain the same.serialize_precision = 100

    ; Whether to enable the ability to force arguments to be passed by reference; at function call time. This method is deprecated and is likely to be; unsupported in future versions of PHP/Zend. The encouraged method of; specifying which arguments should be passed by reference is in the function; declaration. You're encouraged to try and turn this option Off and make; sure your scripts work properly with it in order to ensure they will work; with future versions of the language (you will receive a warning each time; you use this feature, and the argument will be passed by value instead of by; reference).;allow_call_time_pass_reference = Off

    ;Valor requerido por VtigerCRM allow_call_time_pass_reference = On

    ;; Safe Mode;safe_mode = Off

    ; By default, Safe Mode does a UID compare check when; opening files. If you want to relax this to a GID compare,; then turn on safe_mode_gid.safe_mode_gid = Off

    ; When safe_mode is on, UID/GID checks are bypassed when

    ; including files from this directory and its subdirectories.; (directory must also be in include_path or full path must; be used when including)safe_mode_include_dir =

    ; When safe_mode is on, only executables located in the safe_mode_exec_dir; will be allowed to be executed via the exec family of functions.safe_mode_exec_dir =

    ; Setting certain environment variables may be a potential security breach.; This directive contains a comma-delimited list of prefixes. In Safe Mode,; the user may only alter environment variables whose names begin with the; prefixes supplied here. By default, users will only be able to set; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).;; Note: If this directive is empty, PHP will let the user modify ANY

    Pgina:Pgina: 1717 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    18/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; environment variable!safe_mode_allowed_env_vars = PHP_

    ; This directive contains a comma-delimited list of environment variables that; the end user won't be able to change using putenv(). These variables will be; protected even if safe_mode_allowed_env_vars is set to allow to change them.; the default is the same list ld.so uses when starting a setuid binarysafe_mode_protected_env_vars =GCONV_PATH,GETCONF_DIR,HOSTALIASES,LD_AUDIT,LD_DEBUG,LD_DEBUG_OUTPUT,LD_DYNAMIC_WEAK,LD_LIBRARY_PATH,LD_ORIGIN_PATH,LD_PRELOAD,LD_PROFILE,LD_SHOW_AUXV,LD_USE_LOAD_BIAS,LOCALDOMAIN,LOCPATH,MALLOC_TRACE,NLSPATH,RESOLV_HOST_CONF,RES_OPTIONS,TMPDIR,TZDIR

    ; open_basedir, if set, limits all file operations to the defined directory; and below. This directive makes most sense if used in a per-directory; or per-virtualhost web server configuration file. This directive is; *NOT* affected by whether Safe Mode is turned On or Off.;open_basedir =

    ; This directive allows you to disable certain functions for security reasons.; It receives a comma-delimited list of function names. This directive is; *NOT* affected by whether Safe Mode is turned On or Off.disable_functions =

    ; This directive allows you to disable certain classes for security reasons.; It receives a comma-delimited list of class names. This directive is

    ; *NOT* affected by whether Safe Mode is turned On or Off.disable_classes =

    ; Colors for Syntax Highlighting mode. Anything that's acceptable in; would work.;highlight.string = #DD0000;highlight.comment = #FF9900;highlight.keyword = #007700;highlight.bg = #FFFFFF;highlight.default = #0000BB;highlight.html = #000000

    ; If enabled, the request will be allowed to complete even if the user aborts; the request. Consider enabling it if executing long request, which may end up

    ; being interrupted by the user or a browser timing out.; ignore_user_abort = On

    ; Determines the size of the realpath cache to be used by PHP. This value should; be increased on systems where PHP opens many files to reflect the quantity of; the file operations performed.; realpath_cache_size=16k

    ; Duration of time, in seconds for which to cache realpath information for a given; file or directory. For systems with rarely changing files, consider increasing this; value.; realpath_cache_ttl=120

    ;; Misc;

    Pgina:Pgina: 1818 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    19/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; Decides whether PHP may expose the fact that it is installed on the server; (e.g. by adding its signature to the Web server header). It is no security; threat in any way, but it makes it possible to determine whether you use PHP; on your server or not.expose_php = On

    ;;;;;;;;;;;;;;;;;;;; Resource Limits ;;;;;;;;;;;;;;;;;;;;

    ;max_execution_time = 30 ; Maximum execution time of each script, in seconds

    max_execution_time = 600 ; Maximum execution time of each script, in seconds

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    20/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES;error_reporting = E_ALL & ~E_NOTICE | E_STRICT;; - Show only errors;;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR;; - Show all errors, except coding standards warnings;;error_reporting = E_ALL;Valor Requerido por VtigerCRM error_reporting = E_WARNING & ~E_NOTICE

    ; Print out errors (as a part of the output). For production web sites,; you're strongly encouraged to turn this feature off, and use error logging; instead (see below). Keeping display_errors enabled on a production web site; may reveal security information to end users, such as file paths on your Web; server, your database schema or other information.;; possible values for display_errors:;; Off - Do not display any errors; stderr - Display errors to STDERR (affects only CGI/CLI binaries!); On or stdout - Display errors to STDOUT (default);; To output errors to STDERR with CGI/CLI:;display_errors = "stderr";

    ; Default;;display_errors = Off;Valor Requerido por VtigerCRM display_errors = On

    ; Even when display_errors is on, errors that occur during PHP's startup; sequence are not displayed. It's strongly recommended to keep; display_startup_errors off, except for when debugging.display_startup_errors = Off

    ; Log errors into a log file (server-specific log, stderr, or error_log (below)); As stated above, you're strongly advised to use error logging in place of; error displaying on production web sites.

    ;log_errors = Onlog_errors = Off ;Valor Requerido por VtigerCRM

    ; Set maximum length of log_errors. In error_log information about the source is; added. The default is 1024 and 0 allows to not apply any maximum length at all.log_errors_max_len = 1024

    ; Do not log repeated messages. Repeated errors must occur in same file on same; line unless ignore_repeated_source is set true.ignore_repeated_errors = Off

    ; Ignore source of message when ignoring repeated messages. When this setting; is On you will not log errors with repeated messages from different files or; source lines.ignore_repeated_source = Off

    Pgina:Pgina: 2020 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    21/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; If this parameter is set to Off, then memory leaks will not be shown (on; stdout or in the log). This has only effect in a debug compile, and if; error reporting includes E_WARNING in the allowed listreport_memleaks = On

    ;report_zend_debug = 0

    ; Store the last error/warning message in $php_errormsg (boolean).track_errors = Off

    ; Turn off normal error reporting and emit XML-RPC error XML;xmlrpc_errors = 0

    ; An XML-RPC faultCode;xmlrpc_error_number = 0

    ; Disable the inclusion of HTML tags in error messages.; Note: Never use this feature for production boxes.html_errors = Off

    ; If html_errors is set On PHP produces clickable error messages that direct; to a page describing the error or function causing the error in detail.; You can download a copy of the PHP manual from http://www.php.net/docs.php; and change docref_root to the base URL of your local copy including the; leading '/'. You must also specify the file extension being used including; the dot.; Note: Never use this feature for production boxes.;docref_root = "/phpmanual/"

    ;docref_ext = .html

    ; String to output before an error message.;error_prepend_string = ""

    ; String to output after an error message.;error_append_string = ""

    ; Log errors to specified file.;error_log = filename

    ; Log errors to syslog (Event Log on NT, not valid in Windows 95).;error_log = syslog

    ;;;;;;;;;;;;;;;;;; Data Handling ;;;;;;;;;;;;;;;;;;;; Note - track_vars is ALWAYS enabled as of PHP 4.0.3

    ; The separator used in PHP generated URLs to separate arguments.; Default is "&".;arg_separator.output = "&"

    ; List of separator(s) used by PHP to parse input URLs into variables.; Default is "&".; NOTE: Every character in this directive is considered as separator!;arg_separator.input = ";&"

    Pgina:Pgina: 2121 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    22/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; This directive describes the order in which PHP registers GET, POST, Cookie,; Environment and Built-in variables (G, P, C, E & S respectively, often; referred to as EGPCS or GPC). Registration is done from left to right, newer; values override older values.variables_order = "GPCS"

    ; Whether or not to register the EGPCS variables as global variables. You may; want to turn this off if you don't want to clutter your scripts' global scope; with user data. This makes most sense when coupled with track_vars - in which; case you can access all of the GPC variables through the $HTTP_*_VARS[],; variables.;

    ; You should do your best to write your scripts so that they do not require; register_globals to be on; Using form variables as globals can easily lead; to possible security problems, if the code is not very well thought of.register_globals = Off

    ; Whether or not to register the old-style input arrays, HTTP_GET_VARS; and friends. If you're not using them, it's recommended to turn them off,; for performance reasons.register_long_arrays = Off

    ; This directive tells PHP whether to declare the argv&argc variables (that; would contain the GET information). If you don't use these variables, you; should turn it off for increased performance.register_argc_argv = Off

    ; When enabled, the SERVER and ENV variables are created when they're first; used (Just In Time) instead of when the script starts. If these variables; are not used within a script, having this directive on will result in a; performance gain. The PHP directives register_globals, register_long_arrays,; and register_argc_argv must be disabled for this directive to have any affect.auto_globals_jit = On

    ; Maximum size of POST data that PHP will accept.post_max_size = 8M

    ; Magic quotes;

    ; Magic quotes for incoming GET/POST/Cookie data.

    magic_quotes_gpc = Off

    ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.magic_quotes_runtime = Off

    ; Use Sybase-style magic quotes (escape ' with '' instead of \').magic_quotes_sybase = Off

    ; Automatically add files before or after any PHP document.auto_prepend_file =auto_append_file =

    ; As of 4.0b4, PHP always outputs a character encoding by default in; the Content-type: header. To disable sending of the charset, simply; set it to be empty.;

    Pgina:Pgina: 2222 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    23/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; PHP's built-in default is text/htmldefault_mimetype = "text/html";default_charset = "iso-8859-1"

    ; Always populate the $HTTP_RAW_POST_DATA variable.;always_populate_raw_post_data = On

    ;;;;;;;;;;;;;;;;;;;;;;;;;; Paths and Directories ;;;;;;;;;;;;;;;;;;;;;;;;;;

    ; UNIX: "/path1:/path2"include_path = ".:/usr/share/php5:/usr/share/php5/PEAR";; Windows: "\path1;\path2";include_path = ".;c:\php\includes"

    ; The root of the PHP pages, used only if nonempty.; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root; if you are running php as a CGI under any web server (other than IIS); see documentation for security issues. The alternate is to use the; cgi.force_redirect configuration belowdoc_root =

    ; The directory under which PHP opens the script using /~username used only; if nonempty.

    user_dir =

    ; Directory in which the loadable extensions (modules) reside.;extension_dir = /usr/lib64/php5/extensionsextension_dir = /usr/lib/php/extensions/no-debug-non-zts-20060613

    ; Whether or not to enable the dl() function. The dl() function does NOT work; properly in multithreaded servers, such as IIS or Zeus, and is automatically; disabled on them.enable_dl = Off

    ; cgi.force_redirect is necessary to provide security running PHP as a CGI under; most web servers. Left undefined, PHP turns this on by default. You can; turn it off here AT YOUR OWN RISK

    ; **You CAN safely turn this off for IIS, in fact, you MUST.**; cgi.force_redirect = 1

    ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with; every request.; cgi.nph = 1

    ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape; (iPlanet) web servers, you MAY need to set an environment variable name that PHP; will look for to know it is OK to continue execution. Setting this variable MAY; cause security issues, KNOW WHAT YOU ARE DOING FIRST.; cgi.redirect_status_env = ;

    ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting

    Pgina:Pgina: 2323 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    24/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; this to 1 will cause PHP CGI to fix it's paths to conform to the spec. A setting; of zero causes PHP to behave as before. Default is 1. You should fix your scripts; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.; cgi.fix_pathinfo=1

    ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate; security tokens of the calling client. This allows IIS to define the; security context that the request runs under. mod_fastcgi under Apache; does not currently support this feature (03/17/2002); Set to 1 if running under IIS. Default is zero.; fastcgi.impersonate = 1;

    ; Disable logging through FastCGI connection; fastcgi.logging = 0

    ; cgi.rfc2616_headers configuration option tells PHP what type of headers to; use when sending HTTP response code. If it's set 0 PHP sends Status: header that; is supported by Apache. When this option is set to 1 PHP will send; RFC2616 compliant header.; Default is zero.;cgi.rfc2616_headers = 0

    ;;;;;;;;;;;;;;;;; File Uploads ;;;;;;;;;;;;;;;;;

    ; Whether to allow HTTP file uploads.file_uploads = On

    ; Temporary directory for HTTP uploaded files (will use system default if not; specified).upload_tmp_dir = "/tmp"

    ; Maximum allowed size for uploaded files.upload_max_filesize = 2M

    ;;;;;;;;;;;;;;;;;;; Fopen wrappers ;;;;;;;;;;;;;;;;;;;

    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.allow_url_fopen = On

    ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.allow_url_include = Off

    ; Define the anonymous ftp password (your email address);from="[email protected]"

    ; Define the User-Agent string; user_agent="PHP"

    ; Default timeout for socket based streams (seconds)default_socket_timeout = 60

    Pgina:Pgina: 2424 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    25/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; If your scripts have to deal with files from Macintosh systems,; or you are running on a Mac and need to deal with files from; unix or win32 systems, setting this flag will cause PHP to; automatically detect the EOL character in those files so that; fgets() and file() will work regardless of the source of the file.; auto_detect_line_endings = Off

    ;;;;;;;;;;;;;;;;;;;; Module Settings ;;;;;;;;;;;;;;;;;;;;

    [Date]

    ; Defines the default timezone used by the date functions;date.timezone =

    ;date.default_latitude = 31.7667;date.default_longitude = 35.2333

    ;date.sunrise_zenith = 90.583333;date.sunset_zenith = 90.583333

    [filter];filter.default = unsafe_raw;filter.default_flags =

    [iconv];iconv.input_encoding = ISO-8859-1

    ;iconv.internal_encoding = ISO-8859-1;iconv.output_encoding = ISO-8859-1

    [sqlite];sqlite.assoc_case = 0

    [Pcre];PCRE library backtracking limit.;pcre.backtrack_limit=100000

    ;PCRE library recursion limit.;Please note that if you set this value to a high number you may consume all;the available process stack and eventually crash PHP (due to reaching the;stack size limit imposed by the Operating System).

    ;pcre.recursion_limit=100000

    [Syslog]; Whether or not to define the various syslog variables (e.g. $LOG_PID,; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In; runtime, you can define these variables by calling define_syslog_variables().define_syslog_variables = Off

    [mail function]

    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").;sendmail_path =

    ; Force the addition of the specified parameters to be passed as extra parameters; to the sendmail binary. These parameters will always replace the value of; the 5th parameter to mail(), even in safe mode.

    Pgina:Pgina: 2525 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    26/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES;mail.force_extra_parameters =

    [SQL]sql.safe_mode = Off

    [ODBC];odbc.default_db = Not yet implemented;odbc.default_user = Not yet implemented;odbc.default_pw = Not yet implemented

    ; Allow or prevent persistent links.odbc.allow_persistent = Off

    ; Check that a connection is still valid before reuse.odbc.check_persistent = On

    ; Maximum number of persistent links. -1 means no limit.odbc.max_persistent = -1

    ; Maximum number of links (persistent + non-persistent). -1 means no limit.odbc.max_links = -1

    ; Handling of LONG fields. Returns number of bytes to variables. 0 means; passthru.odbc.defaultlrl = 4096

    ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.

    ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation; of uodbc.defaultlrl and uodbc.defaultbinmodeodbc.defaultbinmode = 1

    [MySQL]; Allow or prevent persistent links.mysql.allow_persistent = Off

    ; Maximum number of persistent links. -1 means no limit.mysql.max_persistent = -1

    ; Maximum number of links (persistent + non-persistent). -1 means no limit.mysql.max_links = -1

    ; Default port number for mysql_connect(). If unset, mysql_connect() will use; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the; compile-time value defined MYSQL_PORT (in that order). Win32 will only look; at MYSQL_PORT.mysql.default_port =

    ; Default socket name for local MySQL connects. If empty, uses the built-in; MySQL defaults.mysql.default_socket =

    ; Default host for mysql_connect() (doesn't apply in safe mode).mysql.default_host =

    ; Default user for mysql_connect() (doesn't apply in safe mode).mysql.default_user =

    Pgina:Pgina: 2626 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    27/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; Default password for mysql_connect() (doesn't apply in safe mode).; Note that this is generally a *bad* idea to store passwords in this file.; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password"); and reveal this password! And of course, any users with read access to this; file will be able to reveal the password as well.mysql.default_password =

    ; Maximum time (in seconds) for connect timeout. -1 means no limitmysql.connect_timeout = 60

    ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and; SQL-Errors will be displayed.

    mysql.trace_mode = Off

    [MySQLi]

    ; Maximum number of links. -1 means no limit.mysqli.max_links = -1

    ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the; compile-time value defined MYSQL_PORT (in that order). Win32 will only look; at MYSQL_PORT.mysqli.default_port = 3306

    ; Default socket name for local MySQL connects. If empty, uses the built-in; MySQL defaults.

    mysqli.default_socket =

    ; Default host for mysql_connect() (doesn't apply in safe mode).mysqli.default_host =

    ; Default user for mysql_connect() (doesn't apply in safe mode).mysqli.default_user =

    ; Default password for mysqli_connect() (doesn't apply in safe mode).; Note that this is generally a *bad* idea to store passwords in this file.; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw"); and reveal this password! And of course, any users with read access to this; file will be able to reveal the password as well.mysqli.default_pw =

    ; Allow or prevent reconnectmysqli.reconnect = Off

    [PostgresSQL]; Allow or prevent persistent links.pgsql.allow_persistent = Off

    ; Detect broken persistent links always with pg_pconnect().; Auto reset feature requires a little overheads.pgsql.auto_reset_persistent = Off

    ; Maximum number of persistent links. -1 means no limit.pgsql.max_persistent = -1

    ; Maximum number of links (persistent+non persistent). -1 means no limit.

    Pgina:Pgina: 2727 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    28/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLESpgsql.max_links = -1

    ; Ignore PostgreSQL backends Notice message or not.; Notice message logging require a little overheads.pgsql.ignore_notice = 0

    ; Log PostgreSQL backends Notice message or not.; Unless pgsql.ignore_notice=0, module cannot log notice message.pgsql.log_notice = 0

    [bcmath]; Number of decimal digits for all bcmath functions.

    bcmath.scale = 0

    [browscap];browscap = extra/browscap.ini

    [Session]; Handler used to store/retrieve data.session.save_handler = files

    ; Argument passed to save_handler. In the case of files, this is the path; where data files are stored. Note: Windows users have to change this; variable in order to use PHP's session functions.;; As of PHP 4.0.1, you can define the path as:;

    ; session.save_path = "N;/path";; where N is an integer. Instead of storing all the session files in; /path, what this will do is use subdirectories N-levels deep, and; store the session data in those directories. This is useful if you; or your OS have problems with lots of files in one directory, and is; a more efficient layout for servers that handle lots of sessions.;; NOTE 1: PHP will not create this directory structure automatically.; You can use the script in the ext/session dir for that purpose.; NOTE 2: See the section on garbage collection below if you choose to; use subdirectories for session storage;; The file storage module creates files using mode 600 by default.

    ; You can change that by using;; session.save_path = "N;MODE;/path";; where MODE is the octal representation of the mode. Note that this; does not overwrite the process's umask.session.save_path = "/var/lib/php5"

    ; Whether to use cookies.session.use_cookies = 1

    ;session.cookie_secure =

    ; This option enables administrators to make their users invulnerable to; attacks which involve passing session ids in URLs; defaults to 0.session.use_only_cookies = 1

    Pgina:Pgina: 2828 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    29/40

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    30/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES; How many bytes to read from the file.;session.entropy_length = 0

    ; Specified here to create the session id.;session.entropy_file =

    session.entropy_length = 16

    session.entropy_file = /dev/urandom

    ; Set to {nocache,private,public,} to determine HTTP caching aspects

    ; or leave this empty to avoid sending anti-caching headers.session.cache_limiter = nocache

    ; Document expires after n minutes.session.cache_expire = 180

    ; trans sid support is disabled by default.; Use of trans sid may risk your users security.; Use this option with caution.; - User may send URL contains active session ID; to other person via. email/irc/etc.; - URL that contains active session ID may be stored; in publically accessible computer.; - User may access your site with the same session ID; always using URL stored in browser's history or bookmarks.

    session.use_trans_sid = 0

    ; Select a hash function; 0: MD5 (128 bits); 1: SHA-1 (160 bits)session.hash_function = 1

    ; Define how many bits are stored in each character when converting; the binary hash data to something readable.;; 4 bits: 0-9, a-f; 5 bits: 0-9, a-v; 6 bits: 0-9, a-z, A-Z, "-", ","session.hash_bits_per_character = 5

    ; The URL rewriter will look for URLs in a defined set of HTML tags.; form/fieldset are special; if you include them here, the rewriter will; add a hidden field with the info which is otherwise appended; to URLs. If you want XHTML conformity, remove the form entry.; Note that all valid entries require a "=", even if no value follows.url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"

    [Assertion]; Assert(expr); active by default.;assert.active = On

    ; Issue a PHP warning for each failed assertion.;assert.warning = On

    ; Don't bail out by default.

    Pgina:Pgina: 3030 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    31/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES;assert.bail = Off

    ; User-function to be called if an assertion fails.;assert.callback = 0

    ; Eval the expression with current error_reporting(). Set to true if you want; error_reporting(0) around the eval().;assert.quiet_eval = 0

    [mbstring]; language for internal character representation.;mbstring.language = Japanese

    ; internal/script encoding.; Some encoding cannot work as internal encoding.; (e.g. SJIS, BIG5, ISO-2022-*);mbstring.internal_encoding = EUC-JP

    ; http input encoding.;mbstring.http_input = auto

    ; http output encoding. mb_output_handler must be; registered as output buffer to function;mbstring.http_output = SJIS

    ; enable automatic encoding translation according to; mbstring.internal_encoding setting. Input chars are

    ; converted to internal encoding by setting this to On.; Note: Do _not_ use automatic encoding translation for; portable libs/applications.;mbstring.encoding_translation = Off

    ; automatic encoding detection order.; auto means;mbstring.detect_order = auto

    ; substitute_character used when character cannot be converted; one from another;mbstring.substitute_character = none;

    ; overload(replace) single byte functions by mbstring functions.

    ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),; etc. Possible values are 0,1,2,4 or combination of them.; For example, 7 for overload everything.; 0: No overload; 1: Overload mail() function; 2: Overload str*() functions; 4: Overload ereg*() functions;mbstring.func_overload = 0

    ; enable strict encoding detection.;mbstring.strict_detection = Off

    [gd]; Tell the jpeg decode to libjpeg warnings and try to create; a gd image. The warning will then be displayed as notices; disabled by default

    Pgina:Pgina: 3131 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    32/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES;gd.jpeg_ignore_warning = 0

    [exif]; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.; With mbstring support this will automatically be converted into the encoding; given by corresponding encode setting. When empty mbstring.internal_encoding; is used. For the decode settings you can distinguish between motorola and; intel byte order. A decode setting cannot be empty.;exif.encode_unicode = ISO-8859-15;exif.decode_unicode_motorola = UCS-2BE;exif.decode_unicode_intel = UCS-2LE;exif.encode_jis =

    ;exif.decode_jis_motorola = JIS;exif.decode_jis_intel = JIS

    [Tidy]; The path to a default tidy configuration file to use when using tidy;tidy.default_config = /usr/local/lib/php/default.tcfg

    ; Should tidy clean and repair output automatically?; WARNING: Do not use this option if you are generating non-html content; such as dynamic imagestidy.clean_output = Off

    [soap]; Enables or disables WSDL caching feature.soap.wsdl_cache_enabled=1

    ; Sets the directory name where SOAP extension will put cache files.soap.wsdl_cache_dir="/tmp"; (time to live) Sets the number of second while cached file will be used; instead of original one.soap.wsdl_cache_ttl=86400

    ; Local Variables:; tab-width: 4; End:"

    5656 yorerocray:/etc/php5 # cp /etc/php5/apache2/php.ini /etc/php5/cli/php.ini

    Copia del archivo de configuracin de PHP 5.2.12 para la interfaz como intrprete de lnea de comandos.

    5757yorerocray:/etc/php5/conf.d # vi bcmath.ini

    Edicin del archivo de configuracin para la extensin bcmath de PHP. Contenido del archivo:"; comment out next line to disable bcmath extension in phpextension=bcmath.so"

    5858 yorerocray:/etc/php5/conf.d # vi bz2.ini

    Edicin del archivo de configuracin para la extensin bz2 de PHP. Contenido del archivo:"; comment out next line to disable bz2 extension in phpextension=bz2.so"

    Pgina:Pgina: 3232 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    33/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    5959 yorerocray:/etc/php5/conf.d # vi calendar.ini

    Edicin del archivo de configuracin para la extensin calendar de PHP. Contenido del archivo:"; comment out next line to disable calendar extension in phpextension=calendar.so"

    6060 yorerocray:/etc/php5/conf.d # vi ctype.ini

    Edicin del archivo de configuracin para la extensin ctype de PHP. Contenido del archivo:"; comment out next line to disable ctype extension in phpextension=ctype.so

    "

    6161 yorerocray:/etc/php5/conf.d # vi curl.ini

    Edicin del archivo de configuracin para la extensin curl de PHP. Contenido del archivo:"; comment out next line to disable curl extension in phpextension=curl.so"

    6262 yorerocray:/etc/php5/conf.d # vi dba.ini

    Edicin del archivo de configuracin para la extensin dba de PHP. Contenido del archivo:"; comment out next line to disable dba extension in phpextension=dba.so

    "

    6363 yorerocray:/etc/php5/conf.d # vi dbase.ini

    Edicin del archivo de configuracin para la extensin dbase de PHP. Contenido del archivo:"; comment out next line to disable dbase extension in phpextension=dbase.so"

    6464 yorerocray:/etc/php5/conf.d # vi dom.ini

    Edicin del archivo de configuracin para la extensin dom de PHP. Contenido del archivo:"; comment out next line to disable dom extension in phpextension=dom.so

    "

    6565 yorerocray:/etc/php5/conf.d # vi exif.ini

    Edicin del archivo de configuracin para la extensin exif de PHP. Contenido del archivo:"; comment out next line to disable exif extension in phpextension=exif.so"

    6666 yorerocray:/etc/php5/conf.d # vi ftp.ini

    Edicin del archivo de configuracin para la extensin ftp de PHP. Contenido del archivo:"; comment out next line to disable ftp extension in phpextension=ftp.so"

    Pgina:Pgina: 3333 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    34/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    6767 yorerocray:/etc/php5/conf.d # vi gd.ini

    Edicin del archivo de configuracin para la extensin gd de PHP. Contenido del archivo:"; comment out next line to disable gd extension in phpextension=gd.so"

    6868 yorerocray:/etc/php5/conf.d # vi gettext.ini

    Edicin del archivo de configuracin para la extensin gettext de PHP. Contenido del archivo:"; comment out next line to disable gettext extension in phpextension=gettext.so

    "

    6969 yorerocray:/etc/php5/conf.d # vi gmp.ini

    Edicin del archivo de configuracin para la extensin gmp de PHP. Contenido del archivo:"; comment out next line to disable gmp extension in phpextension=gmp.so"

    7070 yorerocray:/etc/php5/conf.d # vi hash.ini

    Edicin del archivo de configuracin para la extensin hash de PHP. Contenido del archivo:"; comment out next line to disable hash extension in phpextension=hash.so

    "

    7171 yorerocray:/etc/php5/conf.d # vi iconv.ini

    Edicin del archivo de configuracin para la extensin iconv de PHP. Contenido del archivo:"; comment out next line to disable iconv extension in phpextension=iconv.so"

    7272 yorerocray:/etc/php5/conf.d # vi imap.ini

    Edicin del archivo de configuracin para la extensin imap de PHP. Contenido del archivo:"; comment out next line to disable imap extension in phpextension=imap.so

    "

    7373 yorerocray:/etc/php5/conf.d # vi json.ini

    Edicin del archivo de configuracin para la extensin json de PHP. Contenido del archivo:"; comment out next line to disable json extension in phpextension=json.so"

    7474 yorerocray:/etc/php5/conf.d # vi ldap.ini

    Edicin del archivo de configuracin para la extensin ldap de PHP. Contenido del archivo:"; comment out next line to disable ldap extension in phpextension=ldap.so"

    Pgina:Pgina: 3434 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    35/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    7575 yorerocray:/etc/php5/conf.d # vi mbstring.ini

    Edicin del archivo de configuracin para la extensin mbstring de PHP. Contenido del archivo:"; comment out next line to disable mbstring extension in phpextension=mbstring.so"

    7676 yorerocray:/etc/php5/conf.d # vi mcrypt.ini

    Edicin del archivo de configuracin para la extensin mcrypt de PHP. Contenido del archivo:"; comment out next line to disable mcrypt extension in phpextension=mcrypt.so

    "

    7777 yorerocray:/etc/php5/conf.d # vi mysqli.ini

    Edicin del archivo de configuracin para la extensin mysqli de PHP. Contenido del archivo:"; comment out next line to disable mysqli extension in phpextension=mysqli.so"

    7878 yorerocray:/etc/php5/conf.d # vi mysql.ini

    Edicin del archivo de configuracin para la extensin mysql de PHP. Contenido del archivo:"; comment out next line to disable mysql extension in phpextension=mysql.so

    "

    7979 yorerocray:/etc/php5/conf.d # vi ncurses.ini

    Edicin del archivo de configuracin para la extensin ncurses de PHP. Contenido del archivo:"; comment out next line to disable ncurses extension in phpextension=ncurses.so"

    8080 yorerocray:/etc/php5/conf.d # vi odbc.ini

    Edicin del archivo de configuracin para la extensin odbc de PHP. Contenido del archivo:"; comment out next line to disable odbc extension in phpextension=odbc.so

    "

    8181 yorerocray:/etc/php5/conf.d # vi openssl.ini

    Edicin del archivo de configuracin para la extensin openssl de PHP. Contenido del archivo:"; comment out next line to disable openssl extension in phpextension=openssl.so"

    8282 yorerocray:/etc/php5/conf.d # vi pcntl.ini

    Edicin del archivo de configuracin para la extensin pcntl de PHP. Contenido del archivo:"; comment out next line to disable pcntl extension in phpextension=pcntl.so"

    Pgina:Pgina: 3535 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    36/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    8383 yorerocray:/etc/php5/conf.d # vi pdo.ini

    Edicin del archivo de configuracin para la extensin pdo de PHP. Contenido del archivo:"; comment out next line to disable pdo extension in phpextension=pdo.so"

    8484 yorerocray:/etc/php5/conf.d # vi pdo-mysql.ini

    Edicin del archivo de configuracin para la extensin pdo-mysql de PHP. Contenido del archivo:"; comment out next line to disable pdo-mysql extension in phpextension=pdo-mysql.so

    "

    8585 yorerocray:/etc/php5/conf.d # vi pdo-odbc.ini

    Edicin del archivo de configuracin para la extensin pdo-odbc de PHP. Contenido del archivo:"; comment out next line to disable pdo-odbc extension in phpextension=pdo-odbc.so"

    8686 yorerocray:/etc/php5/conf.d # vi pdo-pgsql.ini

    Edicin del archivo de configuracin para la extensin pdo-pgsql de PHP. Contenido del archivo:"; comment out next line to disable pdo-pgsql extension in phpextension=pdo-pgsql.so

    "

    8787 yorerocray:/etc/php5/conf.d # vi pdo-sqlite.ini

    Edicin del archivo de configuracin para la extensin pdo-sqlite de PHP. Contenido del archivo:"; comment out next line to disable pdo-sqlite extension in phpextension=pdo-sqlite.so"

    8888 yorerocray:/etc/php5/conf.d # vi pgsql.ini

    Edicin del archivo de configuracin para la extensin pgsql de PHP. Contenido del archivo:"; comment out next line to disable pgsql extension in phpextension=pgsql.so

    "

    8989 yorerocray:/etc/php5/conf.d # vi posix.ini

    Edicin del archivo de configuracin para la extensin posix de PHP. Contenido del archivo:"; comment out next line to disable posix extension in phpextension=posix.so"

    9090 yorerocray:/etc/php5/conf.d # vi pspell.ini

    Edicin del archivo de configuracin para la extensin pspell de PHP. Contenido del archivo:"; comment out next line to disable pspell extension in phpextension=pspell.so"

    Pgina:Pgina: 3636 dede 4040

  • 8/9/2019 SW-LNX-00000006 - Proceso de Compilacin de PHP 5-2-12 en OpenSUSE 11_2 REV 5

    37/40

    Proceso de Compilacin de PHP 5.2.12Proceso de Compilacin de PHP 5.2.12

    en openSUSE 11.2en openSUSE 11.2

    SW-LNX-00000006SW-LNX-00000006

    Revisin: 5Revisin: 5

    Fecha: 21/03/2010Fecha: 21/03/2010

    ITEMITEM COMANDO Y DETALLESCOMANDO Y DETALLES

    9191 yorerocray:/etc/php5/conf.d # vi readline.ini

    Edicin del archivo de configuracin para la extensin readline de PHP. Contenido del archivo:"; comment out next line to disable readline extension in phpextension=readline.so"

    9292 yorerocray:/etc/php5/conf.d # vi session.ini

    Edicin del archivo de configuracin para la extensin session de PHP. Contenido del archivo:"; comment out next line to disable session extension in phpextension=session.so

    "

    9393 yorerocray:/etc/php5/conf.d # vi shmop.ini

    Edicin del archivo de configuracin para la extensin shmop de PHP. Contenido del archivo:"; comment out next line to disable shmop extension in phpextension=shmop.so"

    9494 yorerocray:/etc/php5/conf.d # vi snmp.ini

    Edicin del archivo de configuracin para la extensin snmp de PHP. Contenido del archivo:"; comment out next line to disable snmp extension in phpextension=snmp.so

    "

    9595 yorerocray:/etc/php5/conf.d # vi soap.ini

    Edicin del archivo de configuracin para la extensin soap de PHP. Contenido del archivo:"; comment out next line to disable soap extension in phpextension=soap.so"

    9696 yorerocray:/etc/php5/conf.d # vi sockets.ini

    Edicin del archivo de configuracin para la extensin sockets de PHP. Contenido del archivo:"; comment out next line to disable sockets extension in phpextension=sockets.so

    "

    9797 yorerocray:/etc/php5/conf.d # vi sqlite.ini

    Edicin del archivo de conf