php-src/ext
Niels Dossche 90eb5679d2
Cleanup libxml_get_external_entity_loader() (#12893)
We can directly put the value into return_value instead of copying
things around.
2023-12-08 18:44:46 +01: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 Merge branch 'PHP-8.3' 2023-12-08 13:38:54 +01:00
date Fix #44383: PHP DateTime not converted to xsd:datetime 2023-12-08 17:26:52 +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 Merge branch 'PHP-8.3' 2023-12-07 22:51:02 +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 Struct-pack stream-related data in ftpbuf (#12877) 2023-12-06 04:39:00 +00: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-12727: NumberFormatter constructor throws an exception on invalid locale. 2023-12-06 06:00:11 +00:00
json Introduce Zend guard recursion protection 2023-08-24 13:03:14 +01:00
ldap Deprecate calling ldap_exop() with more than 4 arguments 2023-12-04 22:27:59 +01:00
libxml Cleanup libxml_get_external_entity_loader() (#12893) 2023-12-08 18:44:46 +01:00
mbstring ext/mbstring: move another test case that only works on 64 bits 2023-12-08 17:17:28 +00: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 Merge branch 'PHP-8.3' 2023-12-07 18:29:23 +01: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 Use ZSTR_IS_VALID_UTF8 macro where possible (#12869) 2023-12-05 05:24:11 +00: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 Feature: ext/pdo_firebird: Add transaction isolation level and mode settings (#12815) 2023-12-07 17:34:55 +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 Deprecate calling pg_fetch_result(), pg_field_prtlen(), and pg_field_is_null() with 2 arguments 2023-12-04 22:27:59 +01: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 Deprecate calling ReflectionMethod::__construct() with 1 argument 2023-12-04 22:27:59 +01:00
session Deprecate calling session_set_save_handler() with more than 2 arguments 2023-12-04 22:35:30 +01: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 Fix #44383: PHP DateTime not converted to xsd:datetime 2023-12-08 17:26:52 +01:00
sockets inet_ntop requirement check at configure time instead (#12700) 2023-11-17 16:01:46 +00:00
sodium [sodium] Add AEGIS-128L and AEGIS-256 (#12867) 2023-12-07 01:31:42 +01:00
spl Merge branch 'PHP-8.3' 2023-12-01 09:11:32 +01:00
sqlite3 Retain a RETURN_THROWS() in ext/sqlite3 2023-12-04 22:52:20 +01:00
standard Deprecate calling stream_context_set_option() with 2 arguments 2023-12-04 22:35:30 +01: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 Merge branch 'PHP-8.3' 2023-12-06 22:22:08 +01:00
zend_test Use diagnostic macros for the warning 2023-12-07 00:05:36 +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