我在我的 app.yaml 文件中找不到简单的错误。,,我是 python 和谷歌应用引擎的新手getvideo.php ,我认为 curl.php 的定义有问题,因为它给了我:-
致命错误:在第 9 行调用 C:\Users-----\Desktop\YTD\curl.php 中未定义的函数 curl_init()
这是我的 app.yaml
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