php-src/ext/standard
Nikita Popov 11648c00e9 Don't include object hash in SplObjectStorage debug dump
The object hash is not particularly useful (anymore) and just
clutters the output. It encodes the same information as the
object ID, which is already part of the output.
2021-05-18 17:20:20 +02:00
..
html_tables Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
tests Don't include object hash in SplObjectStorage debug dump 2021-05-18 17:20:20 +02:00
array.c Check parameters on compact() and throw warning if not string or array of strings (#6921) 2021-05-11 09:36:12 +02:00
assert.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
base64.c Mark various functions with void arguments. 2021-05-12 14:55:53 +01:00
base64.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
basic_functions_arginfo.h Merge branch 'PHP-8.0' 2021-04-28 11:06:54 +02:00
basic_functions.c Use zend_string_equals_* API in a couple of more place 2021-05-14 13:45:17 +01:00
basic_functions.h Refactor register shutdown function mechanism 2021-05-10 15:54:59 +01:00
basic_functions.stub.php Merge branch 'PHP-8.0' 2021-04-28 11:06:54 +02:00
browscap.c Fix -Wreturn-local-addr warning 2021-05-07 12:11:52 +02:00
config.m4 Better support for cross-compilation 2021-04-16 17:28:54 +03:00
config.w32 Merge branch 'PHP-7.4' into PHP-8.0 2020-10-26 11:06:10 +01:00
crc32_x86.c Avoid direct calls to zend_cpu_supports() 2020-11-27 11:18:10 +01:00
crc32_x86.h X86: Fast CRC32 computation using PCLMULQDQ instruction 2020-09-02 15:10:41 +02:00
crc32.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
crc32.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
credits_ext.h Update CREDITS 2020-06-17 13:04:01 +00:00
credits_sapi.h Update CREDITS for PHP 7.2.30 2020-04-14 15:16:26 +00:00
credits.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
credits.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
crypt_blowfish.c Add "const". Move constant strings to read-only memory. 2020-09-07 21:35:48 +03:00
crypt_blowfish.h Clean house in cryptographic hashing code 2020-06-24 13:40:27 +02:00
crypt_freesec.c Clean house in cryptographic hashing code 2020-06-24 13:40:27 +02:00
crypt_freesec.h
crypt_sha256.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
crypt_sha512.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
crypt.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
css.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
css.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
datetime.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
datetime.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dir_arginfo.h Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend 2021-02-22 15:24:03 +01:00
dir.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dir.stub.php Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend 2021-02-22 15:24:03 +01:00
dl_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
dl.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dl.stub.php Add stubs for some SAPIs 2020-05-14 13:35:12 +02:00
dns_win32.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dns.c use getnameinfo instead of gethostbyaddr 2021-05-08 14:52:06 +02:00
exec.c Remove 'register' type qualifier (#6980) 2021-05-14 13:38:01 +01:00
exec.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
file.c Remove 'register' type qualifier (#6980) 2021-05-14 13:38:01 +01:00
file.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
filestat.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
filters.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
flock_compat.c Remove 'register' type qualifier (#6980) 2021-05-14 13:38:01 +01:00
flock_compat.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
formatted_print.c Remove 'register' type qualifier (#6980) 2021-05-14 13:38:01 +01:00
fsock.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
fsock.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
ftok.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
ftp_fopen_wrapper.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
head.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
head.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hrtime.c Mark various functions with void arguments. 2021-05-12 14:55:53 +01:00
hrtime.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
html_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
html.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
html.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
http_fopen_wrapper.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
http.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
image.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
incomplete_class.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
info.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
info.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
iptc.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
lcg.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
levenshtein.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
link.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mail.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
Makefile.frag Revert "Remove some unnecessary explicit header dependencies" 2021-03-16 14:22:25 +01:00
Makefile.frag.w32
math.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
md5.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
md5.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
metaphone.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
microtime.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mt_rand.c Remove 'register' type qualifier (#6980) 2021-05-14 13:38:01 +01:00
net.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
pack.c Optimize unpack() for named fields (#6958) 2021-05-14 11:32:46 +02:00
pack.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
pageinfo.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
pageinfo.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
password.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_array.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_assert.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_browscap.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_crypt_r.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_crypt_r.h Mark various functions with void arguments. 2021-05-12 14:55:53 +01:00
php_crypt.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_dir.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_dns.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_ext_syslog.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_filestat.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_fopen_wrapper.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_fopen_wrappers.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_http.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_image.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_incomplete_class.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_lcg.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_mail.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_math.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_mt_rand.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_net.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_password.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_rand.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_random.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_smart_string_public.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_smart_string.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_standard.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_string.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_uuencode.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_var.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_versioning.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
proc_open.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
proc_open.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
quot_print.c Remove 'register' type qualifier (#6980) 2021-05-14 13:38:01 +01:00
quot_print.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
rand.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
random.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
scanf.c Specify function pointer signature for scanf implementation 2021-05-12 18:58:44 +01:00
scanf.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sha1.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sha1.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
soundex.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
streamsfuncs.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
streamsfuncs.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
string.c Use equals OR equal instead of >= && <= 2021-05-18 15:08:12 +01:00
strnatcmp.c Loop invariant code motion 2021-03-04 02:10:10 +03:00
syslog.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
type.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
uniqid.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
url_scanner_ex.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
url_scanner_ex.re Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
url.c Remove 'register' type qualifier (#6980) 2021-05-14 13:38:01 +01:00
url.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
user_filters_arginfo.h Merge branch 'PHP-8.0' 2021-05-07 15:23:28 +02:00
user_filters.c Merge branch 'PHP-8.0' 2021-05-07 15:23:28 +02:00
user_filters.stub.php Merge branch 'PHP-8.0' 2021-05-07 15:23:28 +02:00
uuencode.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
var_unserializer.re Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
var.c Use smart_str_extend() instead of smart_str_alloc() 2021-05-07 16:42:17 +02:00
versioning.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
winver.h