php-src/ext/curl
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
..
tests Make more tests run on Linux 2018-08-28 21:20:00 -03:00
config.m4 Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE 2018-07-30 02:36:38 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS add multi support and reorganize things a bit... 2002-11-13 22:25:33 +00:00
curl_file.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
interface.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
multi.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_curl.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
share.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sync-constants.php Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00