php-src/ext
Niels Dossche e82b3b2dd5
Remove non-sensical checks from firebird (#16114)
These conditions are always true because they are arrays that are
address-taken, i.e. their addresses will never be NULL.
2024-09-29 11:31:25 +02:00
..
bcmath Drop superfluous LONG_MAX/LONG_MIN fallback definitions (GH-15667) 2024-09-27 17:34:54 +02:00
bz2 ext/bz2: Check int params of bzcompress() are correct (#16108) 2024-09-28 22:38:53 +01:00
calendar Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
com_dotnet Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
ctype Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
curl [skip ci] Mark one more curl test as xleak 2024-09-26 16:50:06 +02:00
date Reduce memory overhead of DatePeriod via virtual properties (#15598) 2024-09-27 22:54:40 +02:00
dba Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
dl_test Autotools: Mark always-shared extensions with ext_shared variable (#15739) 2024-09-04 23:28:29 +02:00
dom Merge branch 'PHP-8.3' into PHP-8.4 2024-09-25 19:39:49 +02:00
enchant Rename ZEND_STR_DEPRECATED to ZEND_STR_DEPRECATED_CAPITALIZED (#15831) 2024-09-10 22:45:23 +01:00
exif Sync exif dependency on mbstring extension as optional (#16062) 2024-09-26 09:53:58 +02:00
ffi Fix FFI prototypes (these functions can't return NULL) (#16075) 2024-09-26 20:19:46 +03:00
fileinfo backporting GH-15755 fix. 2024-09-05 02:02:36 +01:00
filter Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
ftp Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
gd Port libgd/libgd/pull/711 (GH-16016) 2024-09-24 13:58:31 +02:00
gettext Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
gmp ext/gmp: Use zend_result for type instead of int 2024-09-23 10:55:51 +01:00
hash Rename ZEND_STR_DEPRECATED to ZEND_STR_DEPRECATED_CAPITALIZED (#15831) 2024-09-10 22:45:23 +01:00
iconv Autotools: Fix iconv shared build with external library (#15686) 2024-09-01 22:06:37 +02:00
intl Rename ZEND_STR_DEPRECATED to ZEND_STR_DEPRECATED_CAPITALIZED (#15831) 2024-09-10 22:45:23 +01:00
json Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
ldap Merge branch 'PHP-8.4' 2024-09-28 19:55:01 +01:00
libxml Merge branch 'PHP-8.3' 2024-09-12 23:07:22 +02:00
mbstring ext/mbstring: Update to Unicode 16 2024-09-17 10:40:00 +09:00
mysqli Rename ZEND_STR_DEPRECATED to ZEND_STR_DEPRECATED_CAPITALIZED (#15831) 2024-09-10 22:45:23 +01:00
mysqlnd mysqlnd: support ER_CLIENT_INTERACTION_TIMEOUT (#13618) 2024-08-26 12:52:26 +09:00
odbc ext/odbc: There is no need to rely on ZEND_NUM_ARGS() (#16106) 2024-09-28 21:31:42 +01:00
opcache Merge branch 'PHP-8.3' into PHP-8.4 2024-09-26 15:44:16 +03:00
openssl Merge branch 'PHP-8.3' into PHP-8.4 2024-09-28 16:29:18 +01:00
pcntl Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00
pcre Use APPLY_STOP in pcre_clean_cache() (GH-15839) 2024-09-12 22:32:23 +02:00
pdo pdo: Use zend_string_toupper in pdo_stmt_describe_columns (#16047) 2024-09-25 14:52:02 +02:00
pdo_dblib Add comments about internal headers (GH-15689) 2024-09-08 16:11:25 +02:00
pdo_firebird Remove non-sensical checks from firebird (#16114) 2024-09-29 11:31:25 +02:00
pdo_mysql Add comments about internal headers (GH-15689) 2024-09-08 16:11:25 +02:00
pdo_odbc Fix pdoodbc_002.phpt to not try to load PDO_odbc (GH-16096) 2024-09-28 15:12:08 +02:00
pdo_pgsql Fix / implement GH-15287: add a lazy fetch to Pdo\PgSql 2024-09-29 08:33:14 +01:00
pdo_sqlite Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
pgsql Rename ZEND_STR_DEPRECATED to ZEND_STR_DEPRECATED_CAPITALIZED (#15831) 2024-09-10 22:45:23 +01:00
phar ext/phar: Remove unnecessary memory duplication for phar_make_dirstream() 2024-09-26 21:36:03 +01:00
posix Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
random ext/random: haiku supports arc4random api too. 2024-09-28 13:20:14 +01:00
readline Fix -Wundef/C4668 warnings (#15853) 2024-09-14 11:28:32 +02:00
reflection Some tidying-up related to property existence checks 2024-09-26 22:36:22 +02:00
session Use php_error_docref() instead of zend_error() in session.c (GH-15505) 2024-09-04 16:00:28 +02:00
shmop Make ext/shmop/tests/gh14537.phpt more resilient (GH-15985) 2024-09-22 17:03:16 +02:00
simplexml Merge branch 'PHP-8.3' 2024-09-11 20:40:01 +02:00
skeleton Update skeleton extension .gitignore (#15738) 2024-09-05 07:14:29 +02:00
snmp Support bug64159.phpt on Windows CI (GH-15895) 2024-09-21 16:03:25 +02:00
soap Merge branch 'PHP-8.3' into PHP-8.4 2024-09-27 19:59:30 +02:00
sockets Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00
sodium Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00
spl Disallow enums in ArrayObject 2024-09-26 22:21:09 +02:00
sqlite3 Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
standard Merge branch 'PHP-8.3' into PHP-8.4 2024-09-29 02:13:06 +02:00
sysvmsg Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
sysvsem Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
sysvshm Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +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 Merge branch 'PHP-8.3' 2024-09-13 20:02:00 +02:00
xmlreader Merge branch 'PHP-8.4' 2024-09-28 21:09:06 +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 Merge branch 'PHP-8.3' 2024-09-12 23:11:28 +02:00
zip zip extension is 1.22.4 2024-09-26 09:39:10 +02:00
zlib Remove Travis artefacts (#15714) 2024-09-04 01:15:10 +02:00
ext_skel.php