Map-based autoloader across php and phar resources

⌈⌋ ⎇ branch:  Canonic Autoloader


Check-in [e9e7ac3340]

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

Overview
Comment:(no comment)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e9e7ac3340cb8886f4390ad7f10b8ec2d9bc3a76
User & Date: mario 2014-02-11 01:48:33
Context
2014-02-11
01:57
relative_path() returns fixed check-in: 56387c4336 user: mario tags: trunk
01:48
(no comment) check-in: e9e7ac3340 user: mario tags: trunk
01:48
0.3.0 check-in: 8af4f824e4 user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added mk.

























>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

VERSION=$(version --read stub.php --bump --show --write::2 stub.php --write php-shared-autoloader/DEBIAN/control)

phar stub-set   -f shared.phar -s stub.php 
phar add -c gz  -f shared.phar autoload.update.php
#phar add -c gz -f shared.phar autoload.map.php
./single/shared.phar
version $VERSION write shared.phar

fakeroot dpkg-deb -b php-shared-autoloader/ php-shared-autoloader_$VERSION.deb
dpkg-sig -s builder -k include-once -v php-shared-autoloader_$VERSION.deb