php-src/ext
Peter Kokot ca55603d8a
Wrap ext/opcache AC_RUN_IFELSE checks in AC_CACHE_CHECK (#14436)
Cache variables php_cv_shm_ipc and php_cv_shm_mmap_anon enable manual
overriding of checks when cross-compiling.
2024-06-02 19:51:47 +02:00
..
bcmath ext/bcmath: Use an enum for comparison result (#14374) 2024-05-30 17:26:03 +01:00
bz2 Clean-up unused headers (#14365) 2024-06-01 17:12:42 +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 Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00
dl_test Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
dom Fix bug #79701: getElementById does not correctly work with duplicate definitions 2024-06-01 12:55:05 +02:00
enchant Sync HAVE_ENCHANT_BROKER_SET_PARAM definitions (#14340) 2024-05-27 21:59:44 +02:00
exif ext/exif: moving few instances from memmove to memcpy. (#14400) 2024-06-01 13:05:49 +01:00
ffi Use AC_DEFINE_UNQUOTED where variables are present (#14377) 2024-05-30 21:50:46 +02:00
fileinfo Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00
filter Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01: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 last chunk of fast ZPP conversion (#14431) 2024-06-02 10:19:38 +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 Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00
mbstring Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00
mysqli Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00
mysqlnd Merge branch 'PHP-8.2' into PHP-8.3 2024-05-30 21:02:03 +02:00
odbc Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00
opcache Wrap ext/opcache AC_RUN_IFELSE checks in AC_CACHE_CHECK (#14436) 2024-06-02 19:51:47 +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 Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01: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 Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00
pdo_sqlite Amend PDO driver-specific class names (#14069) 2024-05-30 20:15:42 +02:00
pgsql ext/pgsql: adding pg_socket_poll. 2024-05-31 20:10:49 +01:00
phar Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
posix Wrap ttyname_r check in AC_CACHE_CHECK (#14417) 2024-06-01 22:42:22 +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 Update ext/session spl dependency (#14410) 2024-06-01 19:13:54 +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 Merge branch 'PHP-8.3' 2024-06-01 17:38:06 +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 ext/sqlite: Sqlite3Stmt::bindParam/bindValue named parameters change. (#14393) 2024-05-31 21:34:37 +01:00
standard Merge branch 'PHP-8.3' 2024-06-02 17:03:57 +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 Sync #if/ifdef/defined for LIBXML_EXPAT_COMPAT (#14435) 2024-06-02 15:39:42 +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 Add missing pcre dependency definition to zip extension (#14404) 2024-06-01 17:15:18 +01:00
zlib Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00
ext_skel.php