php-src/ext
2024-05-30 20:15:42 +02:00
..
bcmath ext/bcmath: Use an enum for comparison result (#14374) 2024-05-30 17:26:03 +01: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 Include HRESULT error code if native .NET initialization fails (#14317) 2024-05-25 00:20:07 +02:00
ctype Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
curl Merge branch 'PHP-8.3' 2024-05-24 14:42:50 +02:00
date Fixed rounding error with new DateTime[Immutable]::createFromTimestamp method 2024-05-30 14:08:39 +01:00
dba Merge branch 'PHP-8.3' 2024-05-24 14:48:51 +02:00
dl_test Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
dom Move more common code into php_dom_next_in_tree_order() (#14363) 2024-05-29 19:50:41 +02:00
enchant Sync HAVE_ENCHANT_BROKER_SET_PARAM definitions (#14340) 2024-05-27 21:59:44 +02:00
exif Use helper macro in ext/exif (#14352) 2024-05-29 17:48:43 +02:00
ffi ext/ffi: Fix [-Wenum-int-mismatch] compiler warning 2024-05-21 12:17:25 +01:00
fileinfo Remove unused ext/fileinfo/libmagic/elfclass.h file (#14344) 2024-05-28 21:43:38 +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-05-21 12:23:45 +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 Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
iconv Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
intl ext/intl: Various refactoring (#14360) 2024-05-30 12:51:36 +01:00
json Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
ldap Fix typo in LDAP stub (#14313) 2024-05-25 13:31:54 +02:00
libxml Throw early when a non-stream-context resource is passed to libxml_set_streams_context() (#14279) 2024-05-20 16:56:38 +02:00
mbstring ext/standard: Refactor exec.c public APIs to use zend_string pointers (#14353) 2024-05-29 10:59:17 +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 Merge branch 'PHP-8.3' 2024-05-28 15:45:45 +02:00
openssl Add support for Curve25519 + Curve448 based keys 2024-05-27 12:52:57 +01:00
pcntl Wrap sched_getcpu AC_RUN_IFELSE check in AC_CACHE_CHECK (#14336) 2024-05-27 13:40:18 +02:00
pcre Sync HAVE_BUNDLED_PCRE #if/ifdef/defined (#14354) 2024-05-29 07:53:36 +02:00
pdo Remove outdated comment 2024-05-27 06:52:00 +02:00
pdo_dblib Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pdo_firebird Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pdo_mysql Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pdo_odbc Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pdo_pgsql Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pdo_sqlite Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pgsql Fix implicitly nullable parameter type for pg_put_copy_end() 2024-05-28 20:11:01 +02:00
phar Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
posix Merge branch 'PHP-8.3' 2024-04-16 14:20:23 +02:00
random random: Make php_random_bytes() useable early during engine startup (#14291) 2024-05-30 17:24:34 +02:00
readline Merge branch 'PHP-8.3' 2024-05-21 12:23:45 +01:00
reflection reflection: Add ReflectionGenerator::isClosed() (#14358) 2024-05-29 19:07:09 +02:00
session Fix bug GH-11941: soap with session persistence will silently fails when "seession" built as a shared object (#14362) 2024-05-29 19:51:49 +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 Fix bug GH-11941: soap with session persistence will silently fails when "seession" built as a shared object (#14362) 2024-05-29 19:51:49 +02:00
sockets Sync HAVE_IPV6 and HAVE_GETADDRINFO in #if/ifdef/defined (#14341) 2024-05-28 11:52:25 +02:00
sodium Merge branch 'PHP-8.3' 2024-05-23 22:41:03 +02:00
spl refactor: change zend_is_true to return bool (#14301) 2024-05-24 15:16:36 -06:00
sqlite3 Join SQLite library setup M4 macros to PHP_SETUP_SQLITE (#14372) 2024-05-30 18:16:30 +02:00
standard ext/standard: Refactor exec.c public APIs to use zend_string pointers (#14353) 2024-05-29 10:59:17 +01: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 Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
xml Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
xmlreader Fix deprecation warning 2024-05-10 16:26:44 +02:00
xmlwriter Add missing ext/libxml dependency to ext/xmlwriter (#14327) 2024-05-26 19:27:55 +02:00
xsl Move more common code into php_dom_next_in_tree_order() (#14363) 2024-05-29 19:50:41 +02:00
zend_test Sync HAVE_BUNDLED_PCRE #if/ifdef/defined (#14354) 2024-05-29 07:53:36 +02:00
zip refactor: change zend_is_true to return bool (#14301) 2024-05-24 15:16:36 -06: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