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 1
1
#! /usr/bin/env bash
2
2
#
3
3
# Zephir Parser
4
- # Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/)
4
+ # Copyright (c) 2013-present Zephir Team (https://zephir-lang.com// )
5
5
#
6
6
# This source file is subject the MIT license, that is bundled with this
7
7
# 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
9
9
#
10
10
# Available options:
11
11
# --phpize <PATH> Path to custom `phpize' executable
17
17
# Usage:
18
18
#
19
19
# Build and install extension using default PHP's paths:
20
- # ./install-development
20
+ # ./install
21
21
#
22
22
# 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
24
24
25
25
CURRENT_DIR=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd )
26
26
Original file line number Diff line number Diff line change 5
5
#
6
6
# This source file is subject the MIT license, that is bundled with this
7
7
# 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
9
9
#
10
10
# By default, this utility DOES NOT INSTALL the extension and performs just
11
11
# compilation and building. This behavior is convenient to use with
You can’t perform that action at this time.
0 commit comments