mirror of
https://github.com/php/php-src.git
synced 2026-04-13 19:14:16 +02:00
This patch makes several scripts and PHP development tools files executable and adds more proper shebangs to the PHP scripts. 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`.
This file is not necessary to build PHP. It's only necessary to rebuild unicode_data.h from Unicode ucd files. Example usage: php ucgendat.php UnicodeData.txt