php-src/scripts/dev
Peter Kokot 02294f0c84 Make PHP development tools files and scripts executable
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`.
2018-08-29 20:58:17 +02:00
..
check_parameters.php Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
credits Fix some misspellings 2018-08-12 16:15:45 +02:00
find_tested.php Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
gen_verify_stub fix stub to accept user properly 2017-01-09 15:57:46 +00:00
phpextdist Moved phpextdist to dev/ 2005-04-30 02:40:19 +00:00
search_underscores.php Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00