php-src/ext
2023-12-04 16:05:30 +00:00
..
bcmath BCmath extension code reformatting (#11896) 2023-08-13 16:17:36 +01:00
bz2
calendar Allow easter_date to process years after 2037 on 64bit systems (#11862) 2023-08-04 16:47:04 +01:00
com_dotnet Revert "Call cast_object handler from get_properties_for" 2023-08-07 12:58:12 +02:00
ctype Merge branch 'PHP-8.1' into PHP-8.2 2023-09-26 21:44:00 +02:00
curl [skip ci] curl: sync-constants.php regex and URL improvements (#12544) 2023-10-28 13:38:39 +01:00
date [skip ci] Skip failing date test on 32-bit 2023-11-28 00:26:30 +01:00
dba Remove unused DBA_CDB_MAKE constant (#12535) 2023-10-27 17:37:24 +01:00
dl_test Merge branch 'PHP-8.2' into PHP-8.3 2023-11-03 17:17:52 +00:00
dom [ci skip] Add missing patch files 2023-12-03 22:48:03 +01:00
enchant
exif Use __DIR__-relative path in tests 2023-11-22 20:39:29 -06:00
ffi Merge branch 'PHP-8.3' 2023-11-22 21:25:45 +03:00
fileinfo zend: introducing ZEND_ELEMENT_COUNT for struct's dynamic arrays. (#12650) 2023-11-13 12:42:45 +00:00
filter Merge branch 'PHP-8.2' into PHP-8.3 2023-09-14 11:49:44 +02:00
ftp Remove redundant assignments to ftp->data 2023-12-03 00:59:17 +01:00
gd Fix bug #79945: Stream wrappers in imagecreatefrompng causes segfault 2023-11-22 20:39:30 -06:00
gettext Close PHP tags in tests 2023-10-18 17:34:10 +02:00
gmp
hash Add deprecation notice when enabling mhash (#12586) 2023-11-01 16:26:27 +00:00
iconv Merge branch 'PHP-8.2' 2023-08-19 23:11:23 +01:00
imap Merge branch 'PHP-8.3' 2023-10-18 17:38:12 +02:00
intl Fix GH-12635: Test bug69398.phpt fails with ICU 74.1 2023-11-22 20:39:27 -06:00
json Introduce Zend guard recursion protection 2023-08-24 13:03:14 +01:00
ldap Close PHP tags in tests 2023-10-18 17:34:10 +02:00
libxml Merge branch 'PHP-8.3' 2023-12-01 18:07:58 +01:00
mbstring Optimize mb_strcut for text encodings with mblen_table 2023-12-04 07:48:02 +02:00
mysqli Close PHP tags in tests 2023-10-18 17:34:10 +02:00
mysqlnd Merge branch 'PHP-8.3' 2023-11-27 14:02:30 +01:00
oci8 Implement diagnostic ignore macro for Clang 2023-10-18 17:37:15 +02:00
odbc Remove obsolete IRIX checks (#12737) 2023-11-21 02:56:53 +00:00
opcache Prevent starting JIT on x86_64 with buffuer size above 2G 2023-12-04 13:29:47 +03:00
openssl Fix #50713: openssl_pkcs7_verify() may ignore untrusted CAs 2023-11-22 21:03:55 -06:00
pcntl Refactor pcntl_sigprocmask()/pcntl_sigwaitinfo()/pcntl_sigtimedwait() (#11860) 2023-11-16 00:40:18 +00:00
pcre Merge branch 'PHP-8.3' 2023-11-10 00:13:15 +01:00
pdo ext/pdo: Fixed PDO::setAttribute() and PDO::getAttribute() (#12793) 2023-12-04 16:05:30 +00:00
pdo_dblib ext/pdo: Fixed PDO::setAttribute() and PDO::getAttribute() (#12793) 2023-12-04 16:05:30 +00:00
pdo_firebird ext/pdo: Fixed PDO::setAttribute() and PDO::getAttribute() (#12793) 2023-12-04 16:05:30 +00:00
pdo_mysql ext/pdo: Fixed PDO::setAttribute() and PDO::getAttribute() (#12793) 2023-12-04 16:05:30 +00:00
pdo_oci Parallelize pdo tests (dblib, firebird, oci, odbc, pgsql) (#12395) 2023-10-28 12:35:57 +01:00
pdo_odbc ext/pdo: Fixed PDO::setAttribute() and PDO::getAttribute() (#12793) 2023-12-04 16:05:30 +00:00
pdo_pgsql ext/pdo: Fixed PDO::setAttribute() and PDO::getAttribute() (#12793) 2023-12-04 16:05:30 +00:00
pdo_sqlite PDO: Clean-up tests so it's easier to see if they use default test table (#12552) 2023-10-29 23:13:30 +00:00
pgsql Fix test 2023-11-28 02:00:47 +03:00
phar Improve jit tests 2023-11-14 20:09:27 +01:00
posix Merge branch 'PHP-8.3' 2023-11-20 13:43:43 +00:00
random Merge branch 'PHP-8.3' 2023-10-14 18:38:43 +02:00
readline
reflection Typed constants in reflection extension (#12378) 2023-10-28 09:47:19 +02:00
session Close PHP tags in tests 2023-10-18 17:34:10 +02:00
shmop
simplexml Merge branch 'PHP-8.2' into PHP-8.3 2023-09-30 17:55:34 +02:00
skeleton
snmp inet_ntop requirement check at configure time instead (#12700) 2023-11-17 16:01:46 +00:00
soap Merge branch 'PHP-8.3' 2023-12-01 18:07:58 +01:00
sockets inet_ntop requirement check at configure time instead (#12700) 2023-11-17 16:01:46 +00:00
sodium Close PHP tags in tests 2023-10-18 17:34:10 +02:00
spl Merge branch 'PHP-8.3' 2023-12-01 09:11:32 +01:00
sqlite3 Merge branch 'PHP-8.3' 2023-11-10 00:13:15 +01:00
standard Fixing incorrect error message when passing null to join/implode's array parameter (#12683) 2023-12-01 09:55:20 +00:00
sysvmsg
sysvsem
sysvshm
tidy [skip ci] Skip resource intensive tidy test on GA 2023-11-29 00:27:17 +01:00
tokenizer
xml Merge branch 'PHP-8.2' into PHP-8.3 2023-11-29 20:53:13 +01:00
xmlreader Merge branch 'PHP-8.2' into PHP-8.3 2023-10-24 19:42:43 +02:00
xmlwriter Merge branch 'PHP-8.2' into PHP-8.3 2023-10-24 19:42:43 +02:00
xsl [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
zend_test Merge branch 'PHP-8.3' 2023-12-01 16:50:56 +01:00
zip Merge branch 'PHP-8.3' 2023-11-27 08:34:12 +01:00
zlib Temporarily disable failing zlib tests on travis (#10738) 2023-11-22 20:39:30 -06:00
ext_skel.php