File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
33# Zephir Parser
4- # Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/)
4+ # Copyright (c) 2013-present Zephir Team (https://zephir-lang.com// )
55#
66# This source file is subject the MIT license, that is bundled with this
77# package in the file LICENSE, and is available through the world-wide-web
8- # at the following url: http ://zephir-lang.com/license.html
8+ # at the following url: https ://zephir-lang.com/ /license.html
99#
1010# Available options:
1111# --phpize <PATH> Path to custom `phpize' executable
1717# Usage:
1818#
1919# Build and install extension using default PHP's paths:
20- # ./install-development
20+ # ./install
2121#
2222# Build and install extension using custom PHP's paths:
23- # ./install-development --phpize /usr/bin/phpize5.6 --php-config /usr/bin/php-config5.6
23+ # ./install --phpize /usr/bin/phpize5.6 --php-config /usr/bin/php-config5.6
2424
2525CURRENT_DIR=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd )
2626
Original file line number Diff line number Diff line change 55#
66# This source file is subject the MIT license, that is bundled with this
77# package in the file LICENSE, and is available through the world-wide-web
8- # at the following url: http ://zephir-lang.com/license.html
8+ # at the following url: https ://zephir-lang.com/ /license.html
99#
1010# By default, this utility DOES NOT INSTALL the extension and performs just
1111# compilation and building. This behavior is convenient to use with
You can’t perform that action at this time.
0 commit comments