Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- function
- file-upload
- Apache
- composer-php
- UTF-8
- curl
- 웹하드순위
- Ajax
- date
- Forms
- 전략
- HTML
- 웹하드추천
- Regex
- variables
- post
- 경영
- JavaScript
- JSON
- php
- 무료다운로드쿠폰
- Session
- OOP
- MySQL
- string
- jquery
- Arrays
- Laravel
- Linux
Archives
- Today
- Total
개발! 딱 깔끔하고 센스있게!
php 에 posix 설치 본문
php-m cmd 를 실행할 때 POSIX 가 나타나지 않았지만, 나는 phpinfo () 에서 그것을 보았다.
enable POSIX = shared on Linux with Plesk 9.
기본적으로 나는 포식스 함수를 사용할 수 없다http://www.php.net/manual/en/ref.posix.php
존재하지 않습니다:
if (function_exists('posix_getuid')) { echo "posix_getuid available"; } else { echo "posix_getuid not available"; // this prints in my server. }
누가 나에게 어떻게 설치하는지 가르쳐 줄 수 있습니까?감사합니다.
[PHP Modules] bz2 calendar ctype curl date dbase dom exif fileinfo filter ftp gd geoip gettext gmp hash iconv imap ionCube Loader json libxml mbstring mcrypt memcache mhash mysql mysqli openssl pcntl pcre PDO pdo_mysql pdo_sqlite readline Reflection session shmop SimpleXML sockets SPL sqlite standard tokenizer wddx xml xmlreader xmlwriter xsl zip zlib
대답
나는 해결 방법을 찾았다.
yum install php-process
이 가방은 php posix 를 지원합니다.
'개발 스크랩 메모 > PHP' 카테고리의 다른 글
어떻게 php 에서 종류를 정의합니까? (0) | 2020.12.20 |
---|---|
php fpm 루트 사용자로 실행 (0) | 2020.12.20 |
PHP: 반복 다차원 수조 (0) | 2020.12.20 |
어떻게 브라우저가 php 의 firefox 가 있는지 검사합니까?[사본] (0) | 2020.12.20 |
PHP 응답 함수 처리 대상 함수 (0) | 2020.12.20 |
Comments