php-src/ext
Niels Dossche 3bb56ae418
Add missing properties to xsl stub (#12334)
* Define doXInclude for XSLTProcessor, and test the property

This was added in 8d1427dd98, but never defined on the stub.
It was more or less fine when dynamic properties were not deprecated,
but now they throw a deprecation warning. To fix it, define on the stub.
This should also help discoverability of the functionality.

* Define cloneDocument for XSLTProcessor, and test the property

This was introduced in 5c039bbad9, but never defined on the stub.
It was more or less fine when dynamic properties were not deprecated,
but now they throw a deprecation warning. To fix it, define on the stub.
This should also help discoverability of the functionality.
2023-10-06 17:42:47 +02: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.2' 2023-08-10 15:52:21 +02:00
date Use zend_error_noreturn for E_ERROR consistently 2023-09-14 11:44:55 +02:00
dba ext/dba/tests/dba_tcadb.phpt: support pthreadless tokyocabinet (#11648) 2023-08-02 16:50:02 +01:00
dl_test Merge branch 'PHP-8.1' into PHP-8.2 2023-09-01 12:40:07 +02:00
dom Merge branch 'PHP-8.3' 2023-10-01 17:07:11 +02:00
enchant Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
exif Use a single version of strnlen (#12015) 2023-08-22 17:40:24 +02:00
ffi Use zend_error_noreturn for E_ERROR consistently 2023-09-14 11:44:55 +02:00
fileinfo fileinfo: Backport svg detection patch 2023-09-30 18:22:14 +02:00
filter Merge branch 'PHP-8.2' into PHP-8.3 2023-09-14 11:49:44 +02:00
ftp Merge branch 'PHP-8.2' 2023-07-07 18:01:53 +02:00
gd Merge branch 'PHP-8.3' 2023-10-02 08:55:49 -06:00
gettext ext/gettext: resolve underqouting that breaks with autoconf 2.72 (#11427) 2023-07-18 19:02:40 +02:00
gmp Fix gmp_long/gmp_ulong typedef warning on Windows x86 (#11112) 2023-05-07 23:30:12 +02:00
hash Merge branch 'PHP-8.2' into PHP-8.3 2023-09-16 21:28:24 +02:00
iconv Merge branch 'PHP-8.2' 2023-08-19 23:11:23 +01:00
imap Merge branch 'PHP-8.2' 2023-07-10 13:42:44 +02:00
intl Merge branch 'PHP-8.3' 2023-09-23 20:13:45 +01:00
json Introduce Zend guard recursion protection 2023-08-24 13:03:14 +01:00
ldap Implement ldap_exop_sync 2023-07-18 12:59:21 +02:00
libxml Merge branch 'PHP-8.3' 2023-10-01 17:07:11 +02:00
mbstring Add fast mb_strcut implementation for UTF-8 2023-10-04 09:10:38 +02:00
mysqli ext/mysqli: Work on making tests parallizable (#11814) 2023-09-29 18:57:30 +01:00
mysqlnd Merge branch 'PHP-8.2' into PHP-8.3 2023-09-26 21:45:02 +02:00
oci8 Remove CPP when invoking dtrace utility 2023-08-30 13:40:21 +01:00
odbc [skip ci] Skip leaking odbc test on asan 2023-09-08 11:05:34 +02:00
opcache Merge branch 'PHP-8.3' 2023-10-04 15:06:48 +02:00
openssl Improve openssl ext to generate EC keys with custom EC parameters 2023-07-06 15:51:50 +01:00
pcntl Merge branch 'PHP-8.3' 2023-09-22 10:26:17 +02:00
pcre Merge branch 'PHP-8.2' into PHP-8.3 2023-09-18 20:14:47 +02:00
pdo Use zend_error_noreturn for E_ERROR consistently 2023-09-14 11:44:55 +02:00
pdo_dblib [skip ci] Fix various typos and grammar issues (#11143) 2023-04-28 11:05:32 +02:00
pdo_firebird Merge branch 'PHP-8.2' 2023-03-28 00:12:28 +02:00
pdo_mysql Remove unused --with-zlib-dir configure option 2023-09-14 22:21:54 +02:00
pdo_oci Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
pdo_odbc Expose PDO_ODBC_TYPE to userland 2023-08-23 21:20:41 +02:00
pdo_pgsql ext/pdo_pgsql: Improve tests cleanup (#11855) 2023-08-05 02:11:57 +01:00
pdo_sqlite Revert "Skip profiling of sqlite3_step" 2023-09-07 10:35:06 +02:00
pgsql Use zend_error_noreturn for E_ERROR consistently 2023-09-14 11:44:55 +02:00
phar Use a single version of strnlen (#12015) 2023-08-22 17:40:24 +02:00
posix Fix use-of-uninitialized-value when calling php_posix_stream_get_fd (#11694) 2023-07-13 15:21:36 +02:00
pspell Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
random random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00
readline Merge branch 'PHP-8.2' 2023-05-26 11:39:56 +02:00
reflection [skip ci] Fix typos discovered by codespell (#12228) 2023-09-18 11:07:17 +01:00
session [skip ci] Fix typos discovered by codespell (#12228) 2023-09-18 11:07:17 +01:00
shmop
simplexml Merge branch 'PHP-8.2' into PHP-8.3 2023-09-30 17:55:34 +02:00
skeleton
snmp [skip ci] Avoid running asan tests that timeout 2023-10-02 16:57:50 +02:00
soap Merge branch 'PHP-8.2' 2023-08-28 17:25:15 +02:00
sockets Merge branch 'PHP-8.2' into PHP-8.3 2023-09-29 18:58:05 +08:00
sodium Use zend_error_noreturn for E_ERROR consistently 2023-09-14 11:44:55 +02:00
spl Fix GH-11972: RecursiveCallbackFilterIterator regression in 8.1.18 2023-08-30 22:30:59 +02:00
sqlite3 Use zend_get_gc_buffer_add_fcc() 2023-09-09 20:00:01 +02:00
standard password_hash: Increase PHP_PASSWORD_BCRYPT_COST to 12 (#12367) 2023-10-06 14:27:01 +02:00
sysvmsg
sysvsem
sysvshm
tidy Merge branch 'PHP-8.1' into PHP-8.2 2023-03-27 16:34:11 +02:00
tokenizer
xml Merge branch 'PHP-8.2' into PHP-8.3 2023-09-21 19:52:21 +02:00
xmlreader Merge branch 'PHP-8.2' 2023-07-31 20:15:51 -05:00
xmlwriter
xsl Add missing properties to xsl stub (#12334) 2023-10-06 17:42:47 +02:00
zend_test Use zend_error_noreturn for E_ERROR consistently 2023-09-14 11:44:55 +02:00
zip zip: add new test for dynamic files 2023-09-12 11:18:18 +02:00
zlib Move ASAN built to GitHub actions 2023-08-09 14:06:36 +02:00
ext_skel.php