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

search for in the

Yapılandırma/Kurulum> <POSIX
[edit] Last updated: Fri, 23 Mar 2012

view this page in

Giriş

Bu eklenti, IEEE 1003.1 (POSIX.1) standardında tanımlanmış işlevler için bir arayüzdür.

Uyarı

posix_getpwnam() gibi POSIX işlevleri ile hassas verilere erişilebilmektedir. Güvenli kip etkinken hiçbir POSIX işlevi hiçbir erişim sınaması yapmayacaktır. Böyle ortamlarda çalışıyorsanız POSIX eklentisini derleme sırasında --disable-posix seçeneğini kullanarak tamamen iptal etmenizi hararetle öneririz.

Bilginize: Bu eklenti Windows sistemlerinde çalışmaz.



add a note add a note User Contributed Notes Giriş
boogiebug at gmail dot com 24-Jul-2010 03: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