Skip to content

Releases: appserver-io-php/php-ext-appserver

Feature Release

26 Feb 18:47
Compare
Choose a tag to compare

v1.0.1 changelog

  • Added ini parameter appserver.phpinfo_as_text to manipulate phpinfo() output format.

Stable Release

13 Feb 16:40
Compare
Choose a tag to compare

v1.0.0 changelog

  • Switched to stable dependencies due to version 1.0.0 release

Feature Release

28 Oct 16:23
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-release

v0.1.13-beta changelog

  • changed phpinfo() output to be html with appserver extension
  • added examples for httpserver implementations

Feature Release

09 Jul 14:10
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-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

20 Jun 16:10
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-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

09 Jun 15:04
Compare
Choose a tag to compare
Pre-release

v0.1.10-beta changelog

  • make things compatible for php 5.6.0

Feature Release

11 Apr 08:35
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-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

01 Apr 16:30
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-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

31 Mar 20:27
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-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

28 Mar 13:13
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-release

v0.1.6-beta changelog

  • added override of PHP_SAPI const to be "appserver" by ini settings