Run appengine endpoint php client sample on windows
I'm no expert in php but i had to setup a simple windows php client for appengine (java) endpoint server. I used the client generator (https://github.com/google/apis-client-generator). While my sample was working like a charm on linux, on windows i had more pain After installing php5 I had to enable (so uncomment in php.ini) ssl (php_openssl.dll, php_sockets.dll) In my sample I had to disable gzip... $client->setClassConfig("Google_Http_Request", "disable_gzip", true)