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 |
Tags
- jquery
- 코드이그나이터
- linux
- 주식 청약
- html
- 제이쿼리
- Stock ipo
- MYSQL
- 주식 청약 일정
- SQL
- css
- 6월 공모주 청약 일정
- 오라클
- 맥
- 공모주
- Stock
- 자바스크립트
- 7월 공모주 청약 일정
- 공모주 청약
- 자바
- Oracle
- JavaScript
- IPO
- php
- 공모주 청약 일정
- 주식
- Eclipse
- java
- codeigniter
- 리눅스
Archives
- Today
- Total
목록curl use of undefined constant curlpipe_multiplex 에러 해결 방법 (1)
개발자의 끄적끄적
[php] curl Use of undefined constant CURLPIPE_MULTIPLEX 에러 해결 방법 및 curl 버전 확인 방법
[php] curl Use of undefined constant CURLPIPE_MULTIPLEX 에러 해결 방법 및 curl 버전 확인 방법 php 에서 curl 을 이용하다보면 multi 기능을 이용하기 위해서 curl_multi_setopt 에 값을 설정해서 사용합니다! 그중에서 CURLPIPE_MULTIPLEX 옵션을 추가해서 사용하다보면 아래와 같이 버전에 관련된 경고 메세지가 출력됩니다! Use of undefined constant CURLPIPE_MULTIPLEX - assumed 'CURLPIPE_MULTIPLEX' (this will throw an Error in a future version of PHP) 위와 같은 메세지가 출력되면 일단 현재 서버에 설치되어 있는 curl ..
개발/php
2024. 9. 27. 01:00