QuickPHP Web Server Changelog

What's new in QuickPHP Web Server 1.14.0

Sep 22, 2011
  • Supports relative path for Document Root Path (useful for carrying around your website and QuickPHP in a USB stick).

New in QuickPHP Web Server 1.13.0 (Sep 22, 2011)

  • Added workaround for PHP 5.3.x incorrect 80x87 Floating Point Code Word bug.
  • Updated PHP DLL version to 5.3.8.0

New in QuickPHP Web Server 1.12.2 (Sep 22, 2011)

  • Added checks to make sure associated PHP DLL version is compatible.
  • Tweaked $_SERVER vars to make it more similar to Apache server's values.

New in QuickPHP Web Server 1.12.1 (Jun 15, 2011)

  • Updated PHP DLL version to 5.3.6.0

New in QuickPHP Web Server 1.12.0 (Jun 15, 2011)

  • Upgraded QuickPHP to support PHP 5.3.x -- as a result, PHP 5.2.x is no longer supported!
  • Bug fixes:
  • QuickPHP preventing Windows from logging out / shutting down.
  • Bad $_SERVER vars for ORIG_PATH_INFO and PATH_INFO.

New in QuickPHP Web Server 1.11.0 (Feb 14, 2011)

  • Added Feature:
  • Option to allow / disallow directory listing.

New in QuickPHP Web Server 1.10.1 (Feb 9, 2011)

  • Fixed bug:
  • A directory traversal vulnerability can be exploited to read files outside of the webroot directory.

New in QuickPHP Web Server 1.10.0 (Feb 2, 2011)

  • Added Features:
  • mod superglobal $DebugLogFileName. Logs will be saved to this file after mods have run.
  • mod superglobals $_QUICKPHP_SCRATCHPAD_, where == 0 to 99. These scratch pads are also accessible from your actual script, so they can be used to pass values from mods.
  • App settings moved from registry to ini file.
  • Various minor fixes to improve compatibility.

New in QuickPHP Web Server 1.9.1 (Nov 30, 2010)

  • Minor changes to server signature on reply. QuickPHP now replies with mod signatures along with its own.

New in QuickPHP Web Server 1.9.0 (Nov 30, 2010)

  • Added Feature:
  • Multiple default docs (separated by semicolon) - e.g. index.php;index.html.
  • Fixed:
  • Default doc invocation behavior has been changed
  • e.g. 'http://127.0.0.1:5723/my_folder' will no longer invoke the default doc in my_folder. Instead, it will list the contents of the folder. To invoke the default doc, specify 'http://127.0.0.1:5723/my_folder/'.

New in QuickPHP Web Server 1.8.0 (Nov 30, 2010)

  • Added Feature:
  • Additional webserver header when replying client via request mod ($ExtraReplyHeaders superglobal).
  • Fixed:
  • Reply date missing and incorrect last modified timestamp (time was local time but specified as GMT).

New in QuickPHP Web Server 1.7.0 (Nov 26, 2010)

  • Added Feature:
  • PHP $_FILES support (for enctype="multipart/form-data" file upload support).

New in QuickPHP Web Server 1.6.0 (Oct 19, 2010)

  • Added Features:
  • Request mod debug logs are now appended to QuickPHP_ReqMod_DebugLog.txt file.

New in QuickPHP Web Server 1.5.0 (Oct 19, 2010)

  • Added Features:
  • Run without tray icon.
  • Ability to specify server binding address to limit webserver's listen on specific address only (e.g. limit to one NIC / local traffic).

New in QuickPHP Web Server 1.4.0 (Oct 19, 2010)

  • Added Features:
  • Ability to use PHP for extensions to implement plugins ala Apache's module (e.g. mod_rewrite) - visit my blog for more info.
  • Read the QuickPHP Mod Documentation for more information.

New in QuickPHP Web Server 1.3.0 (Oct 19, 2010)

  • Added Features:
  • Support for standard web server superglobals $_SERVER[x] (where x could be DOCUMENT_ROOT, HTTP_ACCEPT, HTTP_CACHE_CONTROL, HTTP_COOKIE etc.).
  • An option to suppress confirmations (e.g. silent exit).

New in QuickPHP Web Server 1.2.0 (Oct 19, 2010)

  • Added Features:
  • Command line support.
  • PHP file not found now gets the server to respond with proper 404 (as oppose to soft 404 before).

New in QuickPHP Web Server 1.1.0 (Oct 19, 2010)

  • Added Feature: QuickPHP now supports PHP Sessions and Cookies.

New in QuickPHP Web Server 1.0.1 (Oct 19, 2010)

  • Fixed Bug: Saved settings are loaded to the visual controls but do not take effect when server is started.