php-src/ext/standard
2022-07-12 12:43:44 +02:00
..
html_tables Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
libavifinfo Implement php_handle_avif() using libavifinfo 2021-12-15 20:27:40 +01:00
tests Fix GH-8924 str_split of empty string must return empty array 2022-07-08 15:49:45 +01:00
array.c Add zend_array_to_list() (#8976) 2022-07-11 15:29:40 +02:00
assert.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
base64.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
base64.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
basic_functions_arginfo.h Support the actual #[\SensitiveParameter] attribute in stubs (#8836) 2022-07-12 12:43:44 +02:00
basic_functions.c Add ini_parse_quantity function to convert ini quantities shorthand notation to int (#8454) 2022-07-10 14:48:52 +02:00
basic_functions.h Use zend_string for putenv key (#7379) 2021-08-17 12:29:04 +02:00
basic_functions.stub.php Support the actual #[\SensitiveParameter] attribute in stubs (#8836) 2022-07-12 12:43:44 +02:00
browscap.c Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
config.m4 Fixed build in separate directory 2021-12-16 12:32:09 +03:00
config.w32 Implement php_handle_avif() using libavifinfo 2021-12-15 20:27:40 +01:00
crc32_x86.c Avoid possible [-Wstrict-prototypes] build warnings 2022-02-24 16:14:47 +01:00
crc32_x86.h X86: Fast CRC32 computation using PCLMULQDQ instruction 2020-09-02 15:10:41 +02:00
crc32.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
crc32.h phar: crc32: Extend and cleanup API for the new bulk crc32 functions 2021-07-03 21:03:47 +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 Use standard C99 uint8_t type instead of u_char type for crypt_freesec (#8610) 2022-05-23 19:06:41 +01:00
crypt_freesec.h Use standard C99 uint8_t type instead of u_char type for crypt_freesec (#8610) 2022-05-23 19:06:41 +01:00
crypt_sha256.c Follow up on #8897 but on master which instead does not use the old custom alloca. 2022-07-04 12:56:01 +01:00
crypt_sha512.c Follow up on #8897 but on master which instead does not use the old custom alloca. 2022-07-04 12:56:01 +01:00
crypt.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
css.c Improve contrast for dark mode phpinfo (#8893) 2022-07-06 14:19:21 -06:00
css.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
datetime.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
datetime.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dir_arginfo.h Declare Directory properties 2021-08-19 10:39:23 +02:00
dir.c Fix some MSAN complaints under Clang (#8553) 2022-05-13 23:30:20 +01:00
dir.stub.php Declare Directory properties 2021-08-19 10:39:23 +02:00
dl_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
dl.c Merge branch 'PHP-8.1' 2022-05-24 19:23:48 +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 Drop remaining usage of u_char in favour of standard C99 uint8_t (#8611) 2022-05-23 21:57:31 +01:00
dns.c Drop remaining usage of u_char in favour of standard C99 uint8_t (#8611) 2022-05-23 21:57:31 +01:00
exec.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
exec.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
file.c Make php_fgetcsv() return a HashTale instead of in-out zval param (#8936) 2022-07-08 12:11:05 +01:00
file.h Make php_fgetcsv() return a HashTale instead of in-out zval param (#8936) 2022-07-08 12:11:05 +01:00
filestat.c Fix some MSAN complaints under Clang (#8553) 2022-05-13 23:30:20 +01:00
filters.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
flock_compat.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
flock_compat.h Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
formatted_print.c Merge branch 'PHP-8.0' into PHP-8.1 2021-09-29 12:21:49 +02: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 Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
ftp_fopen_wrapper.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01: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 Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +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 Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
html.h Refactor php_next_utf8_char() to use zend_result 2022-03-13 13:48:21 +00:00
http_fopen_wrapper.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
http.c Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00
image.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
incomplete_class.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
info.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
info.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
iptc.c Fix some MSAN complaints under Clang (#8553) 2022-05-13 23:30:20 +01:00
lcg.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
levenshtein.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
link.c Fix some MSAN complaints under Clang (#8553) 2022-05-13 23:30:20 +01:00
mail.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01: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 Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
net.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
pack.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
pack.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
pageinfo.c Don't initialise pointers to zend_stat_t 2022-05-22 16:13:44 +01:00
pageinfo.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
password.c Introduction of timing attack safe bcmp implementation. 2022-06-20 16:30:30 +01: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 Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00
php_dns.h Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01: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 Initialise zend_stat_t to fix MSAN build 2022-05-22 16:06:27 +01: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 AVIF support for getimagesize() and imagecreatefromstring() 2021-07-07 00:02:57 +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 Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01: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 Minor refactoring of std string extension (#8196) 2022-04-23 12:15:13 +01: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 Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
proc_open.h Refactor proc_open() implementation (#7255) 2021-08-11 14:51:55 +02:00
quot_print.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02: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 Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01: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 Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
streamsfuncs.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
string.c Fix GH-8924 str_split of empty string must return empty array 2022-07-08 15:49:45 +01:00
strnatcmp.c Minor refactoring of std string extension (#8196) 2022-04-23 12:15:13 +01:00
syslog.c Merge branch 'PHP-8.1' 2022-06-19 20:12:43 +01:00
type.c Don't unnecessary fetch error in is_callable() 2021-09-01 16:58:46 +02:00
uniqid.c Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
url_scanner_ex.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
url_scanner_ex.re Fix [-Wundef] warnings in standard extension 2022-04-01 15:48:41 +01:00
url.c Fix parse_url(): can not recognize port without scheme 2022-05-16 12:03:35 +02:00
url.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
user_filters_arginfo.h Declare php_user_filter::$stream property 2021-08-20 14:50:25 +02:00
user_filters.c Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
user_filters.stub.php Declare php_user_filter::$stream property 2021-08-20 14:50:25 +02:00
uuencode.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
var_unserializer.re Remove leftover zval_ptr_dtor 2021-09-01 16:59:35 +02:00
var.c Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00
versioning.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
winver.h