This repository was archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 279
Backlog
antonba edited this page Jul 18, 2012
·
29 revisions
Bold indicates work in progress.
-
Test Debt
- Improve automation - running functional tests
- In-depth testing of existing code (stress, security, etc.)?
- E2E testing
-
Documentation
- Service Runtime How-To
- Service Management How-To + README
- How-To on configuring PHP on Websites, Cloud Services - php.ini & extensions
-
PHP 5.4 Support
- Test client libs with 5.4
- Runtime story for PHP 5.4 (plugs into items below)
-
Blob-based runtime installation
- Install PHP runtime directly off blob storage from cached WebPI feed.
-
WebPI Client-Side Install
- Remake PHP installation in WebPI – WebPI install of PHP on devbox currently has no path support, no PEAR, no uninstall ability. We should allocate resources to remake the way WebPI installs PHP.
-
PHP Versioning Story
- Ability to choose version in Azure Cloud Services - cmdlet improvements / runtime collab
- Ability to choose version in Azure Websites
-
Service Management for Hosted Services
-
CDN address call
-
June Release REST API Changes support
-
Samples
-
Cross-plat build script
-
Convenience Layer
-
Xdebug (remote debugging)
- Cmdlet for adding xdebug to web/worker
- Coordinate with Antares on xdebug story if any
- How-to for it
-
Logging
- Easy surfacing of logs for Websites and Cloud Services via cmdlet (similar to Node)
-
Caching
- Cmdlet for adding memcached shim to web/worker
- How-to for using it
-
JSON Support
- Allow library to make REST calls with JSON payloads in addition to XML payloads
-
Automatic Dependency download
- User should not have to deploy dependency packages from PEAR, Composer, but just specify via package.xml/composer.json and installation should occur automatically on cloud services and websites.
-
Misc Content
- How-Tos
- Add extensions to PHP in Windows Azure Websites
- Use the Emulators with the PHP SDK
- Scheduling Tasks
- Using PHP 5.2 (legacy support) how-to or blog post
- Symfony with the PHP SDK
- Tutorials
- Migrating a WordPress blog to Windows Azure Websites
- Using the PHP SDK to build a WordPress plugin.
- Develop+deploy with a PHP IDE
- Website + VM hosting NoSQL DB
- How-Tos