<https://serverfault.com/posts/1107927/timeline>

I have php app with few hundred users made with php5. It is using some 
google libraries, but Actually I don't have them or composer in my local 
linux development project, yet they still work. Somehow google environment 
has those as default:
  require_once 'google/appengine/api/mail/Message.php';
  use \google\appengine\api\mail\Message; 

Now I also need to add use Google\Cloud\Storage\StorageClient and also 
would like to migrate my app to standard php7 evironment with app.py

   1. Do i need the composer libraries the php7 version when running in 
   google's servers ?
   2. Can I upload a second version of my php5 app to run in php7 for 
   testing before making it promoted version ?

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b13c3266-ab30-4966-88cb-31d0116c942dn%40googlegroups.com.

Reply via email to