php-src/ext/standard
Nikita Popov 643145b59d Merge branch 'PHP-7.4'
* PHP-7.4:
  Fixed bug #79930
  Fix iov_base pointer type for illumos
  Backport bless_tests.php changes from PHP 8
2020-08-05 15:44:04 +02:00
..
html_tables Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
tests Merge branch 'PHP-7.4' 2020-08-05 15:44:04 +02:00
array.c Merge branch 'PHP-7.4' 2020-08-05 15:44:04 +02:00
assert.c Default assert.exception to 1 2020-08-02 13:39:35 -06:00
base64.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
base64.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
basic_functions_arginfo.h Add a few missing parameter types in stubs 2020-07-30 14:26:45 +02:00
basic_functions.c Implement named parameters 2020-07-31 15:53:36 +02:00
basic_functions.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
basic_functions.stub.php Add a few missing parameter types in stubs 2020-07-30 14:26:45 +02:00
browscap.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
config.m4 Move __alignof__ support check into main configure.ac. 2020-06-30 14:26:48 +02:00
config.w32 Remove convert_cyr_string() function 2019-12-05 13:15:54 +01:00
crc32.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
crc32.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +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 Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
credits.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
crypt_blowfish.c Clean house in cryptographic hashing code 2020-06-24 13:40:27 +02: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 Enforce min/max rounds in sha256/sha512 crypt 2020-06-24 12:41:56 +02:00
crypt_sha512.c Enforce min/max rounds in sha256/sha512 crypt 2020-06-24 12:41:56 +02:00
crypt.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
css.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
css.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
datetime.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
datetime.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
dir_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
dir.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
dir.stub.php Generate function entries from stubs for a couple of extensions 2020-04-14 11:49:02 +02:00
dl_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
dl.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
dl.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
dl.stub.php Add stubs for some SAPIs 2020-05-14 13:35:12 +02:00
dns_win32.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
dns.c Merge branch 'PHP-7.4' 2020-07-15 15:10:50 +02:00
exec.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
exec.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
file.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
file.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
filestat.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
filters.c Merge branch 'PHP-7.4' 2020-06-08 23:28:36 +02:00
flock_compat.c Fix expression warnings and break warnings 2020-06-07 10:41:11 +02:00
flock_compat.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
formatted_print.c Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
fsock.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
fsock.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
ftok.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
ftp_fopen_wrapper.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
head.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
head.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
hrtime.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
hrtime.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
html_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
html.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
html.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
http_fopen_wrapper.c Make http stream wrapper advertise HTTP/1.1 by default 2020-08-03 16:30:09 +02:00
http.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
image.c Fix fix for bug #79877 for PHP 8 2020-08-03 12:01:56 +02:00
incomplete_class.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
info.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
info.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
iptc.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
lcg.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
levenshtein.c Refactor levenshtein() 2020-07-07 00:41:10 +02:00
link.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
mail.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
Makefile.frag
Makefile.frag.w32
math.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
md5.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
md5.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
metaphone.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
microtime.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
mt_rand.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
net.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
pack.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
pack.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
pageinfo.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
pageinfo.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
password.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
php_array.h Make sorting stable 2020-06-25 10:49:34 +02:00
php_assert.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_browscap.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_crypt_r.c Clean house in cryptographic hashing code 2020-06-24 13:40:27 +02:00
php_crypt_r.h Clean house in cryptographic hashing code 2020-06-24 13:40:27 +02:00
php_crypt.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_dir.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_dns.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_ext_syslog.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_filestat.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_fopen_wrapper.c Improve argument error messages in ext/standard 2020-03-18 19:56:10 +01:00
php_fopen_wrappers.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_http.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_image.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_incomplete_class.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_lcg.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_mail.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_math.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_mt_rand.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_net.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_password.h Fix warning of strict-prototypes 2020-06-07 10:36:50 +02:00
php_rand.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_random.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_smart_string_public.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_smart_string.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_standard.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
php_string.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_uuencode.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_var.h [RFC] Only unserialize Phar metadata when getMetadata() is called 2020-08-03 13:28:51 -04:00
php_versioning.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
proc_open.c Support socketpairs in proc_open() 2020-07-14 10:35:45 +02:00
proc_open.h Further refactoring of proc_open.c 2020-05-14 10:25:52 +02:00
quot_print.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
quot_print.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
rand.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
random.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
scanf.c Promote warnings to exceptions in *scanf() functions 2019-12-10 13:01:59 +01:00
scanf.h Promote warnings to exceptions in *scanf() functions 2019-12-10 13:01:59 +01:00
sha1.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
sha1.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
soundex.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
streamsfuncs.c Fix #79805: sapi_windows_vt100_support throws TypeError 2020-07-16 18:36:02 +02:00
streamsfuncs.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
string.c Merge branch 'PHP-7.4' 2020-07-14 12:43:03 +02:00
strnatcmp.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
syslog.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
type.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
uniqid.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
url_scanner_ex.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
url_scanner_ex.re Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
url.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
url.h Remove now unnecessary PHP_FUNCTION() declarations 2020-04-03 15:41:41 +02:00
user_filters_arginfo.h Use proper methods for php_user_filter implementation 2020-07-17 17:01:47 +02:00
user_filters.c Use proper methods for php_user_filter implementation 2020-07-17 17:01:47 +02:00
user_filters.stub.php Use proper methods for php_user_filter implementation 2020-07-17 17:01:47 +02:00
uuencode.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
var_unserializer.re Fix warnings of strict-prototypes 2020-07-23 00:59:00 +08:00
var.c [RFC] Only unserialize Phar metadata when getMetadata() is called 2020-08-03 13:28:51 -04:00
versioning.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
winver.h