Releases: appserver-io-php/php-ext-appserver
Releases · appserver-io-php/php-ext-appserver
Feature Release
Stable Release
v1.0.0 changelog
- Switched to stable dependencies due to version 1.0.0 release
Feature Release
v0.1.13-beta changelog
- changed phpinfo() output to be html with appserver extension
- added examples for httpserver implementations
Feature Release
v0.1.12-beta changelog
- implemented function "appserver_stream_import_file_descriptor($streamResource)" which will return the file descriptor as userland int of a php stream resource.
Feature Release
v0.1.11-beta changelog
- implemented function "appserver_session_init()" which resets the whole session environment in process runtime.
PHP 5.6.0 Compatibility Release
v0.1.10-beta changelog
- make things compatible for php 5.6.0
Feature Release
v0.1.9-beta changelog
- implemented function "appserver_get_envs()" which returns an array of all defined environmental variables set by system or using putenv.
Feature Release
v0.1.8-beta changelog
- implemented function "appserver_get_http_response_code()" to get the http response code if is set in sapi_headers hash table.
Feature Release
v0.1.7-beta changelog
- implemented function "appserver_set_raw_post_data(string $postData)" to set the raw post data available in php://input and $HTTP_RAW_POST_DATA var.
Feature Release
v0.1.6-beta changelog
- added override of PHP_SAPI const to be "appserver" by ini settings