php-src/ext
2024-05-19 21:41:07 +02:00
..
bcmath ext/bcmath: Avoid unnecessary memset from _bc_do_add (#14257) 2024-05-18 07:00:47 +09:00
bz2 Verify stub aliases in CI (#13682) 2024-03-13 23:32:35 +01:00
calendar Remove setlocale pragma that no longer is significant. (#13814) 2024-03-27 09:06:07 +01:00
com_dotnet Change getThis() into ZEND_THIS where possible (#13641) 2024-03-08 22:19:06 +01:00
ctype Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
curl Callable curl options should be nullable 2024-05-07 16:34:49 +02:00
date An uninitialized DateTime is UNEXPECTED (#13492) 2024-03-18 16:38:30 +00:00
dba Migrate ext/dba resources to objects (#14239) 2024-05-17 08:43:33 +02:00
dl_test Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
dom Remove XML_GLOBAL_NAMESPACE (#14265) 2024-05-18 16:24:08 +02:00
enchant fix: typos (#13694) 2024-03-13 09:30:33 +01:00
exif Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
ffi Fix class constant and property ID generation for the manual (#14249) 2024-05-17 20:30:16 +02:00
fileinfo Merge branch 'PHP-8.3' 2024-04-11 15:58:25 +02:00
filter Remove unused PARSE_SESSION and PARSE_REQUEST (#14081) 2024-04-30 16:39:00 +02:00
ftp Replace configure option --with-openssl-dir (#14028) 2024-05-13 22:54:54 +02:00
gd Merge branch 'PHP-8.3' 2024-03-18 11:59:34 +01:00
gettext ext/gettext: update arguments handling. 2024-04-29 18:38:34 +01:00
gmp ext/gmp: Fix leading whitespace before explicit octal prefix 2024-04-23 23:39:48 +01:00
hash Merge branch 'PHP-8.3' 2024-05-10 09:39:00 +09:00
iconv main/output.c: Refine int return type to bool or zend_result (#13997) 2024-04-19 10:46:40 +01:00
intl Remove unsynced and unused HAVE_<extension> defines (#14233) 2024-05-18 14:10:47 +02:00
json Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
ldap Fix casing of NULL default values 2024-04-27 23:45:55 +02:00
libxml Migrate ext/dba resources to objects (#14239) 2024-05-17 08:43:33 +02:00
mbstring ext/mbstring: Check encoding passed to mb_http_output() has no null bytes 2024-04-24 15:39:47 +01:00
mysqli Merge branch 'PHP-8.3' 2024-05-17 13:16:59 +02:00
mysqlnd Merge branch 'PHP-8.3' 2024-05-17 13:16:59 +02:00
odbc Add cast_object handler for objects which were recently converted from resources 2024-05-19 21:41:07 +02:00
opcache JIT: Add CPU registers support for FETCH_OBJ_R (#14253) 2024-05-19 22:18:30 +03:00
openssl Merge branch 'PHP-8.3' 2024-05-13 13:08:56 +02:00
pcntl ext/pcntl: cpu affinity support for solaris/illumos. (#14199) 2024-05-15 19:43:27 +01:00
pcre Print location on class redeclaration 2024-04-30 14:34:43 +02:00
pdo Remove redundant check in pdo_raise_impl_error (#13851) 2024-03-31 16:16:17 +02:00
pdo_dblib Remove unsynced and unused HAVE_<extension> defines (#14233) 2024-05-18 14:10:47 +02:00
pdo_firebird Remove unsynced and unused HAVE_<extension> defines (#14233) 2024-05-18 14:10:47 +02:00
pdo_mysql Remove HAVE_MYSQL (#13719) 2024-03-15 20:33:59 +01:00
pdo_odbc Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
pdo_pgsql ext/pdo_pgsql: fix typo (#14263) 2024-05-18 19:29:26 +09:00
pdo_sqlite Remove unused HAVE_PDO_SQLITELIB symbol (#14232) 2024-05-16 15:21:20 +02:00
pgsql ext/pgsql: using fast ZPP api for calls. (#14099) 2024-05-15 19:32:02 +01:00
phar Remove unused fields from phar_entry_data() (#14144) 2024-05-07 18:23:47 +02:00
posix Merge branch 'PHP-8.3' 2024-04-16 14:20:23 +02:00
random random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
readline Merge branch 'PHP-8.3' 2024-05-10 16:49:05 +02:00
reflection Add zend_get_attribute_object() (#14161) 2024-05-14 08:39:43 +02:00
session Remove forgotten obsolete session INI directives (#14238) 2024-05-15 17:01:15 +02:00
shmop Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
simplexml Handle dumping node to file 2024-05-11 18:09:39 +02:00
skeleton Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
snmp Fix class constant and property ID generation for the manual (#14249) 2024-05-17 20:30:16 +02:00
soap Add cast_object handler for objects which were recently converted from resources 2024-05-19 21:41:07 +02:00
sockets ext/sockets: adding SO_NOSIGPIPE constant. 2024-04-28 12:01:03 +01:00
sodium Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
spl Implement SeekableIterator for SplObjectStorage (#13665) 2024-05-05 13:26:54 +02:00
sqlite3 Fix class constant and property ID generation for the manual (#14249) 2024-05-17 20:30:16 +02:00
standard Fix the aligned variable attribute check (#14211) 2024-05-19 12:18:59 +02:00
sysvmsg Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
sysvsem Refactor union semun in ext/sysvsem (#13473) 2024-02-22 15:48:12 +01:00
sysvshm Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
tidy main/output.c: Refine int return type to bool or zend_result (#13997) 2024-04-19 10:46:40 +01:00
tokenizer Remove unsynced and unused HAVE_<extension> defines (#14233) 2024-05-18 14:10:47 +02:00
xml Merge branch 'PHP-8.2' into PHP-8.3 2024-05-04 14:11:00 +02:00
xmlreader Fix deprecation warning 2024-05-10 16:26:44 +02:00
xmlwriter Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
xsl Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
zend_test Merge branch 'PHP-8.3' 2024-05-14 19:56:05 +02:00
zip Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
zlib main/output.c: Refine int return type to bool or zend_result (#13997) 2024-04-19 10:46:40 +01:00
ext_skel.php