Quercus(Google App Engine 上的 PHP)is_file is_dir 不工作
我有一个在 Google App Engine 上运行的 PHP 应用程序,它能够运行 通过 Quercus 在 GAE 上运行 PHP。但是,我注意到当我的脚本运行 is_dir() 或 is_file() 函数时,我的脚本在 GAE 上会卡住。这些函数在“常规”PHP 服务器上运行得很好。
根据我上面给出的链接,我已经正确配置了我的应用程序,因为其他一切都工作正常。造成这个症结的原因是什么?是GAE配置,还是Quercus不支持这些功能?
谢谢您的宝贵时间。
I have a PHP application running on Google App Engine, who has the ability to run PHP on GAE via Quercus. However, I notice that my scripts choke on GAE when they run an is_dir() or is_file() function. These functions work just fine on a "regular" PHP server.
According to the link I gave above above, I have configured my application correctly, as all else works just fine. What could be the cause of this sticking point? Is it a GAE configuration, or does Quercus not support these functions?
Thank you for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本地磁盘限制是 Google App Engine 限制的一部分,请参阅为什么我不能读取该文件?
The local disk limitations are part of the Google App Engine restrictions, see Why can't I read from this file?