php-src/ext
Nikita Popov e2c8ab7c33 Print "interned" instead of fake refcount in debug_zval_dump()
debug_zval_dump() currently prints refcount 1 for interned strings
and arrays, which does not really reflect the truth. These values
are not refcounted, so the refcount is misleading. Instead print
an "interned" tag.

Closes GH-6598.
2021-01-15 12:21:24 +01:00
..
bcmath Fixed bug #80545 2021-01-12 09:50:27 +01:00
bz2 Verify parameter names of function aliases 2020-10-16 10:56:33 +02:00
calendar Fix test 2020-10-07 14:58:43 +02:00
com_dotnet Fix COMPersistHelper::__construct() stub 2020-11-24 00:23:29 +01:00
ctype Add more precise type info for stubs 2020-09-01 16:35:56 +02:00
curl Manually store CURLOPT_PRIVATE data 2021-01-04 16:59:57 +01:00
date Merge branch 'PHP-8.0' 2020-12-28 14:46:00 +01:00
dba Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
dom Add support for generating methodsynopses from stubs 2020-12-28 14:44:43 +01:00
enchant Review parameter names in ext/enchant 2020-10-02 11:55:46 +02:00
exif Remove Z_PARAM separate params where they don't make sense 2021-01-14 11:58:08 +01:00
ffi Remove Z_PARAM separate params where they don't make sense 2021-01-14 11:58:08 +01:00
fileinfo Convert file_info resources to objects 2020-12-20 18:19:22 +01:00
filter Implement Explicit octal notation for integers RFC 2021-01-04 21:09:23 +01:00
ftp FTP: Disallow direct FTPConnection construction 2020-12-23 09:54:38 +01:00
gd Merge branch 'PHP-8.0' 2020-12-02 10:55:45 +01:00
gettext Review parameter names in ext/gettext 2020-09-30 23:01:56 +02:00
gmp Implement Explicit octal notation for integers RFC 2021-01-04 21:09:23 +01:00
hash hash: Use hrtime() in the bench script [ci skip] 2021-01-09 21:41:45 +01:00
iconv Merge branch 'PHP-7.4' into PHP-8.0 2020-10-09 15:25:23 +02:00
imap Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
intl Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
json Remove Z_PARAM separate params where they don't make sense 2021-01-14 11:58:08 +01:00
ldap Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
libxml Try to fix windows build 2020-09-03 15:07:03 +02:00
mbstring Print "interned" instead of fake refcount in debug_zval_dump() 2021-01-15 12:21:24 +01:00
mysqli Print "interned" instead of fake refcount in debug_zval_dump() 2021-01-15 12:21:24 +01:00
mysqlnd Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
oci8 Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
odbc Fix #80592: all floats are the same in ODBC parameters 2021-01-06 13:56:02 +01:00
opcache Merge branch 'PHP-8.0' 2021-01-14 08:16:50 +03:00
openssl Merge branch 'PHP-8.0' 2021-01-04 14:33:02 +01:00
pcntl Add --repeat testing mode 2020-10-30 17:29:33 +01:00
pcre Remove Z_PARAM separate params where they don't make sense 2021-01-14 11:58:08 +01:00
pdo Add MSSQL setup to Azure Pipelines build 2021-01-11 21:46:41 -05:00
pdo_dblib Remove flakiness from tests 2021-01-13 19:39:41 -05:00
pdo_firebird Refactor PDO's quoter handler to return a zend_string 2021-01-07 15:53:48 +00:00
pdo_mysql Refactor PDO's quoter handler to return a zend_string 2021-01-07 15:53:48 +00:00
pdo_oci Fix misleading indentation warning in pdo_oci 2021-01-15 11:51:43 +01:00
pdo_odbc Voidify PDO's fetch_error handler 2021-01-06 10:20:57 +00:00
pdo_pgsql Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
pdo_sqlite Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
pgsql Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
phar Remove some INDIRECT handling in standard library 2021-01-06 12:46:31 +01:00
posix Skip tests under asan 2021-01-04 10:45:49 +01:00
pspell Merge branch 'PHP-8.0' 2020-10-22 14:56:00 +02:00
readline Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
reflection Fix build 2021-01-01 17:41:48 +01:00
session Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
shmop Review parameter names in ext/shmop 2020-09-30 21:07:25 +02:00
simplexml Run tidy 2020-09-18 14:28:32 +02:00
skeleton Run tidy 2020-09-18 14:28:32 +02:00
snmp Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
soap Use ephemeral port in more server tests 2020-10-23 14:26:34 +02:00
sockets Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
sodium Merge branch 'PHP-8.0' 2020-10-13 10:41:43 +02:00
spl Remove SEPARATE_ARG_IF_REF macro 2021-01-14 10:53:56 +01:00
sqlite3 SQLite3::query() cannot return null 2021-01-04 12:13:06 +01:00
standard Print "interned" instead of fake refcount in debug_zval_dump() 2021-01-15 12:21:24 +01:00
sysvmsg Review parameter names in ext/sysvmsg 2020-10-01 23:08:20 +02:00
sysvsem Review parameter names in ext/sysvsem 2020-10-01 23:09:31 +02:00
sysvshm Review parameter names in ext/sysvshm 2020-10-01 23:09:56 +02:00
tidy php_tidy_create_node() expects a fixed set of node_types 2020-11-30 10:29:46 +01:00
tokenizer Fixed bug #80462 2020-12-02 10:19:32 +01:00
xml Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
xmlreader Update ext/xsl parameter names 2020-10-08 10:28:50 +02:00
xmlwriter Verify parameter names of function aliases 2020-10-16 10:56:33 +02:00
xsl Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
zend_test Disable JIT with incompatible third-party extensions 2020-11-30 13:58:34 +03:00
zip Rename `zip_ent parameter to zip_entry` for consistency 2021-01-08 22:26:24 +00:00
zlib Merge branch 'PHP-7.4' into PHP-8.0 2020-12-08 12:24:49 +01:00
ext_skel.php