Map-based autoloader across php and phar resources

⌈⌋ ⎇ branch:  Canonic Autoloader


Update of "update"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: a24f95f18f107bd3806a3e6098fbe665a971edbf
Page Name:update
Date: 2014-02-12 02:22:37
Original User: mario
Next 2b92f4269c8ff0098e76f665b688143d0123fe27
Content

### Updating the classmap

The self-contained class map can be regenerated by just invoking `shared.phar` from the command line:

./shared.phar

Or for the global installation:

/usr/share/php/shared.phar

Or with prefixing the php interpreter if `phar` is not registered as binfmt(wiki/binfmt):

php ./shared.phar

It's all silent unless it detected identifier conflicts.

### Debian

The .deb package contains a **trigger** to update shared.phar implicitly when new *system packages* are installed below /usr/share/php/