mirror of
https://github.com/php/php-src.git
synced 2024-12-14 04:16:30 +08:00
03bbdf275a
This patch makes few remaining PHP development tools files executable and adds a shebang to them. The `#!/usr/bin/env php` shebang provides running the script via `./script.php` and uses env to find PHP script location on the system. At the same time it still provides running the script with a user defined PHP location using `php script.php`. Shebang is not visible in the output of the generated file. |
||
---|---|---|
.. | ||
libmagic | ||
tests | ||
config.m4 | ||
config.w32 | ||
create_data_file.php | ||
CREDITS | ||
data_file.c | ||
fileinfo.c | ||
fileinfo.php | ||
libmagic.patch | ||
magicdata.patch | ||
Makefile.frag | ||
php_fileinfo.h |