WP-APP Update

I wanted to update those who read the previous post on APP for WordPress and let you know I’ve made some progress with the code.

The big news is that WP-APP works with PHP4:

PHP 4.4.2-1build1 (cli) (built: Apr 6 2006 09:44:32) Copyright (c) 1997-2006 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

  • Support for WordPress 2.0+ (Only tested in 2.0 and 2.04)
  • Support for HEAD
  • Caching and ETag
  • Collection Listing
  • Authentication works now for real (first version just checked for the cookie):
    • First, I check for HTTP_AUTHORIZATION header as a work around to PHP running as module.
    • Then, I check standard PHP_AUTH_USER/PW (Basic Auth in PHP)
    • Last but not least, $_COOKIE support.

Download and try it out: WP-APP files and demo server. Post bugs here as comments for now until I get space in wp-plugins.org.


About this entry