php-src/scripts
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
..
dev Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
man1 Happy new year (Update copyright to 2018) 2018-01-02 23:42:29 +02:00
Makefile.frag Fixed build extension by phpize 2018-01-17 15:09:04 +08:00
php-config.in Drop support for autoconf < 2.60 in trunk and the 2011-05-15 06:09:21 +00:00
phpize.in Fixed build extension by phpize 2018-01-17 15:09:04 +08:00
phpize.m4 Upgrade deprecated AC_OUTPUT macro calls 2018-07-29 16:04:39 +02:00