downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Instalación/Configuración> <POSIX
Last updated: Fri, 20 May 2011

view this page in

Introducción

Este módulo contiene una interfaz a aquellas funciones definidas en el documénto de estándares IEEE 1003.1 (POSIX.1) que no son accesibles mediante otros medios.

Warning

Se puede obtener información sensible con las funciones POSIX, p.ej. posix_getpwnam() y amigas. Ninguna de las funciones POSIX llevan a cabo ningún tipo de comprobación de acceso cuando está habilitado el modo seguro. Por lo tanto se aconseja totalmente deshabilitar la extensión POSIX del todo (use --disable-posix en la línea de configuración) si está operando en tal entorno.

Note: Esta extensión no está disponible en plataformas Windows.



add a note add a note User Contributed Notes Introducción
boogiebug at gmail dot com 24-Jul-2010 10:28
In case that you are running PHP on CentOS or other RHEL clone distro which the POSIX support is disabled by default, you will need the php-process package to enable it. Simply install it via the yum:

$> yum install php-process

and then restart the web server.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites