Hi I found the fix for this problem. Here is the link for the solution. http://stackoverflow.com/questions/17076200/php-gae-not-able-to-run-sdk-locally Hope the same is not present in the other builds.
On Thursday, 13 June 2013 20:59:29 UTC+5:30, Abilash Amar wrote: > Hi > Those this update change in how to run php? > > I am running a command as below > > *D:\google_appengine 1.8.1>dev_appserver.py > --php_executable_path=D:\PHP\php-cgi.exe \Testing * > ** > and getting the following errors. > > *Warning*: require_once(google/appengine/runtime/ApiProxy.php): failed to > open stream: No such file or directory in *D:\google_appengine > 1.8.1\google\appengine \tools\devappserver2\php\setup.php* on line *21* > *Fatal error*: require_once(): Failed opening required > 'google/appengine/runtime/ApiProxy.php' (include_path='D:\Testing') in > *D:\google_appengine > 1.8.1\google \appengine\tools\devappserver2\php\setup.php* on line *21* > ** > It seems to be looking for a ApiProxy.php file in the location pointing to > "D:\google_appengine 1.8.1\google\appengine\runtime\apiproxy.py". Was this > an intentional change. If so how do I get it to point to > "D:\google_appengine 1.8.1\php\sdk\google\appengine\runtime\ApiProxy.php" > > On Thursday, 13 June 2013 01:34:41 UTC+5:30, Richmond Manzana wrote: > >> Hi Everyone, >> >> We're happy to announce that we have released the 1.8.1 SDK. >> >> For more details, please read our blog post and release notes. >> >> >> http://googlecloudplatform.blogspot.com/2013/06/google-app-engine-181-released.html >> >> Release notes for Python/PHP: >> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes >> >> Release notes for Java: >> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes >> >> Release notes for Go: >> https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes >> >> Cheers! >> >> Richmond Manzana >> Technical Program Manager >> Google App Engine >> > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
