i came across this error:
Call to undefined function posix_getuid()
which was solved by these commands:
yum -y install php-process
service httpd restart
posix_getgid
(PHP 4, PHP 5)
posix_getgid — Restituisce il reale ID del gruppo per il processo corrente
Descrizione
int posix_getgid
( void
)
La funzione restituisce il reale ID del gruppo del processo. Vedere anche posix_getgrgid() per dettagli su come convertire il numero nel nome effettivo del gruppo.
vector from ionisis.com ¶
1 year ago
