php-src/ext
Peter Kokot 03bbdf275a Make PHP development tools files executable
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.
2018-09-17 00:02:36 +02:00
..
bcmath Remove HAVE_ASSERT_H 2018-09-09 09:43:03 +02:00
bz2 Merge branch 'PHP-7.2' into PHP-7.3 2018-08-13 16:02:13 +02:00
calendar Fix typos in code comments 2018-07-25 11:57:11 +02:00
com_dotnet Use zend_class_entry/zend_function type names instead of _zend_class_entry/_zend_function tags. 2018-08-22 14:01:14 +03:00
ctype Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
curl Merge branch 'PHP-7.2' into PHP-7.3 2018-09-05 21:30:25 +02:00
date Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
dba Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
dom Merge branch 'PHP-7.3' 2018-08-28 14:02:44 +02:00
enchant Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
exif Fix some misspellings 2018-08-12 16:15:45 +02:00
fileinfo Make PHP development tools files executable 2018-09-17 00:02:36 +02:00
filter Remove superfluous checks of always available functions 2018-08-03 00:13:01 -03:00
ftp Merge branch 'PHP-7.2' into PHP-7.3 2018-09-04 04:57:13 +02:00
gd Remove HAVE_SYS_VARARGS_H 2018-09-16 20:50:20 +02:00
gettext Merge branch 'PHP-7.2' into PHP-7.3 2018-08-05 20:32:05 +02:00
gmp Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
hash Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT 2018-09-05 13:16:10 +03:00
iconv Remove HAVE_STDLIB_H 2018-09-16 20:53:53 +02:00
imap Fix some misspellings 2018-08-12 16:15:45 +02:00
interbase Fix some misspellings 2018-08-12 16:15:45 +02:00
intl Change default of $variant param of idn_to_ascii() and idn_to_utf8() 2018-09-15 14:41:30 +02:00
json Sync with e0fe6674 2018-08-13 09:18:38 +02:00
ldap Remove IS_EXT_MODULE defines 2018-09-16 11:09:51 +02:00
libxml Remove IS_EXT_MODULE defines 2018-09-16 11:09:51 +02:00
mbstring Explain why the test was skipped 2018-09-16 17:31:06 -03:00
mysqli Renumber ZEND_ACC_... flags 2018-09-11 17:21:17 +03:00
mysqlnd Merge branch 'PHP-7.2' into PHP-7.3 2018-09-04 05:57:07 +02:00
oci8 Fix some misspellings 2018-08-12 16:15:45 +02:00
odbc Fix some misspellings 2018-08-12 16:15:45 +02:00
opcache Merge branch 'PHP-7.3' 2018-09-10 15:27:48 +03:00
openssl Merge branch 'PHP-7.2' into PHP-7.3 2018-09-13 11:06:47 +02:00
pcntl Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE 2018-07-30 02:36:38 +02:00
pcre Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
pdo Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
pdo_dblib Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
pdo_firebird Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
pdo_mysql Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
pdo_oci Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
pdo_odbc Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
pdo_pgsql Merge branch 'PHP-7.2' 2018-07-30 18:29:40 +02:00
pdo_sqlite Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
pgsql Explain why the test was skipped 2018-09-16 17:31:06 -03:00
phar Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
posix Merge branch 'PHP-7.1' into PHP-7.2 2018-09-04 05:32:42 +02:00
pspell Remove IS_EXT_MODULE defines 2018-09-16 11:09:51 +02:00
readline Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
recode Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE 2018-07-30 02:36:38 +02:00
reflection Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
session Remove AC_FUNC_UTIME_NULL 2018-09-04 12:03:34 +02:00
shmop Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
simplexml Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
skeleton Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
snmp Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
soap Don't hard-code object number in expectation 2018-09-16 15:52:18 +02:00
sockets Remove not needed checking for <errno.h> 2018-09-09 10:19:04 +02:00
sodium Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
sqlite3 Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
standard Make PHP development tools files executable 2018-09-17 00:02:36 +02:00
sysvmsg Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sysvsem Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE 2018-07-30 02:36:38 +02:00
sysvshm Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
tidy Squashed commit of the following: 2018-09-11 11:56:45 +03:00
tokenizer Run tokenizer_data_gen.sh to reorganize tokens 2018-07-29 13:21:33 -03:00
wddx Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
xml Remove IS_EXT_MODULE defines 2018-09-16 11:09:51 +02:00
xmlreader Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
xmlrpc Remove HAVE_STDLIB_H 2018-09-16 20:53:53 +02:00
xmlwriter Remove checks for libxml < 2.6.11 2018-09-16 11:32:18 +02:00
xsl Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
zend_test Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
zip Fix some misspellings 2018-08-12 16:15:45 +02:00
zlib Merge branch 'PHP-7.2' into PHP-7.3 2018-09-08 19:13:26 +02:00
ext_skel.php [ci skip] Fix typo 2018-07-29 13:48:35 -03:00