php-src/ext
Peter Kokot 1b757c8d3c
Autotools: Replace backticks command substitutions with $(...) (#15639)
This is a follow-up of previous backticks replacement commits. This
replaces backticks command substitutions in remaining ext config M4
files, phpize, and configure.ac with the recommended $(...).

Note that $(...) still does not work on some obsolete shells that ship
with Solaris 10, for example. Elsewhere they should work. However, for
these obsolete shells Autoconf also re-executes the shell script under
the supported shell so it can make them work regardless.

Additionally, few comments CS are also adjusted to not cause confusion
when searching for backticks usages and one indentation sync done.

As of Autoconf 2.72 the backticks in macro help texts are also replaced
with single quotes.
2024-08-30 00:40:49 +02:00
..
bcmath Fixed the sign to be PLUS if the result is 0 (#15599) 2024-08-28 08:48:33 +09:00
bz2 Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
calendar Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
com_dotnet Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
ctype Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
curl Follow-up on GH-15548: curl_multi_select. 2024-08-27 17:05:55 +01:00
date Use ZEND_UNCOMPARABLE for consistency 2024-08-28 22:39:23 +02:00
dba Autotools: Normalize PHP_ADD_BUILD_DIR 1st argument (#15612) 2024-08-29 00:44:29 +02:00
dl_test Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
dom Optimize DOM property access (#15626) 2024-08-29 20:13:29 +02:00
enchant Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
exif Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
ffi Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
fileinfo Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
filter Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
ftp Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
gd ext/gd: porting gdImageClone to the bundled libgd version. 2024-08-29 23:13:20 +01:00
gettext Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
gmp Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
hash Autotools: Remove redundant double quotes (#15634) 2024-08-29 15:17:03 +02:00
iconv Autotools: Remove redundant double quotes (#15634) 2024-08-29 15:17:03 +02:00
intl Autotools: Normalize PHP_ADD_BUILD_DIR 1st argument (#15612) 2024-08-29 00:44:29 +02:00
json Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
ldap Autotools: Replace backticks command substitutions with $(...) (#15639) 2024-08-30 00:40:49 +02:00
libxml Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
mbstring Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
mysqli Autotools: Remove redundant double quotes (#15634) 2024-08-29 15:17:03 +02:00
mysqlnd mysqlnd: support ER_CLIENT_INTERACTION_TIMEOUT (#13618) 2024-08-26 12:52:26 +09:00
odbc Autotools: Use SED variable for sed command (#15641) 2024-08-29 23:46:04 +02:00
opcache Merge branch 'PHP-8.3' 2024-08-30 01:01:33 +03:00
openssl Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pcntl Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pcre Autotools: Fix external PCRE JIT check (#15430) 2024-08-16 19:21:13 +02:00
pdo Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_dblib Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_firebird pdo_firebird: Cleanup code (GH-15510) 2024-08-27 11:35:04 +02:00
pdo_mysql Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_odbc Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_pgsql Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_sqlite Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pgsql Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
phar Autotools: Sync CS in ext/phar (#15586) 2024-08-25 17:26:21 +02:00
posix Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
random Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
readline Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
reflection [RFC] Asymmetric visibility v2 (GH-15063) 2024-08-27 02:04:48 +02:00
session Deprecate disabling use_only_cookies (#13578) 2024-08-24 16:33:45 +02:00
shmop Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
simplexml Remove failure paths for infallible code in simplexml 2024-08-28 18:02:31 +02:00
skeleton Update extension skeleton .gitignore (#15542) 2024-08-22 19:31:06 +02:00
snmp Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
soap Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sockets Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sodium Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
spl Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sqlite3 Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
standard Autotools: Remove redundant double quotes (#15634) 2024-08-29 15:17:03 +02:00
sysvmsg Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sysvsem Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
sysvshm Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
tidy Autotools: Fix tidy library checks (#15576) 2024-08-27 00:00:20 +02:00
tokenizer [RFC] Asymmetric visibility v2 (GH-15063) 2024-08-27 02:04:48 +02:00
xml Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
xmlreader Use virtual annotation in XMLReader 2024-08-26 21:17:49 +02:00
xmlwriter Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
xsl Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
zend_test Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
zip Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
zlib Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
ext_skel.php