Actually, this is the expected behavior with the PHP 7. As explained in 
this documentation[1], the only acceptable value for the script element in 
the App.yaml file is "auto" because all traffic is served using the 
entrypoint command. The PhP 7 Runtime simply wants you to have a Front 
Controller[2] in your application which would handle all routing within 
your application. You can view a sample implementation of the front 
Controller in this doc[3]. 

Similar issue was actually discussed on this Stackoverflow Thread[4]

[1]https://cloud.google.com/appengine/docs/standard/php7/config/appref#handlers_script
[2]https://cloud.google.com/appengine/docs/standard/php7/php-differences#migrating_your_appyaml_file
[3]https://cloud.google.com/appengine/docs/standard/php7/runtime#application_startup
[4]https://stackoverflow.com/questions/54259307/google-cloud-app-engine-app-yaml-php72-issue-with-routing

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7043c7de-93e7-4c60-b4f9-408d7879b603%40googlegroups.com.

Reply via email to