Skip to content

Commit

Permalink
Update readme for 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed May 14, 2015
1 parent a4706f3 commit b8acc94
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ an autoload require file with the option of creating static require lists as wel

The recommended way to install **phpab** is by downloading a fully self contained PHAR archive:

* [Version 1.17.0](http://phpab.net/phpab-1.17.0.phar) - 208kb

* [Version 1.16.1](http://phpab.net/phpab-1.16.1.phar) - 196kb
* [Version 1.16.0](http://phpab.net/phpab-1.16.0.phar) - 176kb

Expand Down Expand Up @@ -61,7 +63,7 @@ Once it is marked as executable, you can run it directly. For instance:

```
[theseer@rikka ~]$ ./phpab.phar -v
phpab 1.16.1 - Copyright (C) 2009 - 2014 by Arne Blankerts
phpab 1.17.0 - Copyright (C) 2009 - 2015 by Arne Blankerts
```

## Other Downloads
Expand Down Expand Up @@ -91,6 +93,9 @@ phpab [switches] <directory1|/path/to/composer.json> [...<directoryN>]
-c, --compat Generate PHP 5.2 compatible code
-s, --static Generate a static require file
-1, --prepend Register as first autoloader (prepend to stack, defaukt: append)
-d, --no-exception Do not throw exception on registration problem (default: throw exception)
-n, --nolower Do not lowercase classnames for case insensitivity
-q, --quiet Quiet mode, do not output any processing errors or information
Expand Down Expand Up @@ -185,6 +190,10 @@ Custom variables as defined by passing --var name=value via cli are accessed by

## Changelog

#####Release 1.17.0
* Added support for parameter 'prepend' of spl_autoload_register to allow for prepending without changing templates
* Added support for parameter 'exception' of spl_autoload_register to optionally disable exceptions on errors

#####Release 1.16.1
* Fix minor issues with composer.json handling
* define date.timezone to avoid warning (in buildystem) [Remi]
Expand Down

0 comments on commit b8acc94

Please sign in to comment.