- fix OS X compatibility regarding
whereis -b
#503
- PHP7 (next unstable version) install support
- Updadted completion scripts thanks to awesome CliFramework
- Fixed false failure of ./buildconf step
- Fixed PHP 5.3 error with JSON_PRETTY_PRINT
- Fixed phpbrew prepends $PATH on every cd command #487
- Deprecated php-releases.json use php.net json endpoint from now on
- Fix bug in variant parser #495
- List installed php versions in decrescent order
- Improved URL policy to locate older minor releases whenever URLs are altered
- Allow overriding PHP when runnning phpbrew #94
- Always make sure phpbrew root/home exists for issue #475
- Added options to speicfy phpbrew root/home for install command.
- Fixed
use
command argument validation for supporting 'latest' - Merged pull request #466 from vasiliy-pdk/error_during_tests_fix
- CONNECT_TIMEOUT env variable and --connect_timeout option was added. Fatal Error during tests fixed
- Added more variants to
+everything
#457 - Use log tail hint with "tail -F" instead of "tail -f"
- added support for SPL_Types extension install #456
- Use cp insteaad of mv on Makefile install task
- Removed redundant if statements in UrlDownloader.
- Merged pull request #444 from shinnya/fix/download_always_fai
-
Used CurlKit instead of command line curl or wget to download the distribution files.
-
Added more options to the install command, added options:
--no-clean
--no-install
--no-patch
--build-dir=DIR
--make-jobs=N
is now renamed to--jobs=N
Please run
phpbrew help install
to see the details of the command options. -
Directory for the downloaded distribution files is now separated.
-
date.timezone and phar.readonly ini file patch is fixed.
-
Error redirection is now improved.
-
Use JSON meta data for PHP releases.
-
Added
--update
option toknown
command, this can update the release meta data:phpbrew known --update
-
Improve command help generator.
-
Since the release meta info is stored in the cache, known command is now faster.
-
Included the multi-arch libdir fix.
-
Use some of the default variants if
+default
is not set. -
Fix getoptionkit bug for variant parsing: phpbrew#353
-
Fix use, switch commands for switching to an aliased build.
Development updates:
- Variant info is refactored into BuildSettings class.
- VariantParser is refactored and simplified.
- Builder class is removed.
- Install command class is refactored with the
Build
class. - Upgraded CLIFramework to 2.0.x
- Upgraded CurlKit to 1.0
- Upgraded PEARX 1.0.3 to fix 404 page not found when distribution file does not exist.
-
Install command now run commands below after installations:
pear config-set temp_dir $HOME/.phpbrew/tmp/pear/temp pear config-set cache_dir $HOME/.phpbrew/tmp/pear/cache_dir pear config-set download_dir $HOME/.phpbrew/tmp/pear/download_dir pear config-set auto_discover 1
- Fixed libdir detection
- Enabled
xml
variant by default - Renamed
xml_all
variant to xml - Fix +iconv variant ( --with-iconv=/usr won't be compiled on systems with gnu iconv )
- Fix +gd variant ( --with-gd=/usr won't be compiled, --with-gd=shared,$prefix works)
-
Added platform prefix setup command:
phpbrew lookup-prefix macports phpbrew lookup-prefix homebrew phpbrew lookup-prefix debian
-
Variant builder is improved with the lookup-prefix
-
Better path detection.
-
Freetype include path fix for +gd variant
+gd=shared should work for Mac OS platform
-
platform libdir is supported, now supports for include/lib paths under
$prefix/i386-linux-gnu/ $prefix/x86_64-linux-gnu/
- Added 'opcache' variant.
- Added fpm management support.
- Added quick commands to switch between directories.
- Added phpbrew/bin directory to install shared executables, e.g. composer, phpunit, onion ...etc
- Copy php-fpm default config to {php-version}/etc/
- Add new extension installer.
- Fix extension enable feature.
- Refactor installation tasks to task classes.
- Can save variant information.
- Show variants and options when listing phps
- Provide a patch for php5.3 msgformat libstdc++ bug on 64bit machines.
- Added posix variant.
- Added calendar variant.
- Improve install-ext command.
- Fixed bash shell redirection bug.
- Added install-ext command.
- Added iconv variant.
- Added PHP version info prompt.
- SAPI confliction check.
- show tail command usage.
- pipe error and stdout to build.log.
- show default variants with star.
- Add bz2, fpm, cgi, cli variants.
- openssl variant
- variant command
- self-update command