├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── config.m4 ├── config.w32 ├── gae_runtime_module.cc ├── gae_runtime_module.h ├── gae_runtime_module_stub.cc ├── gae_runtime_module_stub.h ├── php_api_rpc.h ├── php_constants.h ├── php_features_stub.cc ├── php_readonly_filesystem_wrapper.cc ├── php_readonly_filesystem_wrapper.h ├── php_redirect_filesystem_wrapper.cc ├── php_redirect_filesystem_wrapper.h ├── php_rpc_utils_stub.cc ├── php_rpc_utils_stub.h ├── php_runtime_sapi_stub.cc ├── php_runtime_sapi_stub.h ├── php_runtime_utils_stub.cc ├── php_runtime_utils_stub.h ├── php_stream_wrapper.cc ├── php_stream_wrapper.h ├── remote_api.proto ├── urlfetch_service.proto ├── urlfetch_stream_wrapper.cc └── urlfetch_stream_wrapper.h /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/README.md -------------------------------------------------------------------------------- /config.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/config.m4 -------------------------------------------------------------------------------- /config.w32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/config.w32 -------------------------------------------------------------------------------- /gae_runtime_module.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/gae_runtime_module.cc -------------------------------------------------------------------------------- /gae_runtime_module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/gae_runtime_module.h -------------------------------------------------------------------------------- /gae_runtime_module_stub.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/gae_runtime_module_stub.cc -------------------------------------------------------------------------------- /gae_runtime_module_stub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/gae_runtime_module_stub.h -------------------------------------------------------------------------------- /php_api_rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_api_rpc.h -------------------------------------------------------------------------------- /php_constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_constants.h -------------------------------------------------------------------------------- /php_features_stub.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_features_stub.cc -------------------------------------------------------------------------------- /php_readonly_filesystem_wrapper.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_readonly_filesystem_wrapper.cc -------------------------------------------------------------------------------- /php_readonly_filesystem_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_readonly_filesystem_wrapper.h -------------------------------------------------------------------------------- /php_redirect_filesystem_wrapper.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_redirect_filesystem_wrapper.cc -------------------------------------------------------------------------------- /php_redirect_filesystem_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_redirect_filesystem_wrapper.h -------------------------------------------------------------------------------- /php_rpc_utils_stub.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_rpc_utils_stub.cc -------------------------------------------------------------------------------- /php_rpc_utils_stub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_rpc_utils_stub.h -------------------------------------------------------------------------------- /php_runtime_sapi_stub.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_runtime_sapi_stub.cc -------------------------------------------------------------------------------- /php_runtime_sapi_stub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_runtime_sapi_stub.h -------------------------------------------------------------------------------- /php_runtime_utils_stub.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_runtime_utils_stub.cc -------------------------------------------------------------------------------- /php_runtime_utils_stub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_runtime_utils_stub.h -------------------------------------------------------------------------------- /php_stream_wrapper.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_stream_wrapper.cc -------------------------------------------------------------------------------- /php_stream_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/php_stream_wrapper.h -------------------------------------------------------------------------------- /remote_api.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/remote_api.proto -------------------------------------------------------------------------------- /urlfetch_service.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/urlfetch_service.proto -------------------------------------------------------------------------------- /urlfetch_stream_wrapper.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/urlfetch_stream_wrapper.cc -------------------------------------------------------------------------------- /urlfetch_stream_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/appengine-php-extension/HEAD/urlfetch_stream_wrapper.h --------------------------------------------------------------------------------