내 app.yaml 파일에서 간단한 실수를 찾을 수 없습니다., 저는 파이썬과 google 응용 프로그램 엔진에서 새롭습니다, 실행 또는 배포 작업 및 CSS 작업 폴더하지만, 클릭하면 getvideo.php에 게시물을 보내려면 curl.php의 정의에 문제가 있다고 생각합니다. -app.yaml file 실수 : 정의되지 않은 함수를 호출 함 curl_init()
치명적인 오류 : C에서 정의되지 않은 함수 curl_init() : \ 사용자 ----- \ 9 호선
이 내 애플리케이션 제목에 바탕 화면 \ YTD \의 curl.php
application: isdarat-is
version: 2
runtime: php
api_version: 1
handlers:
- url:/
script: index.php
- url: /config.php
script: config.php
- url: /curl.php
script: curl.php
- url: /download.php
script: download.php
- url: /getimage.php
script: getimage.php
- url: /getvideo.php
script: getvideo.php
- url: /ytdl.user.js
script: ytdl.user.js
- url: /css/
static_dir: css
은이는 컬이 소켓 API를 통해 응용 프로그램 엔진 플랫폼을 사용하는 경우 다르게 수행되는 특정 포트를 열 수있는 응용 프로그램을 필요로하기 때문에 https://github.com/jeckman/YouTube-Downloader