Skip to content

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

Feature Release

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

v0.1.5-beta changelog

  • added possibility to remove functions and constants before the runtime has started up via ini entries, so it's possible to write you own core functions (e.g. strlen, headers_sent) or modify some consts set by a sapi (e.g PHP_SAPI, PHP_VERSION) all in php userland!
  • added tests.

Compatibility Release

17 Jan 09:45
Compare
Choose a tag to compare
Compatibility Release Pre-release
Pre-release

v0.1.4-beta changelog

  • refactored config.w32 in order to make it work for building ext in windows
  • deleted EXPERIMENTAL and CREDITS file due to non usage for now

Feature Release

24 Nov 13:18
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-release

v0.1.3-beta changelog

  • added optional boolean parameter to function "appserver_get_headers(true)" for being able to reset headers hashtable after returning it when calling it with true.
  • added version information to PHP Info output.

Feature Release

09 Oct 13:16
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-release

v0.1.2-beta changelog

  • implemented function "appserver_redefine" to set redefine php consts.

Feature Release

09 Sep 15:23
Compare
Choose a tag to compare
Feature Release Pre-release
Pre-release

v0.1.1-beta changelog

  • implemented function "appserver_set_headers_sent(boolean $flag)" to set headers_sent() flag manually if needed.
  • implemented function "appserver_register_file_upload(string $filepath)" for being able to do file uploads using move_uploaded_file() and is_uploaded_file() php functions.

First initial release

31 Aug 13:04
Compare
Choose a tag to compare
First initial release Pre-release
Pre-release

v0.1.0 changelog

  • implemented function "appserver_get_headers()"
  • disabled orig. php headers handler to avoid headers already sent exception when using function "header()"