- Use PHP 7.4 for installing Composer dependencies
- Upgrade PHP 7.4 and recompile PHP extensions
- Use PHP 7.3 for installing Composer dependencies
- Separate examples to solo repository
- Extensions
- Disabled ssh2
- Added psr
- Rebuild phalcon, swoole
- Runtime v3
- Upgrade to PHP 7.4.x
- Node 8.x reached EOL on AWS
- Used Amazon Linux 2
- CGI launcher inherits process.env [#38]
- Drop Circle CI
- Rebuild all PHP libs
- Rename builder to runtime
- Runtime v3
Migration
{
"version": 2,
"builds": [
{
"src": "index.php",
"use": "now-php"
}
]
}➡️
{
"functions": {
"api/*.php": {
"runtime": "now-php@0.0.7"
}
},
// Optionally provide routes
"routes": [
{ "src": "/(.*)", "dest": "/api/index.php" }
]
}- Change builds to functions
- Added Lumen example
- Bugfix deploying PHP files in folders under different names then index.php
- Implement intermediate caching (vendor, composer.lock, yarn.locak, package-lock.json, node_modules)
- Rewrite PHP built-in server document root
- Bugfix passing query parameters and accessing $_GET
- Bump now-php@latest
- Allow overriding php.ini
- Bugfix resolving PHP bin
- Bugfix deploying php files in subfolders
- Compile PHP 7.3.8
- First working copy of caddy server
- New exported method
getPhpLibFiles - Repair tests
- Bump now-php@latest
- Working on change response from string to Buffer
- Updated homepage
- Working on change response from string to Buffer
- CGI: REQUEST_URI contains only path, not host + path
- CGI: QUERY_STRING contains string without leading ?
- Tests: more tests
- Tests: take tests from official old builder
- Rewritten to TypeScript
- Working on
now-dev
- First working
now-phpbuilder
- Working on
nowwithnow-php
- History begins